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 2025-12-01 11:11:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old) and /work/SRC/openSUSE:Factory/.suse-module-tools.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-module-tools" Mon Dec 1 11:11:21 2025 rev:94 rq:1320390 version:16.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes 2025-11-20 14:46:21.368175860 +0100 +++ /work/SRC/openSUSE:Factory/.suse-module-tools.new.14147/suse-module-tools.changes 2025-12-01 11:11:29.389858374 +0100 @@ -1,0 +2,7 @@ +Thu Nov 27 16:35:17 UTC 2025 - Martin Wilck <[email protected]> + +- Update to version 16.1.1: + * 80-hotplug-cpu-mem.rules: remount tmpfs on "online" uevents + (bsc#1254264) + +------------------------------------------------------------------- Old: ---- suse-module-tools-16.1.0.obscpio New: ---- _scmsync.obsinfo build.specials.obscpio suse-module-tools-16.1.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-module-tools.spec ++++++ --- /var/tmp/diff_new_pack.5If7tP/_old 2025-12-01 11:11:30.341898646 +0100 +++ /var/tmp/diff_new_pack.5If7tP/_new 2025-12-01 11:11:30.345898815 +0100 @@ -1,7 +1,7 @@ # # spec file for package suse-module-tools # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,7 @@ %global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g') Name: suse-module-tools -Version: 16.1.0 +Version: 16.1.1 Release: 0 Summary: Configuration for module loading and SUSE-specific utilities for KMPs License: GPL-2.0-or-later ++++++ _scmsync.obsinfo ++++++ mtime: 1764276999 commit: acf95785f4da56c98929570b28d9ae16e13dc3518b11dffcb17d9b944b5c7277 url: https://src.opensuse.org/mwilck/suse-module-tools revision: factory ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.5If7tP/_old 2025-12-01 11:11:30.413901692 +0100 +++ /var/tmp/diff_new_pack.5If7tP/_new 2025-12-01 11:11:30.417901860 +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">89d121b92c43c67c82a9254645bf57d9266caec2</param></service></servicedata> + <param name="changesrevision">ecc6125f46c57c3da64696eb9a9f7432623ba196</param></service></servicedata> (No newline at EOF) ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-11-27 21:57:37.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ suse-module-tools-16.1.0.obscpio -> suse-module-tools-16.1.1.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.1.0/suse-module-tools.spec new/suse-module-tools-16.1.1/suse-module-tools.spec --- old/suse-module-tools-16.1.0/suse-module-tools.spec 2025-11-18 21:15:31.000000000 +0100 +++ new/suse-module-tools-16.1.1/suse-module-tools.spec 2025-11-27 17:09:35.000000000 +0100 @@ -37,7 +37,7 @@ %global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g') Name: suse-module-tools -Version: 16.1.0 +Version: 16.1.1 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.1.0/udevrules/80-hotplug-cpu-mem.rules new/suse-module-tools-16.1.1/udevrules/80-hotplug-cpu-mem.rules --- old/suse-module-tools-16.1.0/udevrules/80-hotplug-cpu-mem.rules 2025-11-18 21:15:31.000000000 +0100 +++ new/suse-module-tools-16.1.1/udevrules/80-hotplug-cpu-mem.rules 2025-11-27 17:09:35.000000000 +0100 @@ -2,24 +2,26 @@ # If you need modifications, copy it to /etc/udev/rules.d and edit it there ACTION!="add", GOTO="hotplug_cpu_end" -SUBSYSTEM!="cpu|memory", GOTO="hotplug_cpu_end" +SUBSYSTEM!="cpu", GOTO="hotplug_cpu_end" # # Hotplug physical CPU # -SUBSYSTEM=="cpu", CONST{arch}=="x86-64", TEST=="online", ATTR{online}=="0", ATTR{online}="1" -SUBSYSTEM=="cpu", CONST{arch}=="s390*", TEST=="online", ATTR{configure}=="1", ATTR{online}=="0", ATTR{online}="1" +CONST{arch}=="x86-64", TEST=="online", ATTR{online}=="0", ATTR{online}="1" +CONST{arch}=="s390*", TEST=="online", ATTR{configure}=="1", ATTR{online}=="0", ATTR{online}="1" +LABEL="hotplug_cpu_end" # -# Hotplug physical memory. Instances of tmpfs are remounted so their -# size are recalculated. This might be needed if some sizes were -# specified relative to the total amount of memory (boo#869603). For -# now make it simple and remount all tmpfs regardless of how their -# size are specified. It should be handled by the kernel as it has a -# lot of shortcomings anyways (tmpfs mounted by other processes, mount -# namespaces, ...) +# Hotplug physical memory # -SUBSYSTEM=="memory", CONST{arch}!="s390x", ATTR{state}=="offline", ATTR{state}="online", \ - RUN+="/usr/bin/systemctl --no-block start remount-tmpfs.service" +SUBSYSTEM!="memory", GOTO="hotplug_memory_end" +# Automatically set new memory devices online +# This causes a follow-up uevent with ACTION=="online" +ACTION=="add", CONST{arch}!="s390x", ATTR{state}=="offline", ATTR{state}="online" -LABEL="hotplug_cpu_end" +# When memory size increases because memory device become online, instances of +# tmpfs are remounted so that their size is recalculated (boo#869603). +# This only affects tmpfs instances that are mounted with an explicit "size=X%" +# option in /etc/fstab. +ACTION=="online", RUN+="/usr/bin/systemctl --no-block start remount-tmpfs.service" +LABEL="hotplug_memory_end" ++++++ suse-module-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.5If7tP/_old 2025-12-01 11:11:30.769916751 +0100 +++ /var/tmp/diff_new_pack.5If7tP/_new 2025-12-01 11:11:30.781917258 +0100 @@ -1,5 +1,5 @@ name: suse-module-tools -version: 16.1.0 -mtime: 1763496931 -commit: 89d121b92c43c67c82a9254645bf57d9266caec2 +version: 16.1.1 +mtime: 1764259775 +commit: ecc6125f46c57c3da64696eb9a9f7432623ba196
