Hello community,
here is the log from the commit of package systemd-presets-branding-openSUSE
for openSUSE:Factory checked in at 2013-07-25 20:35:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2013-06-21 18:55:00.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new/systemd-presets-branding-openSUSE.changes
2013-07-25 20:35:35.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Jul 25 12:12:04 UTC 2013 - [email protected]
+
+- Rename main default file to 90-default-openSUSE.preset and move
+ the "disable everything" part to a separate file
+ "99-default-disable.preset". This allows fine tuning with
+ additional files, if needed (same as Fedora).
+
+-------------------------------------------------------------------
New:
----
99-default-disable.preset
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ systemd-presets-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.of074H/_old 2013-07-25 20:35:36.000000000 +0200
+++ /var/tmp/diff_new_pack.of074H/_new 2013-07-25 20:35:36.000000000 +0200
@@ -17,12 +17,13 @@
Name: systemd-presets-branding-openSUSE
-Version: 0.2.0
+Version: 0.3.0
Release: 0
Summary: systemd default presets for openSUSE
License: GPL-2.0+
Group: System/Base
Source0: default-openSUSE.preset
+Source1: 99-default-disable.preset
BuildRequires: systemd
#!BuildIgnore: systemd-presets-branding
Requires: systemd
@@ -43,7 +44,8 @@
%install
mkdir -p %{buildroot}/usr/lib/systemd/system-preset
-install -m644 %{SOURCE0} %{buildroot}/usr/lib/systemd/system-preset
+install -m644 %{SOURCE0}
%{buildroot}/usr/lib/systemd/system-preset/90-default-openSUSE.preset
+install -m644 %{SOURCE1} %{buildroot}/usr/lib/systemd/system-preset/
%post
systemctl daemon-reload >/dev/null 2>&1 || :
++++++ 99-default-disable.preset ++++++
disable *
++++++ default-openSUSE.preset ++++++
--- /var/tmp/diff_new_pack.of074H/_old 2013-07-25 20:35:36.000000000 +0200
+++ /var/tmp/diff_new_pack.of074H/_new 2013-07-25 20:35:36.000000000 +0200
@@ -9,4 +9,3 @@
enable cups.socket
enable nscd.service
enable purge-kernels.service
-disable *
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]