Hello community, here is the log from the commit of package multipath-tools for openSUSE:Factory checked in at 2018-04-16 12:43:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old) and /work/SRC/openSUSE:Factory/.multipath-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "multipath-tools" Mon Apr 16 12:43:53 2018 rev:103 rq:596332 version:0.7.3+67+suse.8f0c27b Changes: -------- --- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes 2018-04-07 20:47:45.182595092 +0200 +++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes 2018-04-16 12:43:58.892043211 +0200 @@ -1,0 +2,40 @@ +Thu Apr 12 18:46:24 UTC 2018 - [email protected] + +- Update to version 0.7.3+67+suse.8f0c27b: + * disable nvme foreign library (bsc#1089353) + +------------------------------------------------------------------- +Tue Apr 10 21:42:56 UTC 2018 - [email protected] + +- No functional changes +- Fixed rpmlint warnings (bsc#1088946) + * multipath-tools-devel: moved .so files to /usr/lib[64] + * added version dependencies for -devel packages + +------------------------------------------------------------------- +Tue Apr 10 21:26:30 UTC 2018 - [email protected] + +- No functional changes + * fixed SPDX syntax (and -> AND) + * added /usr/share/licenses + +------------------------------------------------------------------- +Tue Apr 10 08:04:40 UTC 2018 - [email protected] + +- No functional changes, just licenses +- Spec file: fix %license tags and info after closer inspection + (bsc#1088801) + * kpartx is under GPL-2.0-only + * rbd is under LGPL-2.1-only +- Update to version 0.7.3+66+suse.dc5fe2d: Fix licensing info (bsc#1088801) + * Added fossology assessment as README.licenses + * multipath-tools: create LICENSES dir with the text of all used licences + +------------------------------------------------------------------- +Fri Apr 06 09:54:45 UTC 2018 - [email protected] + +- Update to version 0.7.3+61+suse.d4d0494: + * 11-dm-mpath.rules: dont't run "multipath -U" during coldplug + (bsc#1084748) + +------------------------------------------------------------------- @@ -7 +46,0 @@ - * kpartx is GPL-2.0-or-later Old: ---- multipath-tools-0.7.3+60+suse.46ac839.tar.xz New: ---- multipath-tools-0.7.3+67+suse.8f0c27b.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ multipath-tools.spec ++++++ --- /var/tmp/diff_new_pack.xTAvTz/_old 2018-04-16 12:43:59.664015122 +0200 +++ /var/tmp/diff_new_pack.xTAvTz/_new 2018-04-16 12:43:59.668014976 +0200 @@ -97,10 +97,10 @@ Name: multipath-tools Url: http://christophe.varoqui.free.fr/ -Version: 0.7.3+60+suse.46ac839 +Version: 0.7.3+67+suse.8f0c27b 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 AND LGPL-2.0-or-later Group: System/Base Source: multipath-tools-%{version}.tar.xz Source1: multipath.conf @@ -150,7 +150,7 @@ %package -n kpartx Summary: Manages partition tables on device-mapper devices -License: GPL-2.0-or-later +License: GPL-2.0-only Group: System/Base Requires: device-mapper @@ -160,9 +160,10 @@ %package devel Summary: Development libraries for multipath-tools -License: GPL-2.0-only and LGPL-2.0-or-later +License: GPL-2.0-only AND LGPL-2.0-or-later Group: Development/Libraries/C and C++ Requires: device-mapper +Requires: multipath-tools = %{version} %description devel This package contains the development libraries for multipath-tools @@ -171,7 +172,7 @@ %if 0%{?with_rados} == 1 %package rbd Summary: RADOS support for multipath-tools -License: LGPL-2.0-only +License: LGPL-2.1-only Group: System/Libraries Requires: multipath-tools = %{version} @@ -195,7 +196,7 @@ Summary: Header files for multipath-tools C API License: GPL-3.0-or-later Group: Development/Libraries/C and C++ -Requires: libdmmp%{libdmmp_version} +Requires: libdmmp%{libdmmp_version} = %{version} %description -n libdmmp-devel This package provides development files and documentation for libdmmp. @@ -216,7 +217,13 @@ %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} +for x in multipath mpathpersist mpathcmd; do + rm -f %{buildroot}/%{_lib}/lib$x.so + ln -sf /%{_lib}/lib$x.so.0 %{buildroot}/usr/%{_lib}/lib$x.so +done ln -sf /usr/sbin/service %{buildroot}/usr/sbin/rcmultipathd mkdir -p %{buildroot}/usr/lib/modules-load.d install -m 644 -D %{SOURCE1} "%{buildroot}/usr/lib/modules-load.d/multipath.conf" @@ -256,7 +263,12 @@ %files %defattr(-,root,root) -%doc COPYING README +%doc README +%dir %{_defaultlicensedir} +%license LICENSES/LGPL-2.0 +%license LICENSES/LGPL-2.1 +%license LICENSES/GPL-2.0 +%license README.licenses %{_udevrulesdir}/11-dm-mpath.rules %{_udevrulesdir}/56-multipath.rules /%{_lib}/libmultipath.so.0 @@ -283,9 +295,9 @@ %files devel %defattr(-,root,root) -/%{_lib}/libmultipath.so -/%{_lib}/libmpathcmd.so -/%{_lib}/libmpathpersist.so +/usr/%{_lib}/libmultipath.so +/usr/%{_lib}/libmpathcmd.so +/usr/%{_lib}/libmpathpersist.so /usr/include/mpath_cmd.h /usr/include/mpath_persist.h %{_mandir}/man3/mpath_persistent_* @@ -293,6 +305,7 @@ %files -n kpartx %defattr(-,root,root) +%license LICENSES/GPL-2.0 /sbin/kpartx %{_udevrulesdir}/00-dont-del-part-nodes.rules %{_udevrulesdir}/11-dm-parts.rules @@ -314,6 +327,7 @@ %if 0%{?with_rados} == 1 %files rbd +%defattr(-,root,root) /%{_lib}/multipath/libcheckrbd.so %endif @@ -327,6 +341,7 @@ %files -n libdmmp%{libdmmp_version} %defattr(-,root,root) +%license LICENSES/GPL-3.0 /%{_libdir}/libdmmp.so.%{_libdmmp_version} %files -n libdmmp-devel ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.xTAvTz/_old 2018-04-16 12:43:59.708013520 +0200 +++ /var/tmp/diff_new_pack.xTAvTz/_new 2018-04-16 12:43:59.708013520 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/multipath-tools.git</param> - <param name="changesrevision">46ac83933811f1334907a5ddc6fcc732df2c1f17</param></service><service name="tar_scm"> + <param name="changesrevision">8f0c27b0c8867a4dd0a5c6a9eb67b4966d9ca9f8</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.3+60+suse.46ac839.tar.xz -> multipath-tools-0.7.3+67+suse.8f0c27b.tar.xz ++++++ ++++ 5386 lines of diff (skipped)
