Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2019-04-15 13:59:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old)
 and      /work/SRC/openSUSE:Factory/.multipath-tools.new.17052 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "multipath-tools"

Mon Apr 15 13:59:32 2019 rev:111 rq:693797 version:0.8.0+17+suse.a28893f

Changes:
--------
--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2019-03-13 09:08:10.763430403 +0100
+++ 
/work/SRC/openSUSE:Factory/.multipath-tools.new.17052/multipath-tools.changes   
    2019-04-15 13:59:34.860710456 +0200
@@ -1,0 +2,39 @@
+Tue Mar 19 15:58:01 UTC 2019 - Martin Wilck <[email protected]>
+
+- Re-enable kmod-style dependencies for multipath-tools package
+  (bsc#1119414)
+- Separate out libmpath0 (bsc#1119414)
+- Spec file improvements
+  * Add Conflicts: for older multipath-tools to libmpath0
+  * Move license files to the libmpath0 package, which contains the
+    code with complex licensing. The executables are GPL-2.0 anyway.
+  * Remove bogus dependency of -devel package on device-mapper
+  * -devel package depends on libmpath0, not multipath-tools
+  * Remove %dir %{_defaultlicensedir} for SLE12-SP3 and newer
+    (John Vandenberg <[email protected]>)
+  * Remove unused /var/cache/multipath directory
+  * Remove check for multipath maps in %pre and %post
+  * Remove SLE11-specific multipathd service stop / start from
+    %pre / %post
+  * Remove obsolete tools from package description (bsc#1129827)
+  * Add -n to %service_del_{pre,post}un for multipathd.socket
+
+-------------------------------------------------------------------
+Fri Mar 15 13:57:44 UTC 2019 - Martin Wilck <[email protected]>
+
+- Update to version 0.8.0+17+suse.a28893f:
+  * Code-identical to 0.7.9+139+suse.ed9d450, except for new
+    version number
+- Disable kmod() style dependencies for now, as they are causing
+  problems with image builds (bsc#1119414). They'd been active
+  for SLE15-SP1 only, anyway.
+- _service: determine "tag offset" manually, the patch count
+  determined by git is far too high.
+
+-------------------------------------------------------------------
+Thu Mar  7 16:39:42 UTC 2019 - Martin Wilck <[email protected]>
+
+- Fix module name in multipath.conf (bsc#1119414)
+  * The modules-load.d entry must match the filename exactly
+
+-------------------------------------------------------------------

Old:
----
  multipath-tools-0.7.9+139+suse.ed9d450.tar.xz

New:
----
  multipath-tools-0.8.0+17+suse.a28893f.tar.xz

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

Other differences:
------------------
++++++ multipath-tools.spec ++++++
--- /var/tmp/diff_new_pack.IMMloF/_old  2019-04-15 13:59:36.448710976 +0200
+++ /var/tmp/diff_new_pack.IMMloF/_new  2019-04-15 13:59:36.456710978 +0200
@@ -50,10 +50,10 @@
 
 Name:           multipath-tools
 Url:            http://christophe.varoqui.free.fr/
-Version:        0.7.9+139+suse.ed9d450
+Version:        0.8.0+17+suse.a28893f
 Release:        0
 Summary:        Tools to Manage Multipathed Devices with the device-mapper
-License:        GPL-2.0-only AND LGPL-2.0-or-later
+License:        GPL-2.0-only
 Group:          System/Base
 Source:         multipath-tools-%{version}.tar.xz
 Source1:        multipath.conf
@@ -94,19 +94,32 @@
 PreReq:         coreutils grep
 
 %description
-This package provides the tools to manage multipathed devices by
-instructing the device-mapper multipath module what to do. The tools
-are:
-
-- multipath: scans the system for multipathed devices, assembles
-   them, and updates the device-mapper's maps
-
-- multipathd: waits for maps events then execs multipath
-
-- devmap-name: provides a meaningful device name to udev for devmaps
-
-- kpartx: maps linear devmaps to device partitions, which makes
-multipath maps partionable
+This package provides the multipath tool and the multipathd daemon
+to manage dm-multipath devices. multipath can detect and set up
+multipath maps. multipathd sets up multipath maps automatically,
+monitors path devices for failure, removal, or addition, and applies
+the necessary changes to the multipath maps to ensure continuous
+availability of the map devices.
+
+# Currently it makes no sense to split out libmpathpersist and libmpathcmd
+# separately. libmultipath has no stable API at all, and it depends
+# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath
+# and it loads prioritizers (to be fixed) and checkers.
+%package -n libmpath0
+Summary:       Libraries for multipath-tools
+License:       GPL-2.0-only AND LGPL-2.1 AND LGPL-2.0-or-later
+Group:         System/Libraries
+# This is for libmpathcmd, which is useless without multipathd.
+# No hard dependency here - we don't want to pull in all dependencies
+# of multipath-tools.
+Recommends:    multipath-tools
+Conflicts:     multipath-tools < 0.8.0
+
+%description -n libmpath0
+libmpathpersist provides a C API for handling of SCSI persistent
+reservations for device-mapper multipath devices. libmpathcmd
+provides a C API for sending commands to a running multipathd
+instance.
 
 %package -n kpartx
 Summary:        Manages partition tables on device-mapper devices
@@ -122,12 +135,11 @@
 Summary:        Development libraries for multipath-tools
 License:        GPL-2.0-only AND LGPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Requires:       device-mapper
-Requires:       multipath-tools = %{version}
+Requires:       libmpath0 = %{version}
 
 %description devel
 This package contains the development libraries for multipath-tools
-and libmpath_persist.
+and libmpathpersist.
 
 %if 0%{?with_libdmmp} == 1
 %package -n libdmmp%{libdmmp_version}
@@ -163,7 +175,6 @@
 
 %install
 make DESTDIR=%{buildroot} %{dirflags} %{makeflags} install
-mkdir -p %{buildroot}/var/cache/multipath/
 mkdir -p %{buildroot}%{_defaultlicensedir}
 mkdir -p %{buildroot}/usr/sbin
 mkdir -p %{buildroot}/usr/%{_lib}
@@ -177,33 +188,29 @@
 install -m 644 %{SOURCE2} 
%{buildroot}%{_udevrulesdir}/00-dont-del-part-nodes.rules
 install -m 644 -D %{SOURCE3} 
%{buildroot}/usr/lib/dracut/dracut.conf.d/dm-parts.conf
 
+%post -n libmpath0 -p %{run_ldconfig}
+%postun -n libmpath0 -p %{run_ldconfig}
+
 %pre
 [ -f /.buildenv ] && exit 0
-if [ -f /etc/init.d/multipathd ] && dmsetup --target multipath table | grep -q 
multipath ; then
-  /etc/init.d/multipathd stop
-  %service_add_pre multipathd.socket
-  %service_add_pre multipathd.service
-fi
+%service_add_pre multipathd.socket
+%service_add_pre multipathd.service
 
 %post
 [ -f /.buildenv ] && exit 0
-%{run_ldconfig}
-if dmsetup --target multipath table | grep -q multipath ; then
-  %service_add_post multipathd.socket
-  %service_add_post multipathd.service
-fi
+%service_add_post multipathd.socket
+%service_add_post multipathd.service
 %{?regenerate_initrd_post}
 exit 0
 
 %preun
 %service_del_preun multipathd.service
-%service_del_preun multipathd.socket
+%service_del_preun -n multipathd.socket
 
 %postun
 %{?regenerate_initrd_post}
 %service_del_postun multipathd.service
-%service_del_postun multipathd.socket
-%{run_ldconfig}
+%service_del_postun -n multipathd.socket
 
 %posttrans
 %{?regenerate_initrd_posttrans}
@@ -211,22 +218,17 @@
 %files
 %defattr(-,root,root)
 %doc README
+# SLE12-SP2 and earlier: dracut filesystem not own /usr/share/licenses
+%if 0%{?sle_version} && 0%{?sle_version} < 120300
 %dir %{_defaultlicensedir}
-%license LICENSES/LGPL-2.0
-%license LICENSES/LGPL-2.1
+%endif
 %license LICENSES/GPL-2.0
-%license README.licenses
 %{_udevrulesdir}/11-dm-mpath.rules
 %{_udevrulesdir}/56-multipath.rules
-/%{_lib}/libmultipath.so.0
-/%{_lib}/libmpathcmd.so.0
-/%{_lib}/libmpathpersist.so.0
-/%{_lib}/multipath
 /sbin/multipath
 /sbin/multipathd
 /sbin/mpathpersist
 /usr/sbin/rcmultipathd
-%attr (0700, root, root) /var/cache/multipath
 %dir /%{_sysdir}/systemd/system
 /%{_sysdir}/systemd/system/multipathd.service
 /%{_sysdir}/systemd/system/multipathd.socket
@@ -240,6 +242,16 @@
 %{_mandir}/man8/multipathd.8*
 %{_mandir}/man8/mpathpersist.8*
 
+%files -n libmpath0
+/%{_lib}/libmultipath.so.0
+/%{_lib}/libmpathcmd.so.0
+/%{_lib}/libmpathpersist.so.0
+/%{_lib}/multipath
+%license LICENSES/GPL-2.0
+%license LICENSES/LGPL-2.0
+%license LICENSES/LGPL-2.1
+%license README.licenses
+
 %files devel
 %defattr(-,root,root)
 /usr/%{_lib}/libmultipath.so
@@ -274,11 +286,8 @@
 
 %if 0%{?with_libdmmp} == 1
 
-%post -n libdmmp%{libdmmp_version}
-%{run_ldconfig}
-
-%postun -n libdmmp%{libdmmp_version}
-%{run_ldconfig}
+%post -n libdmmp%{libdmmp_version} -p %{run_ldconfig}
+%postun -n libdmmp%{libdmmp_version} -p %{run_ldconfig}
 
 %files -n libdmmp%{libdmmp_version}
 %defattr(-,root,root)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IMMloF/_old  2019-04-15 13:59:36.488710988 +0200
+++ /var/tmp/diff_new_pack.IMMloF/_new  2019-04-15 13:59:36.488710988 +0200
@@ -4,7 +4,11 @@
     <param name="url">https://github.com/openSUSE/multipath-tools.git</param>
     <param name="subdir"></param>
     <param name="filename">multipath-tools</param>
-    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
+    <!-- for factory, TAG_OFFSET doesn't work, because patches that
+       are have been added to factory before upstream will be
+       counted. Determine patch offset manually! It should be the number
+       of patches which are _really_ not upstream (yet). -->
+    <param name="versionformat">@PARENT_TAG@+17+suse.%h</param>
     <param name="revision">factory</param>
     <param name="match-tag">0.[0-9].[0-9]</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.IMMloF/_old  2019-04-15 13:59:36.504710994 +0200
+++ /var/tmp/diff_new_pack.IMMloF/_new  2019-04-15 13:59:36.504710994 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/multipath-tools.git</param>
-              <param 
name="changesrevision">ed9d45084265bdd23b816fcb69dc52c1b321fef5</param></service><service
 name="tar_scm">
+              <param 
name="changesrevision">a28893f67c7ca0009b9ef8b85732348b3c3092f1</param></service><service
 name="tar_scm">
                 <param 
name="url">https://github.com/mwilck/multipath-tools.git</param>
               <param 
name="changesrevision">08a969b7fce0db769b63bdbfead2a452dc417d58</param></service></servicedata>
\ No newline at end of file

++++++ multipath-tools-0.7.9+139+suse.ed9d450.tar.xz -> 
multipath-tools-0.8.0+17+suse.a28893f.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/multipath-tools-0.7.9+139+suse.ed9d450/libmultipath/version.h 
new/multipath-tools-0.8.0+17+suse.a28893f/libmultipath/version.h
--- old/multipath-tools-0.7.9+139+suse.ed9d450/libmultipath/version.h   
2019-03-07 15:50:20.000000000 +0100
+++ new/multipath-tools-0.8.0+17+suse.a28893f/libmultipath/version.h    
2019-03-15 13:27:19.000000000 +0100
@@ -20,8 +20,8 @@
 #ifndef _VERSION_H
 #define _VERSION_H
 
-#define VERSION_CODE 0x000709
-#define DATE_CODE    0x0b0e12
+#define VERSION_CODE 0x000800
+#define DATE_CODE    0x020e13
 
 #define PROG    "multipath-tools"
 

++++++ multipath.conf ++++++
--- /var/tmp/diff_new_pack.IMMloF/_old  2019-04-15 13:59:36.676711050 +0200
+++ /var/tmp/diff_new_pack.IMMloF/_new  2019-04-15 13:59:36.680711051 +0200
@@ -2,4 +2,4 @@
 scsi_dh_alua
 scsi_dh_emc
 scsi_dh_rdac
-dm_multipath
+dm-multipath


Reply via email to