Hello community,
here is the log from the commit of package systemd-presets-branding-openSUSE
for openSUSE:Factory checked in at 2015-10-14 16:33:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd-presets-branding-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd-presets-branding-openSUSE"
Changes:
--------
---
/work/SRC/openSUSE:Factory/systemd-presets-branding-openSUSE/systemd-presets-branding-openSUSE.changes
2015-07-20 11:20:34.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new/systemd-presets-branding-openSUSE.changes
2015-10-14 16:33:56.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Aug 4 18:09:29 CEST 2015 - [email protected]
+
+- Add %systemd_preset_pre and %systemd_preset_posttrans (fixes
+ boo#921075 and all future requests to change service default).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ systemd-presets-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.cGkowj/_old 2015-10-14 16:33:57.000000000 +0200
+++ /var/tmp/diff_new_pack.cGkowj/_new 2015-10-14 16:33:57.000000000 +0200
@@ -47,6 +47,9 @@
install -m644 %{SOURCE0}
%{buildroot}/usr/lib/systemd/system-preset/90-default-openSUSE.preset
install -m644 %{SOURCE1} %{buildroot}/usr/lib/systemd/system-preset/
+%pre -p /bin/bash
+%systemd_preset_pre
+
%post
systemctl daemon-reload >/dev/null 2>&1 || :
@@ -55,6 +58,9 @@
systemctl daemon-reload >/dev/null 2>&1 || :
fi
+%posttrans -p /bin/bash
+%systemd_preset_posttrans
+
%files
%defattr(-,root,root)
/usr/lib/systemd/system-preset/*