Hello community,

here is the log from the commit of package sbd for openSUSE:Factory checked in 
at 2018-07-31 15:59:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbd (Old)
 and      /work/SRC/openSUSE:Factory/.sbd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbd"

Tue Jul 31 15:59:55 2018 rev:25 rq:626137 version:1.3.1+20180703.f95b98e

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbd/sbd.changes  2018-05-16 18:44:58.723953949 
+0200
+++ /work/SRC/openSUSE:Factory/.sbd.new/sbd.changes     2018-07-31 
16:00:02.543611894 +0200
@@ -1,0 +2,5 @@
+Fri Jul 27 10:57:42 UTC 2018 - [email protected]
+
+- Update to version 1.3.1+20180703.f95b98e (bsc#1102930)
+
+-------------------------------------------------------------------

Old:
----
  sbd-1.3.1+20180507.e102d9e.tar.xz

New:
----
  sbd-1.3.1+20180703.f95b98e.tar.xz

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

Other differences:
------------------
++++++ sbd.spec ++++++
--- /var/tmp/diff_new_pack.NqXAMw/_old  2018-07-31 16:00:03.411613367 +0200
+++ /var/tmp/diff_new_pack.NqXAMw/_new  2018-07-31 16:00:03.419613380 +0200
@@ -23,10 +23,10 @@
 %endif
 
 Name:           sbd
-Version:        1.3.1+20180507.e102d9e
+Version:        1.3.1+20180703.f95b98e
 Release:        0
 Summary:        Storage-based death
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Clustering/HA
 Url:            https://github.com/ClusterLabs/sbd
 Source:         %{name}-%{version}.tar.xz

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.NqXAMw/_old  2018-07-31 16:00:03.475613476 +0200
+++ /var/tmp/diff_new_pack.NqXAMw/_new  2018-07-31 16:00:03.475613476 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/ClusterLabs/sbd.git</param>
-    <param 
name="changesrevision">7b822890b38b11601eac867cd55a3d3de314a54c</param>
+    <param 
name="changesrevision">68cfbecb2dea0e66a947c4165c9abecb435e0ec2</param>
   </service>
 </servicedata>
\ No newline at end of file

++++++ sbd-1.3.1+20180507.e102d9e.tar.xz -> sbd-1.3.1+20180703.f95b98e.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sbd-1.3.1+20180507.e102d9e/.travis.yml 
new/sbd-1.3.1+20180703.f95b98e/.travis.yml
--- old/sbd-1.3.1+20180507.e102d9e/.travis.yml  2018-05-07 16:30:45.000000000 
+0200
+++ new/sbd-1.3.1+20180703.f95b98e/.travis.yml  2018-07-03 18:10:33.000000000 
+0200
@@ -6,10 +6,11 @@
     - DOCKER_BUILD_IMAGE=alectolytic/rpmbuilder
     - OS_ARCH=x86_64
     - PACKAGE=sbd
+    - BUILD_OS_TYPE=fedora BUILD_OS_DIST= BUILD_OS_VERSION=28
   matrix:
-    - OS_TYPE=centos OS_DIST=centos OS_VERSION=7
-    - OS_TYPE=centos OS_DIST=centos OS_VERSION=6
-    - OS_TYPE=fedora OS_DIST= OS_VERSION=27
+    - OS_TYPE=centos OS_MOCK=epel OS_DIST=centos OS_VERSION=7
+    - OS_TYPE=centos OS_MOCK=epel OS_DIST=centos OS_VERSION=6
+    - OS_TYPE=fedora OS_MOCK=fedora OS_DIST= OS_VERSION=28
 
 services:
   - docker
@@ -18,9 +19,9 @@
 
 script:
   - make -f Makefile.am spec export PACKAGE=${PACKAGE}
-  - docker pull ${DOCKER_BUILD_IMAGE}:${OS_TYPE}-${OS_VERSION}
-  - docker run -v ${PWD}:/sources -v ${PWD}:/output 
${DOCKER_BUILD_IMAGE}:${OS_TYPE}-${OS_VERSION}
-  - ls ${PWD}/sbd*.${OS_ARCH}.rpm
+  - docker pull ${BUILD_OS_TYPE}:${BUILD_OS_DIST}${BUILD_OS_VERSION}
+  - docker run --privileged -v ${PWD}:/rpms 
${BUILD_OS_TYPE}:${BUILD_OS_DIST}${BUILD_OS_VERSION} /bin/bash -c "dnf install 
-y mock dnf-utils && mock -r ${OS_MOCK}-${OS_VERSION}-${OS_ARCH} 
--resultdir=/rpms --no-bootstrap-chroot --old-chroot --disable-plugin=yum_cache 
--disable-plugin=selinux --buildsrpm --spec /rpms/${PACKAGE}.spec --sources 
/rpms && mock --no-clean -r ${OS_MOCK}-${OS_VERSION}-${OS_ARCH} 
--resultdir=/rpms --disable-plugin=yum_cache --disable-plugin=selinux 
--no-bootstrap-chroot --old-chroot /rpms/sbd*.src.rpm"
+  - ls ${PWD}/${PACKAGE}*.${OS_ARCH}.rpm
   - docker pull ${OS_TYPE}:${OS_DIST}${OS_VERSION}
   - docker run --privileged -v ${PWD}:/rpms -v ${PWD}/tests:/tests 
${OS_TYPE}:${OS_DIST}${OS_VERSION} /bin/bash -c "yum install -y device-mapper 
/rpms/${PACKAGE}*.${OS_ARCH}.rpm && /tests/regressions.sh && touch 
/rpms/regressions.sh.SUCCESS"
   - ls ${PWD}/regressions.sh.SUCCESS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sbd-1.3.1+20180507.e102d9e/sbd.spec 
new/sbd-1.3.1+20180703.f95b98e/sbd.spec
--- old/sbd-1.3.1+20180507.e102d9e/sbd.spec     2018-05-07 16:30:45.000000000 
+0200
+++ new/sbd-1.3.1+20180703.f95b98e/sbd.spec     2018-07-03 18:10:33.000000000 
+0200
@@ -15,7 +15,7 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-%global commit a180176c23e57ee904ebb08ab449cfb3d90a0383
+%global commit e102d9ed7559a14156d4b1d714b766725155ad14
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global github_owner beekhof
 %global buildnum 1
@@ -34,13 +34,12 @@
 BuildRequires:  libuuid-devel
 BuildRequires:  glib2-devel
 BuildRequires:  libaio-devel
-BuildRequires:  corosync-devel
+BuildRequires:  corosynclib-devel
 BuildRequires:  pacemaker-libs-devel
 BuildRequires:  libtool
 BuildRequires:  libuuid-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python-devel
 BuildRequires:  make
 
 %if 0%{?rhel} > 0
@@ -114,6 +113,10 @@
 %doc COPYING
 
 %changelog
+* Fri Jun 29 2018 <[email protected]> - 1.3.1-0.1.e102d9ed.git
+- removed unneeded python-devel build-requirement
+- changed legacy corosync-devel to corosynclib-devel
+
 * Fri Nov  3 2017 <[email protected]> - 1.3.1-0.1.a180176c.git
 - Add commands to test/query watchdogs
 - Allow 2-node-operation with a single shared-disk
@@ -123,7 +126,7 @@
 - Fix config for Debian + configurable location of config
 - Fixes in sbd.sh - multiple SBD devices and others
 
-* Sun Mar 26 2016 <[email protected]> - 1.3.0-0.1.4ee36fa3.git
+* Sun Mar 27 2016 <[email protected]> - 1.3.0-0.1.4ee36fa3.git
 - Changes since v1.2.0 like adding the possibility to have a
   watchdog-only setup without shared-block-devices
   legitimate a bump to v1.3.0.


Reply via email to