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 2022-07-18 18:32:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old)
 and      /work/SRC/openSUSE:Factory/.suse-module-tools.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-module-tools"

Mon Jul 18 18:32:53 2022 rev:57 rq:989123 version:16.0.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes      
2022-07-13 13:44:54.593991092 +0200
+++ 
/work/SRC/openSUSE:Factory/.suse-module-tools.new.1523/suse-module-tools.changes
    2022-07-18 18:33:00.705678493 +0200
@@ -1,0 +2,7 @@
+Thu Jul 14 09:54:09 UTC 2022 - Martin Wilck <mwi...@suse.com>
+
+- Update to version 16.0.22:
+  * weak-modules2: only use kernel version under /run/regenerate-initrd
+  (boo#1201387)
+
+-------------------------------------------------------------------

Old:
----
  suse-module-tools-16.0.21.obscpio

New:
----
  suse-module-tools-16.0.22.obscpio

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

Other differences:
------------------
++++++ suse-module-tools.spec ++++++
--- /var/tmp/diff_new_pack.USfBeb/_old  2022-07-18 18:33:02.457680985 +0200
+++ /var/tmp/diff_new_pack.USfBeb/_new  2022-07-18 18:33:02.461680991 +0200
@@ -45,7 +45,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.21
+Version:        16.0.22
 Release:        0
 Summary:        Configuration for module loading and SUSE-specific utilities 
for KMPs
 License:        GPL-2.0-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.USfBeb/_old  2022-07-18 18:33:02.489681030 +0200
+++ /var/tmp/diff_new_pack.USfBeb/_new  2022-07-18 18:33:02.493681036 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/suse-module-tools.git</param>
-              <param 
name="changesrevision">128e6eea744bee240b28308b21cd250b22bfb1c9</param></service></servicedata>
+              <param 
name="changesrevision">215e163d867977bfc345497da2e1c4a0eca89427</param></service></servicedata>
 (No newline at EOF)
 

++++++ suse-module-tools-16.0.21.obscpio -> suse-module-tools-16.0.22.obscpio 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-module-tools-16.0.21/regenerate-initrd-posttrans 
new/suse-module-tools-16.0.22/regenerate-initrd-posttrans
--- old/suse-module-tools-16.0.21/regenerate-initrd-posttrans   2022-07-07 
10:08:35.000000000 +0200
+++ new/suse-module-tools-16.0.22/regenerate-initrd-posttrans   2022-07-14 
11:53:11.000000000 +0200
@@ -47,13 +47,12 @@
            "$dir/*")
                [ -e "$f" ] || break;;
        esac
-       rm "$f"
-       image=${f##*/}
-       kver=${image#*-}
-       if ! test -e "/boot/$image"; then
-               echo "$0: /boot/$image does not exist, initrd won't be 
generated"
-               continue
-       fi
+       rm -f "$f"
+       kver=${f##*/}
+       [ -d /lib/modules/"$kver" ] || {
+           echo $0: skippping invalid kernel version "$dir/$kver"
+           continue
+       }
        if ! "$DRACUT" -f --kver "$kver"; then
                err=$?
        fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-module-tools-16.0.21/suse-module-tools.spec 
new/suse-module-tools-16.0.22/suse-module-tools.spec
--- old/suse-module-tools-16.0.21/suse-module-tools.spec        2022-07-07 
10:08:35.000000000 +0200
+++ new/suse-module-tools-16.0.22/suse-module-tools.spec        2022-07-14 
11:53:11.000000000 +0200
@@ -45,7 +45,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.21
+Version:        16.0.22
 Release:        0
 Summary:        Configuration for module loading and SUSE-specific utilities 
for KMPs
 License:        GPL-2.0-or-later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-module-tools-16.0.21/weak-modules2 
new/suse-module-tools-16.0.22/weak-modules2
--- old/suse-module-tools-16.0.21/weak-modules2 2022-07-07 10:08:35.000000000 
+0200
+++ new/suse-module-tools-16.0.22/weak-modules2 2022-07-14 11:53:11.000000000 
+0200
@@ -470,7 +470,7 @@
        if [ -n "$image" ]; then
            if test -n "$INITRD_IN_POSTTRANS"; then
                mkdir -p /run/regenerate-initrd
-               doit touch /run/regenerate-initrd/$image-$krel
+               doit touch /run/regenerate-initrd/$krel
            else
                doit "$DRACUT" -f /boot/initrd-$krel $krel
                status=$?

++++++ suse-module-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.USfBeb/_old  2022-07-18 18:33:02.593681178 +0200
+++ /var/tmp/diff_new_pack.USfBeb/_new  2022-07-18 18:33:02.597681184 +0200
@@ -1,5 +1,5 @@
 name: suse-module-tools
-version: 16.0.21
-mtime: 1657181315
-commit: 128e6eea744bee240b28308b21cd250b22bfb1c9
+version: 16.0.22
+mtime: 1657792391
+commit: 215e163d867977bfc345497da2e1c4a0eca89427
 

Reply via email to