Hello community,
here is the log from the commit of package systemd-presets-branding-openSUSE
for openSUSE:Factory checked in at 2012-11-18 20:27:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/systemd-presets-branding-openSUSE/systemd-presets-branding-openSUSE.changes
2012-09-12 07:14:10.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new/systemd-presets-branding-openSUSE.changes
2012-11-18 20:27:34.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Oct 17 13:07:59 UTC 2012 - [email protected]
+
+- Change location of presets with latest systemd.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ systemd-presets-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.QUpbQo/_old 2012-11-18 20:27:35.000000000 +0100
+++ /var/tmp/diff_new_pack.QUpbQo/_new 2012-11-18 20:27:35.000000000 +0100
@@ -17,7 +17,7 @@
Name: systemd-presets-branding-openSUSE
-Version: 0.1.0
+Version: 0.2.0
Release: 0
Summary: systemd default presets for openSUSE
License: GPL-2.0+
@@ -42,19 +42,19 @@
%build
%install
-mkdir -p %{buildroot}/lib/systemd/system.preset
-install -m644 %{SOURCE0} %{buildroot}/lib/systemd/system.preset
+mkdir -p %{buildroot}/usr/lib/systemd/system-preset
+install -m644 %{SOURCE0} %{buildroot}/usr/lib/systemd/system-preset
%post
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
+systemctl daemon-reload >/dev/null 2>&1 || :
%postun
if [ $1 -eq 0 ]; then
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
+systemctl daemon-reload >/dev/null 2>&1 || :
fi
%files
%defattr(-,root,root)
-/lib/systemd/system.preset/*
+/usr/lib/systemd/system-preset/*
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]