Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2016-07-10 18:45:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old)
 and      /work/SRC/openSUSE:Factory/.multipath-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "multipath-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2016-06-10 23:59:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes     
2016-07-10 18:45:58.000000000 +0200
@@ -1,0 +2,27 @@
+Mon Jul  4 22:30:43 UTC 2016 - [email protected]
+
+- Remove obsoletes spec sections
+
+-------------------------------------------------------------------
+Mon Jul  4 09:47:21 CEST 2016 - [email protected]
+
+- Move config accesses to use user-space RCU (bsc#987526)
+  * Revert 'move filter_devnode under vector lock'
+  * Revert the rework patch
+- Include patches from upstream:
+  * Update hardware tables
+  * Update kpartx manpage
+  * Whitespace fixes
+  * Include coverity fixes
+  * Drop AUTHOR file
+- Update tarball to 0.6.1+suse20160704.6e52398
+
+-------------------------------------------------------------------
+Wed Jun  8 08:33:48 UTC 2016 - [email protected]
+
+- fix service file to not pretend that this is the upstream version.
+  Now labeled 0.6.1+suse20160603.9b920e3
+- Fix BuildRequire to get systemd.pc from correct package (bsc#983167)
+- point rcmultipathd to /usr/sbin/service to avoid dangling symlink warning
+
+-------------------------------------------------------------------

Old:
----
  multipath-tools-0.6.1.tar.xz

New:
----
  _servicedata
  multipath-tools-0.6.1+suse20160704.6e52398.tar.xz

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

Other differences:
------------------
++++++ multipath-tools.spec ++++++
--- /var/tmp/diff_new_pack.4abxIh/_old  2016-07-10 18:45:59.000000000 +0200
+++ /var/tmp/diff_new_pack.4abxIh/_new  2016-07-10 18:45:59.000000000 +0200
@@ -16,24 +16,30 @@
 #
 
 
+%define version_unconverted 0.6.1+suse20160704.6e52398
+
 Name:           multipath-tools
 BuildRequires:  device-mapper-devel
 BuildRequires:  libaio-devel
 BuildRequires:  libudev-devel
+BuildRequires:  liburcu-devel
 BuildRequires:  readline-devel
-BuildRequires:  systemd-devel
 BuildRequires:  udev
+BuildRequires:  pkgconfig(libsystemd)
+BuildRequires:  pkgconfig(systemd)
 Url:            http://christophe.varoqui.free.fr/
 Requires:       device-mapper >= 1.2.78
 Requires:       kpartx
 PreReq:         %insserv_prereq %fillup_prereq coreutils grep
-Version:        0.6.1
+Version:        0.6.1+suse20160704.6e52398
 Release:        0
 Summary:        Tools to Manage Multipathed Devices with the device-mapper
 License:        GPL-2.0
 Group:          System/Base
 %{?systemd_requires}
 %define has_systemd 1
+#FIXME: https://github.com/hreinecke/multipath-tools.git needs to
+#be moved to SUSE namespace
 Source:         multipath-tools-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %suse_version > 1220
@@ -57,12 +63,6 @@
 - kpartx: maps linear devmaps to device partitions, which makes
 multipath maps partionable
 
-
-
-Authors:
---------
-    Christophe Varoqui <[email protected]>
-
 %package -n kpartx
 Summary:        Manages partition tables on device-mapper devices
 Group:          System/Base
@@ -72,12 +72,6 @@
 The kpartx program maps linear devmaps to device partitions, which
 makes multipath maps partionable.
 
-
-
-Authors:
---------
-    Christophe Varoqui <[email protected]>
-
 %package devel
 Summary:        Development libraries for multipath-tools
 Group:          Development/Libraries/Other
@@ -87,11 +81,6 @@
 This package contains the development libraries for multipath-tools
 and libmpath_persist.
 
-
-Authors:
---------
-    Christophe Varoqui <[email protected]>
-
 %prep
 %setup -q -n multipath-tools-%{version}
 
@@ -104,10 +93,7 @@
 rm $RPM_BUILD_ROOT/%_lib/libmpathpersist.so
 rm $RPM_BUILD_ROOT/%_lib/libmpathcmd.so
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
-ln -sf /sbin/service $RPM_BUILD_ROOT/usr/sbin/rcmultipathd
-
-%clean
-rm -rf $RPM_BUILD_ROOT;
+ln -sf /usr/sbin/service $RPM_BUILD_ROOT/usr/sbin/rcmultipathd
 
 %pre
 [ -f /.buildenv ] && exit 0
@@ -142,7 +128,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHOR COPYING README ChangeLog
+%doc COPYING README ChangeLog
 %{_udevrulesdir}/11-dm-mpath.rules
 %{_udevrulesdir}/56-multipath.rules
 /%{_lib}/libmultipath.so.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.4abxIh/_old  2016-07-10 18:45:59.000000000 +0200
+++ /var/tmp/diff_new_pack.4abxIh/_new  2016-07-10 18:45:59.000000000 +0200
@@ -4,11 +4,13 @@
     <param name="url">https://github.com/hreinecke/multipath-tools.git</param>
     <param name="subdir"></param>
     <param name="filename">multipath-tools</param>
-    <param name="version">0.6.1</param>
+    <param name="versionformat">0.6.1+suse%cd.%h</param>
     <param name="revision">sles12-sp2</param>
+    <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*multipath-tools*.tar</param>
     <param name="compression">xz</param>
   </service>
+  <service name="set_version" mode="disabled"/>
 </services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
            <param 
name="url">https://github.com/hreinecke/multipath-tools.git</param>
          <param 
name="changesrevision">6e5239869eabaad4dced2152488f5a865509e1d1</param></service></servicedata>

Reply via email to