Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package multipath-tools for openSUSE:Factory checked in at 2022-09-09 18:22:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old) and /work/SRC/openSUSE:Factory/.multipath-tools.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "multipath-tools" Fri Sep 9 18:22:14 2022 rev:145 rq:1001782 version:0.9.1+48+suse.9c6c435 Changes: -------- --- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes 2022-08-25 15:33:11.527936944 +0200 +++ /work/SRC/openSUSE:Factory/.multipath-tools.new.2083/multipath-tools.changes 2022-09-09 18:22:18.788063280 +0200 @@ -1,0 +2,25 @@ +Wed Sep 7 13:52:36 UTC 2022 - Martin Wilck <mwi...@suse.com> + +- Update to version 0.9.1+48+suse.9c6c435: + * Upstream version update + * kpartx_id: remove bashism + * Doc: add multipathc.8 manual page + +------------------------------------------------------------------- +Sat Sep 3 11:30:11 UTC 2022 - Martin Wilck <mwi...@suse.com> + +- Update to version 0.9.0+134+suse.dbf2e2d: + * Add multipathc command under GPL3.0, and split off libmpathutil + (bsc#1202616) + * Fix command completion in interactive mode (bsc#1201483) + * multipathd: fix use-after-free in handle_path_wwid_change() + (bsc#1201483) + * Improve startup time for very large multipath.conf (bsc#1200523) + * Avoid checker blocking event handling for huge number of devices + (boo#1203085) + * Cleanup sysfs accessors in libmultipath + * Minor upstream bug fixes + * Spelling fixes + * Documentation: add ALUA info to README.md, delete README.alua + +------------------------------------------------------------------- Old: ---- multipath-tools-0.9.0+55+suse.33d8854.obscpio New: ---- multipath-tools-0.9.1+48+suse.9c6c435.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ multipath-tools.spec ++++++ --- /var/tmp/diff_new_pack.UpKo5q/_old 2022-09-09 18:22:19.292064614 +0200 +++ /var/tmp/diff_new_pack.UpKo5q/_new 2022-09-09 18:22:19.300064636 +0200 @@ -1,7 +1,7 @@ # # spec file for package multipath-tools # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,10 +34,10 @@ %define libdmmp_version %(echo %{_libdmmp_version} | tr . _) Name: multipath-tools -Version: 0.9.0+55+suse.33d8854 +Version: 0.9.1+48+suse.9c6c435 Release: 0 Summary: Tools to Manage Multipathed Devices with the device-mapper -License: GPL-2.0-only +License: GPL-2.0-only and GPL-3.0-or-later Group: System/Base URL: http://christophe.varoqui.free.fr/ Source: multipath-tools-%{version}.tar.xz @@ -55,6 +55,7 @@ %if 0%{?with_libdmmp} == 1 BuildRequires: pkgconfig(json-c) %endif +BuildRequires: readline-devel BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(liburcu) @@ -85,8 +86,6 @@ - - # 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 @@ -178,7 +177,7 @@ mkdir -p %{buildroot}/usr/sbin mkdir -p %{buildroot}/usr/%{_lib} %if 0%{?suse_version} < 1550 -for x in multipath mpathpersist mpathcmd mpathvalid; do +for x in mpathutil multipath mpathpersist mpathcmd mpathvalid; do rm -f %{buildroot}/%{_lib}/lib$x.so ln -sf /%{_lib}/lib$x.so.0 %{buildroot}/usr/%{_lib}/lib$x.so done @@ -217,13 +216,14 @@ %{?regenerate_initrd_posttrans} %files -%defattr(-,root,root) -%doc README.md README.alua +%doc README.md %license LICENSES/GPL-2.0 +%license LICENSES/GPL-3.0 %{_udevrulesdir}/11-dm-mpath.rules %{_udevrulesdir}/56-multipath.rules %{sbindir}/multipath %{sbindir}/multipathd +%{sbindir}/multipathc %{sbindir}/mpathpersist /usr/sbin/rcmultipathd %{_unitdir}/multipathd.service @@ -236,6 +236,7 @@ %{_mandir}/man8/multipath.8* %{_mandir}/man5/multipath.conf.5* %{_mandir}/man8/multipathd.8* +%{_mandir}/man8/multipathc.8* %{_mandir}/man8/mpathpersist.8* %files -n libmpath0 @@ -243,6 +244,7 @@ %{libdir}/libmpathcmd.so.0 %{libdir}/libmpathpersist.so.0 %{libdir}/libmpathvalid.so.0 +%{libdir}/libmpathutil.so.0 %{libdir}/multipath %license LICENSES/GPL-2.0 %license LICENSES/LGPL-2.0 @@ -250,11 +252,11 @@ %license README.licenses %files devel -%defattr(-,root,root) %{_libdir}/libmultipath.so %{_libdir}/libmpathcmd.so %{_libdir}/libmpathpersist.so %{_libdir}/libmpathvalid.so +%{_libdir}/libmpathutil.so /usr/include/mpath_cmd.h /usr/include/mpath_persist.h /usr/include/mpath_valid.h @@ -263,7 +265,6 @@ %doc libmpathpersist-example-old.c %files -n kpartx -%defattr(-,root,root) %license LICENSES/GPL-2.0 %{sbindir}/kpartx %{_udevrulesdir}/00-dont-del-part-nodes.rules ++++++ _service ++++++ --- /var/tmp/diff_new_pack.UpKo5q/_old 2022-09-09 18:22:19.324064699 +0200 +++ /var/tmp/diff_new_pack.UpKo5q/_new 2022-09-09 18:22:19.328064710 +0200 @@ -5,7 +5,7 @@ <param name="url">https://github.com/openSUSE/multipath-tools.git</param> <param name="filename">multipath-tools</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param> - <param name="revision">factory</param> + <param name="revision">next</param> <param name="match-tag">0.[0-9].[0-9]</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.UpKo5q/_old 2022-09-09 18:22:19.348064763 +0200 +++ /var/tmp/diff_new_pack.UpKo5q/_new 2022-09-09 18:22:19.352064773 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/multipath-tools.git</param> - <param name="changesrevision">33d88543aa67186adf5fff4556a9bd21ba7ea324</param></service></servicedata> + <param name="changesrevision">9c6c43556abfa2cc4133cee88709cec33b1f7b83</param></service></servicedata> (No newline at EOF) ++++++ multipath-tools-0.9.0+55+suse.33d8854.obscpio -> multipath-tools-0.9.1+48+suse.9c6c435.obscpio ++++++ ++++ 11125 lines of diff (skipped) ++++++ multipath-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.UpKo5q/_old 2022-09-09 18:22:19.652065567 +0200 +++ /var/tmp/diff_new_pack.UpKo5q/_new 2022-09-09 18:22:19.656065578 +0200 @@ -1,5 +1,5 @@ name: multipath-tools -version: 0.9.0+55+suse.33d8854 -mtime: 1661250227 -commit: 33d88543aa67186adf5fff4556a9bd21ba7ea324 +version: 0.9.1+48+suse.9c6c435 +mtime: 1662550512 +commit: 9c6c43556abfa2cc4133cee88709cec33b1f7b83