Hello community,
here is the log from the commit of package system-tuning-common-SUSE for
openSUSE:Factory checked in at 2019-03-11 11:15:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/system-tuning-common-SUSE (Old)
and /work/SRC/openSUSE:Factory/.system-tuning-common-SUSE.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "system-tuning-common-SUSE"
Mon Mar 11 11:15:46 2019 rev:3 rq:683527 version:0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/system-tuning-common-SUSE/system-tuning-common-SUSE.changes
2018-12-07 14:35:52.823035465 +0100
+++
/work/SRC/openSUSE:Factory/.system-tuning-common-SUSE.new.28833/system-tuning-common-SUSE.changes
2019-03-11 11:15:56.717327860 +0100
@@ -1,0 +2,6 @@
+Wed Mar 6 14:00:53 UTC 2019 - Thomas Blume <[email protected]>
+
+- Do not automagically online memory on s390x (bsc#1127557)
+ * update 80-hotplug-cpu-mem.rules
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ system-tuning-common-SUSE.spec ++++++
--- /var/tmp/diff_new_pack.1cCvgY/_old 2019-03-11 11:15:57.105327721 +0100
+++ /var/tmp/diff_new_pack.1cCvgY/_new 2019-03-11 11:15:57.109327720 +0100
@@ -1,7 +1,7 @@
#
# spec file for package system-tuning-common-SUSE
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
++++++ system-tuning-common-SUSE-0.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/system-tuning-common-SUSE-0.1/80-hotplug-cpu-mem.rules
new/system-tuning-common-SUSE-0.1/80-hotplug-cpu-mem.rules
--- old/system-tuning-common-SUSE-0.1/80-hotplug-cpu-mem.rules 2018-12-04
11:04:28.000000000 +0100
+++ new/system-tuning-common-SUSE-0.1/80-hotplug-cpu-mem.rules 2019-03-06
14:54:26.000000000 +0100
@@ -14,7 +14,7 @@
# lot of shortcomings anyways (tmpfs mounted by other processes, mount
# namespaces, ...)
#
-SUBSYSTEM=="memory", ACTION=="add", PROGRAM=="/bin/sh -c
'/usr/bin/systemd-detect-virt || :'", RESULT!="zvm", ATTR{state}=="offline", \
+SUBSYSTEM=="memory", ACTION=="add", PROGRAM=="/usr/bin/uname -m",
RESULT!="s390x", ATTR{state}=="offline", \
ATTR{state}="online", \
RUN+="/bin/sh -c ' \
while read src dst fs opts unused; do \