Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Factory checked in at 2016-05-19 12:02:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old)
 and      /work/SRC/openSUSE:Factory/.suse-module-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-module-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes      
2016-04-28 16:49:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.suse-module-tools.new/suse-module-tools.changes 
2016-05-19 12:02:31.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Apr 29 11:31:46 UTC 2016 - [email protected]
+
+- Ignore failures when loading the kernel sysctl (bsc#977715).
+
+-------------------------------------------------------------------
+Thu Apr 28 20:15:31 UTC 2016 - [email protected]
+
+- Add a systemd service to load /boot/sysctl.conf-`uname -r`
+  (bsc#977715).
+
+-------------------------------------------------------------------

New:
----
  50-kernel-uname_r.conf

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

Other differences:
------------------
++++++ suse-module-tools.spec ++++++
--- /var/tmp/diff_new_pack.HonDb5/_old  2016-05-19 12:02:32.000000000 +0200
+++ /var/tmp/diff_new_pack.HonDb5/_new  2016-05-19 12:02:32.000000000 +0200
@@ -45,6 +45,7 @@
 Source10:       kmp-install
 Source11:       macros.initrd
 Source12:       regenerate-initrd-posttrans
+Source13:       50-kernel-uname_r.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -94,6 +95,10 @@
 install -pm 755 %_sourcedir/modsign-verify "$b/usr/bin/"
 install -pm 755 %_sourcedir/kmp-install "$b/usr/bin/"
 
+# systemd service to load /boot/sysctl.conf-`uname -r`
+install -d -m 755 "$b/usr/lib/systemd/system/systemd-sysctl.service.d"
+install -pm 755 %_sourcedir/50-kernel-uname_r.conf 
"$b/usr/lib/systemd/system/systemd-sysctl.service.d"
+
 %post
 test_allow_on_install()
 {
@@ -161,5 +166,6 @@
 /usr/bin/kmp-install
 /usr/bin/modsign-verify
 /usr/lib/module-init-tools
+/usr/lib/systemd/system/systemd-sysctl.service.d
 
 %changelog

++++++ 50-kernel-uname_r.conf ++++++
[Unit]
RequiresMountsFor=/boot

[Service]
ExecStartPre=-/usr/lib/systemd/systemd-sysctl /boot/sysctl.conf-%v

Reply via email to