Hello community,

here is the log from the commit of package sbd for openSUSE:Factory checked in 
at 2017-12-02 13:12:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbd (Old)
 and      /work/SRC/openSUSE:Factory/.sbd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbd"

Sat Dec  2 13:12:03 2017 rev:19 rq:547090 version:1.3.1+20171130.ecbdf9c

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbd/sbd.changes  2017-07-21 22:50:53.148146516 
+0200
+++ /work/SRC/openSUSE:Factory/.sbd.new/sbd.changes     2017-12-02 
13:12:11.707040895 +0100
@@ -1,0 +2,49 @@
+Fri Dec 01 12:11:02 UTC 2017 - [email protected]
+
+- Update to version 1.3.1+20171130.ecbdf9c:
+  * Build: cluster-servant: Compile with pacemaker-2.0
+
+-------------------------------------------------------------------
+Wed Nov 29 16:13:41 UTC 2017 - [email protected]
+
+- Fix: build error with glibc 2.25
+- Fix: gcc format string error
+- Upstream version cs: a7a7d792b9922f19bbace276c8a154e157a4f99c
+
+-------------------------------------------------------------------
+Thu Nov 23 13:48:57 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------
+Fri Nov  3 17:30:25 UTC 2017 - [email protected]
+
+- Bump to 1.3.1
+- Add commands to test/query watchdogs
+- Upstream version cs: a74b4d25a3eb93fe1abbe6e3ebfd2b16cf48873f (v1.3.1)
+
+-------------------------------------------------------------------
+Fri Nov  3 17:22:22 UTC 2017 - [email protected]
+
+- man: Call "-P" option "Pacemaker integration" in the description 
(bsc#1033600)
+- sbd-inquisitor: Do not use watchdog if the conflicting options "-W" and "-w 
/dev/null" are both supplied (bsc#1047376)
+  * Drop bug-1047376_sbd-not-use-watchdog-conflicting-options.patch which has 
been merged upstream
+
+- sbd-inquisitor: Enable pacemaker integration by default as advertised in 
sysconfig.sbd (bsc#1046421, bsc#1033600)
+  * Drop bug-1046421_sbd-enable-pacemaker-integration-by-default.patch which 
has been merged upstream
+
+- sbd-inquisitor: Respect the obsolete option SBD_WATCHDOG for backward 
compatibility (bsc#1047372)
+  * Drop bug-1047372_sbd-SBD_WATCHDOG-compatibility.patch which has been 
merged upstream
+
+- Upstream version cs: 681ce1acbda12754eb97fb91f9a7306ff368452f
+
+-------------------------------------------------------------------
+Fri Nov  3 17:17:22 UTC 2017 - [email protected]
+
+- cluster-servant: check for corosync 2Node mode
+- disk-servant: signal reset request via exit-code
+- improve reboot after sysrq_trigger
+- Upstream version cs: 8a0800cc906d7bb8f8ac0d5664bdf691b2ca7690
+
+-------------------------------------------------------------------
@@ -11,2 +60,2 @@
-- sbd-inquisitor: Do not create duplicate servants (bsc#1033934)
-- sbd-inquisitor: Correctly look up servant by device name (bsc#1033934)
+- sbd-inquisitor: Do not create duplicate servants (bsc#1033934, bsc#1065748)
+- sbd-inquisitor: Correctly look up servant by device name (bsc#1033934, 
bsc#1065748)

Old:
----
  bug-1046421_sbd-enable-pacemaker-integration-by-default.patch
  bug-1047372_sbd-SBD_WATCHDOG-compatibility.patch
  bug-1047376_sbd-not-use-watchdog-conflicting-options.patch
  sbd-1.3.0+20170624.11262fb.tar.bz2

New:
----
  sbd-1.3.1+20171130.ecbdf9c.tar.xz

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

Other differences:
------------------
++++++ sbd.spec ++++++
--- /var/tmp/diff_new_pack.dmnZQT/_old  2017-12-02 13:12:12.379016420 +0100
+++ /var/tmp/diff_new_pack.dmnZQT/_new  2017-12-02 13:12:12.383016275 +0100
@@ -17,19 +17,19 @@
 #
 
 
-%global commit 1.3.0+20170624.11262fb
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
 
 Name:           sbd
-Version:        1.3.0
+Version:        1.3.1+20171130.ecbdf9c
 Release:        0
 Summary:        Storage-based death
 License:        GPL-2.0+
 Group:          Productivity/Clustering/HA
 Url:            https://github.com/ClusterLabs/sbd
-Source:         %{name}-%{commit}.tar.bz2
-Patch1:         bug-1047372_sbd-SBD_WATCHDOG-compatibility.patch
-Patch2:         bug-1046421_sbd-enable-pacemaker-integration-by-default.patch
-Patch3:         bug-1047376_sbd-not-use-watchdog-conflicting-options.patch
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel
@@ -53,7 +53,7 @@
 This package contains the storage-based death functionality.
 
 %prep
-%autosetup -n %{name}-%{commit} -p1
+%autosetup -n %{name}-%{version} -p1
 
 %build
 autoreconf -fvi
@@ -67,8 +67,8 @@
 install -D -m 0644 src/sbd_remote.service 
%{buildroot}/%{_unitdir}/sbd_remote.service
 ln -s service %{buildroot}%{_sbindir}/rcsbd
 ln -s service %{buildroot}%{_sbindir}/rcsbd_remote
-mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
-install -m 0644 src/sbd.sysconfig 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.sbd
+mkdir -p %{buildroot}%{_fillupdir}
+install -m 0644 src/sbd.sysconfig %{buildroot}%{_fillupdir}/sysconfig.sbd
 
 %post
 %service_add_post sbd.service
@@ -100,7 +100,7 @@
 %{_mandir}/man8/sbd*
 %{_unitdir}/sbd.service
 %{_unitdir}/sbd_remote.service
-%{_localstatedir}/adm/fillup-templates/sysconfig.sbd
+%{_fillupdir}/sysconfig.sbd
 %doc COPYING
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.dmnZQT/_old  2017-12-02 13:12:12.435014381 +0100
+++ /var/tmp/diff_new_pack.dmnZQT/_new  2017-12-02 13:12:12.439014234 +0100
@@ -3,13 +3,13 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="url">https://github.com/ClusterLabs/sbd.git</param>
-    <param name="revision">opensuse</param>
-    <param name="versionformat">1.3.0.git.%ct.%h</param>
+    <param name="revision">master</param>
+    <param name="versionformat">1.3.1+%cd.%h</param>
     <param name="changesgenerate">enable</param>
   </service>
 
   <service name="recompress" mode="disabled">
-    <param name="file">*git*.tar</param>
+    <param name="file">sbd*.tar</param>
     <param name="compression">xz</param>
   </service>
   

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.dmnZQT/_old  2017-12-02 13:12:12.467013215 +0100
+++ /var/tmp/diff_new_pack.dmnZQT/_new  2017-12-02 13:12:12.471013069 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/ClusterLabs/sbd.git</param>
-    <param 
name="changesrevision">11262fbc80364f2993a9876a2be82f4170c41e4e</param>
+    <param 
name="changesrevision">ecbdf9c795bde2af3b97505c10607f16c0ab9d6f</param>
   </service>
 </servicedata>


Reply via email to