commit suse-module-tools for openSUSE:Factory

Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package suse-module-tools for openSUSE:Factory checked in at 2023-10-31 20:25:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old) and /work/SRC/openSUSE:Factory/.suse-module-tools.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "suse-module-tools" Tue Oct 31 20:25:10 2023 rev:72 rq:1121300 version:16.0.38 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes 2023-10-27 22:27:14.997438815 +0200 +++ /work/SRC/openSUSE:Factory/.suse-module-tools.new.17445/suse-module-tools.changes 2023-10-31 20:25:17.497040571 +0100 @@ -1,0 +2,6 @@ +Fri Oct 27 15:48:07 UTC 2023 - Martin Wilck <mwilck@suse.com> + +- Update to version 16.0.38: + * modprobe.d: use softdep to load sd_mod and sg (boo#1216070) + +------------------------------------------------------------------- Old: ---- suse-module-tools-16.0.37.obscpio New: ---- suse-module-tools-16.0.38.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-module-tools.spec ++++++ --- /var/tmp/diff_new_pack.bHOSYv/_old 2023-10-31 20:25:18.473076422 +0100 +++ /var/tmp/diff_new_pack.bHOSYv/_new 2023-10-31 20:25:18.473076422 +0100 @@ -36,7 +36,7 @@ %global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g') Name: suse-module-tools -Version: 16.0.37 +Version: 16.0.38 Release: 0 Summary: Configuration for module loading and SUSE-specific utilities for KMPs License: GPL-2.0-or-later @@ -142,7 +142,10 @@ %endif install -d -m 755 "%{buildroot}%{_modulesloaddir}" -install -pm 644 -t "%{buildroot}%{_modulesloaddir}" modules-load.d/*.conf +for _x in modules-load.d/*.conf; do + [ -e "$_x" ] || continue + install -pm 644 -t "%{buildroot}%{_modulesloaddir}" "$_x" +done %ifarch ppc64 ppc64le install -d -m 755 %{buildroot}/usr/lib/systemd/system-generators ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.bHOSYv/_old 2023-10-31 20:25:18.505077597 +0100 +++ /var/tmp/diff_new_pack.bHOSYv/_new 2023-10-31 20:25:18.509077744 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/suse-module-tools.git</param> - <param name="changesrevision">9b3340f3d7bd08f5112811f78bbd00834e5758bf</param></service></servicedata> + <param name="changesrevision">a061b1b2a3e52cdbc54d3e24bd3bdacf5b589aba</param></service></servicedata> (No newline at EOF) ++++++ suse-module-tools-16.0.37.obscpio -> suse-module-tools-16.0.38.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.37/modprobe.conf/common/10-scsi.conf new/suse-module-tools-16.0.38/modprobe.conf/common/10-scsi.conf --- old/suse-module-tools-16.0.37/modprobe.conf/common/10-scsi.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.0.38/modprobe.conf/common/10-scsi.conf 2023-10-27 17:47:03.000000000 +0200 @@ -0,0 +1,2 @@ +# load sd_mod and sg early (bsc#1216070, bsc#1036463) +softdep scsi_mod post: sd_mod sg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.37/modules-load.d/sg.conf new/suse-module-tools-16.0.38/modules-load.d/sg.conf --- old/suse-module-tools-16.0.37/modules-load.d/sg.conf 2023-10-25 21:47:22.000000000 +0200 +++ new/suse-module-tools-16.0.38/modules-load.d/sg.conf 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -# Ensure that the sg driver is loaded early (bsc#1036463) -sg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.0.37/suse-module-tools.spec new/suse-module-tools-16.0.38/suse-module-tools.spec --- old/suse-module-tools-16.0.37/suse-module-tools.spec 2023-10-25 21:47:22.000000000 +0200 +++ new/suse-module-tools-16.0.38/suse-module-tools.spec 2023-10-27 17:47:03.000000000 +0200 @@ -36,7 +36,7 @@ %global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g') Name: suse-module-tools -Version: 16.0.37 +Version: 16.0.38 Release: 0 Summary: Configuration for module loading and SUSE-specific utilities for KMPs License: GPL-2.0-or-later @@ -142,7 +142,10 @@ %endif install -d -m 755 "%{buildroot}%{_modulesloaddir}" -install -pm 644 -t "%{buildroot}%{_modulesloaddir}" modules-load.d/*.conf +for _x in modules-load.d/*.conf; do + [ -e "$_x" ] || continue + install -pm 644 -t "%{buildroot}%{_modulesloaddir}" "$_x" +done %ifarch ppc64 ppc64le install -d -m 755 %{buildroot}/usr/lib/systemd/system-generators ++++++ suse-module-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.bHOSYv/_old 2023-10-31 20:25:18.605081270 +0100 +++ /var/tmp/diff_new_pack.bHOSYv/_new 2023-10-31 20:25:18.609081417 +0100 @@ -1,5 +1,5 @@ name: suse-module-tools -version: 16.0.37 -mtime: 1698263242 -commit: 9b3340f3d7bd08f5112811f78bbd00834e5758bf +version: 16.0.38 +mtime: 1698421623 +commit: a061b1b2a3e52cdbc54d3e24bd3bdacf5b589aba
participants (1)
-
Source-Sync