Hello community,
here is the log from the commit of package system-tuning-common-SUSE for
openSUSE:Factory checked in at 2018-12-07 14:35:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/system-tuning-common-SUSE (Old)
and /work/SRC/openSUSE:Factory/.system-tuning-common-SUSE.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "system-tuning-common-SUSE"
Fri Dec 7 14:35:52 2018 rev:2 rq:655689 version:0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/system-tuning-common-SUSE/system-tuning-common-SUSE.changes
2018-11-13 17:50:27.787551866 +0100
+++
/work/SRC/openSUSE:Factory/.system-tuning-common-SUSE.new.19453/system-tuning-common-SUSE.changes
2018-12-07 14:35:52.823035465 +0100
@@ -1,0 +2,8 @@
+Tue Dec 4 10:13:19 UTC 2018 - [email protected]
+
+- 80-hotplug-cpu-mem.rules: cope with non zero exit code if there is
+ no virtualization
+ * commit 5040c2a systemd: ignore the exit code of systemd-detect-virt
+ for memory hot-add
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ 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-09-28
15:35:33.000000000 +0200
+++ new/system-tuning-common-SUSE-0.1/80-hotplug-cpu-mem.rules 2018-12-04
11:04:28.000000000 +0100
@@ -14,7 +14,7 @@
# lot of shortcomings anyways (tmpfs mounted by other processes, mount
# namespaces, ...)
#
-SUBSYSTEM=="memory", ACTION=="add", PROGRAM=="/usr/bin/systemd-detect-virt",
RESULT!="zvm", ATTR{state}=="offline", \
+SUBSYSTEM=="memory", ACTION=="add", PROGRAM=="/bin/sh -c
'/usr/bin/systemd-detect-virt || :'", RESULT!="zvm", ATTR{state}=="offline", \
ATTR{state}="online", \
RUN+="/bin/sh -c ' \
while read src dst fs opts unused; do \