packages (pacemaker-1_1): pacemaker/pacemaker.spec - move init.d only when ...

jajcus jajcus at pld-linux.org
Wed Jun 6 11:02:47 CEST 2012


Author: jajcus                       Date: Wed Jun  6 09:02:47 2012 GMT
Module: packages                      Tag: pacemaker-1_1
---- Log message:
- move init.d only when building with corosync, there is no init script for heartbeat-only build

---- Files affected:
packages/pacemaker:
   pacemaker.spec (1.17.2.1 -> 1.17.2.2) 

---- Diffs:

================================================================
Index: packages/pacemaker/pacemaker.spec
diff -u packages/pacemaker/pacemaker.spec:1.17.2.1 packages/pacemaker/pacemaker.spec:1.17.2.2
--- packages/pacemaker/pacemaker.spec:1.17.2.1	Wed Jun  6 10:52:12 2012
+++ packages/pacemaker/pacemaker.spec	Wed Jun  6 11:02:42 2012
@@ -140,7 +140,9 @@
 
 install %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/%{name}.conf
 
+%if %{with corosync}
 mv $RPM_BUILD_ROOT/etc/init.d $RPM_BUILD_ROOT/etc/rc.d
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -274,6 +276,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17.2.2  2012/06/06 09:02:42  jajcus
+- move init.d only when building with corosync, there is no init script for heartbeat-only build
+
 Revision 1.17.2.1  2012/06/06 08:52:12  jajcus
 - Version: 1.1.7
 - allow building support for both Heartbeat and Corosync backends
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/pacemaker/pacemaker.spec?r1=1.17.2.1&r2=1.17.2.2



More information about the pld-cvs-commit mailing list