Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2015-05-02 17:40:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pacemaker (Old)
 and      /work/SRC/openSUSE:Factory/.pacemaker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pacemaker"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes      2015-04-22 
01:17:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2015-05-02 
17:40:46.000000000 +0200
@@ -1,0 +2,17 @@
+Thu Apr 30 11:31:46 UTC 2015 - [email protected]
+
+- fencing: Correctly make args for fencing agents (bsc#925751)
+- fence_legacy: Avoid passing 'port' to cluster-glue agents (bsc#925751)
+- corosync: Bug cl#5232 - Somewhat gracefully handle nodes with invalid UUIDs
+- HealthSMART: OCF_RESKEY_drives could contain multiple values
+- pengine: restart master instances on instance attribute changes
+- spec: move report.common and report.collector to cli package
+- pengine: only kill process group on timeout when on-fail does not equal 
block.
+- lrmd: Hint to child processes that using sd_notify is not required
+- Agents: Fix the HealthSMART metadata
+- make targetted reprobe for remote node work, crm_resource -C -N <remote node>
+- crmd: include remote nodes when forcing cluster wide resource reprobe
+- crm_mon: Support of the start from systemd of crm_mon
+- Upstream version cs: 195559d47b0e9186b5d131981f6f7fee96ecad76
+
+-------------------------------------------------------------------
@@ -96 +113 @@
-- fencing: cl#5134 - Support random fencing delay to avoid double fencing 
(FATE#317136)
+- fencing: cl#5134 - Support random fencing delay to avoid double fencing 
(FATE#317136, FATE#318381)

Old:
----
  pacemaker-1.1.12.git20150413.7a2e3ae.tar.bz2

New:
----
  pacemaker-1.1.12.git20150430.195559d.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pacemaker.spec ++++++
--- /var/tmp/diff_new_pack.dJCvIG/_old  2015-05-02 17:40:47.000000000 +0200
+++ /var/tmp/diff_new_pack.dJCvIG/_new  2015-05-02 17:40:47.000000000 +0200
@@ -99,7 +99,7 @@
 Summary:        Scalable High-Availability cluster resource manager
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          Productivity/Clustering/HA
-Version:        1.1.12.git20150413.7a2e3ae
+Version:        1.1.12.git20150430.195559d
 Release:        0
 #Release:        %{pcmk_release}%{?dist}
 Url:            http://www.clusterlabs.org
@@ -457,11 +457,14 @@
 mkdir -p ${RPM_BUILD_ROOT}%{_var}/lib/pacemaker/cores
 #install -m 644 mcp/pacemaker.sysconfig 
${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/pacemaker
 install -m 644 mcp/pacemaker.sysconfig 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.pacemaker
+#install -m 644 tools/crm_mon.sysconfig 
${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/crm_mon
+install -m 644 tools/crm_mon.sysconfig 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.crm_mon
 
 %if %{with upstart_job}
 mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/init
 install -m 644 mcp/pacemaker.upstart 
${RPM_BUILD_ROOT}%{_sysconfdir}/init/pacemaker.conf
 install -m 644 mcp/pacemaker.combined.upstart 
${RPM_BUILD_ROOT}%{_sysconfdir}/init/pacemaker.combined.conf
+install -m 644 tools/crm_mon.upstart 
${RPM_BUILD_ROOT}%{_sysconfdir}/init/crm_mon.conf
 %endif
 
 # Scripts that should be executable
@@ -487,6 +490,7 @@
 
 ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcpacemaker
 ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcpacemaker_remote
+ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rccrm_mon
 %endif
 
 # Only useful on rhel6
@@ -544,6 +548,25 @@
 #%systemd_postun_with_restart pacemaker_remote.service 
 %service_del_postun pacemaker_remote.service
 
+%post cli
+#%systemd_post crm_mon.service
+%service_add_post crm_mon.service
+
+if [ ! -e %{_sysconfdir}/sysconfig/crm_mon ]; then
+    %fillup_only crm_mon
+fi
+
+%pre cli
+%service_add_pre crm_mon.service
+
+%preun cli
+#%systemd_preun crm_mon.service
+%service_del_preun crm_mon.service
+
+%postun cli
+#%systemd_postun_with_restart crm_mon.service 
+%service_del_postun crm_mon.service
+
 %else
 
 %post
@@ -619,6 +642,8 @@
 %{_initrddir}/pacemaker
 %endif
 
+%exclude %{_datadir}/pacemaker/report.common
+%exclude %{_datadir}/pacemaker/report.collector
 %{_datadir}/pacemaker
 %{_datadir}/snmp/mibs/PCMK-MIB.txt
 %exclude %{_libexecdir}/pacemaker/lrmd_test
@@ -670,6 +695,16 @@
 
 %files cli
 %defattr(-,root,root)
+
+%if %{defined _unitdir}
+%{_unitdir}/crm_mon.service
+%{_sbindir}/rccrm_mon
+%endif
+
+%if %{with upstart_job}
+%config(noreplace) %{_sysconfdir}/init/crm_mon.conf
+%endif
+
 %{_sbindir}/cibadmin
 %{_sbindir}/crm_diff
 %{_sbindir}/crm_error
@@ -684,6 +719,9 @@
 %{_sbindir}/crm_simulate
 %{_sbindir}/crm_report
 %{_sbindir}/crm_ticket
+%{_datadir}/pacemaker/report.common
+%{_datadir}/pacemaker/report.collector
+%config(noreplace) /var/adm/fillup-templates/sysconfig.crm_mon
 %doc %{_mandir}/man8/*
 %exclude %{_mandir}/man8/attrd_updater.*
 %exclude %{_mandir}/man8/crm_attribute.*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.dJCvIG/_old  2015-05-02 17:40:47.000000000 +0200
+++ /var/tmp/diff_new_pack.dJCvIG/_new  2015-05-02 17:40:47.000000000 +0200
@@ -11,7 +11,7 @@
     <param name="version">1.1.12</param>
 -->
     <param name="versionformat">1.1.12.git%cd.%h</param>
-    <param name="revision">7a2e3ae6b736621933b24f4cdc9ea260021d878d</param>
+    <param name="revision">195559d47b0e9186b5d131981f6f7fee96ecad76</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ pacemaker-1.1.12.git20150413.7a2e3ae.tar.bz2 -> 
pacemaker-1.1.12.git20150430.195559d.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/pacemaker/pacemaker-1.1.12.git20150413.7a2e3ae.tar.bz2
 
/work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker-1.1.12.git20150430.195559d.tar.bz2
 differ: char 11, line 1


Reply via email to