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-11-22 16:09:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old)
and /work/SRC/openSUSE:Factory/.suse-module-tools.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-module-tools"
Tue Nov 22 16:09:53 2022 rev:60 rq:1037142 version:16.0.27
Changes:
--------
--- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes
2022-11-05 14:46:48.966610304 +0100
+++
/work/SRC/openSUSE:Factory/.suse-module-tools.new.1597/suse-module-tools.changes
2022-11-22 16:09:57.613962189 +0100
@@ -1,0 +2,6 @@
+Mon Nov 21 15:52:55 UTC 2022 - Martin Wilck <[email protected]>
+
+- Update to version 16.0.27:
+ * 80-hotplug-cpu-mem.rules: use CONST{arch} (bsc#1204423)
+
+-------------------------------------------------------------------
Old:
----
suse-module-tools-16.0.26.obscpio
New:
----
suse-module-tools-16.0.27.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ suse-module-tools.spec ++++++
--- /var/tmp/diff_new_pack.RRYpow/_old 2022-11-22 16:09:58.689967649 +0100
+++ /var/tmp/diff_new_pack.RRYpow/_new 2022-11-22 16:09:58.693967669 +0100
@@ -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.26
+Version: 16.0.27
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.RRYpow/_old 2022-11-22 16:09:58.725967831 +0100
+++ /var/tmp/diff_new_pack.RRYpow/_new 2022-11-22 16:09:58.729967852 +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">ba92a0df58a5063e1243c2386c29623878641b89</param></service></servicedata>
+ <param
name="changesrevision">7129a76eb94202c1f9882ff28e1c3edbadfd763d</param></service></servicedata>
(No newline at EOF)
++++++ suse-module-tools-16.0.26.obscpio -> suse-module-tools-16.0.27.obscpio
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-module-tools-16.0.26/suse-module-tools.spec
new/suse-module-tools-16.0.27/suse-module-tools.spec
--- old/suse-module-tools-16.0.26/suse-module-tools.spec 2022-11-04
18:48:19.000000000 +0100
+++ new/suse-module-tools-16.0.27/suse-module-tools.spec 2022-11-21
16:51:45.000000000 +0100
@@ -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.26
+Version: 16.0.27
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.26/udevrules/80-hotplug-cpu-mem.rules
new/suse-module-tools-16.0.27/udevrules/80-hotplug-cpu-mem.rules
--- old/suse-module-tools-16.0.26/udevrules/80-hotplug-cpu-mem.rules
2022-11-04 18:48:19.000000000 +0100
+++ new/suse-module-tools-16.0.27/udevrules/80-hotplug-cpu-mem.rules
2022-11-21 16:51:45.000000000 +0100
@@ -4,12 +4,10 @@
ACTION!="add", GOTO="hotplug_cpu_end"
SUBSYSTEM!="cpu|memory", GOTO="hotplug_cpu_end"
-PROGRAM=="/usr/bin/uname -m", ENV{.ARCH}="$result"
-
#
# Hotplug physical CPU
#
-SUBSYSTEM=="cpu", ENV{.ARCH}=="x86_64", TEST=="online", ATTR{online}=="0",
ATTR{online}="1"
+SUBSYSTEM=="cpu", CONST{arch}=="x86-64", TEST=="online", ATTR{online}=="0",
ATTR{online}="1"
#
# Hotplug physical memory. Instances of tmpfs are remounted so their
@@ -20,7 +18,7 @@
# lot of shortcomings anyways (tmpfs mounted by other processes, mount
# namespaces, ...)
#
-SUBSYSTEM=="memory", ENV{.ARCH}!="s390x", ATTR{state}=="offline",
ATTR{state}="online", \
+SUBSYSTEM=="memory", CONST{arch}!="s390x", ATTR{state}=="offline",
ATTR{state}="online", \
RUN+="/bin/sh -c ' \
while read src dst fs opts unused; do \
case $$fs in \
++++++ suse-module-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.RRYpow/_old 2022-11-22 16:09:58.837968400 +0100
+++ /var/tmp/diff_new_pack.RRYpow/_new 2022-11-22 16:09:58.837968400 +0100
@@ -1,5 +1,5 @@
name: suse-module-tools
-version: 16.0.26
-mtime: 1667584099
-commit: ba92a0df58a5063e1243c2386c29623878641b89
+version: 16.0.27
+mtime: 1669045905
+commit: 7129a76eb94202c1f9882ff28e1c3edbadfd763d