Hello community,
here is the log from the commit of package systemd-presets-branding-openSUSE
for openSUSE:Factory checked in at 2018-03-09 10:35:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Fri Mar 9 10:35:57 2018 rev:55 rq:582539 version:12.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/systemd-presets-branding-openSUSE/systemd-presets-branding-openSUSE.changes
2018-02-08 14:01:59.933488306 +0100
+++
/work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new/systemd-presets-branding-openSUSE.changes
2018-03-09 10:35:58.969610582 +0100
@@ -1,0 +2,6 @@
+Wed Feb 28 13:44:55 UTC 2018 - [email protected]
+
+- split out common service to be default enabled on all SUSE
+ distributions from the branding. FATE#322139
+
+-------------------------------------------------------------------
Old:
----
99-default-disable.preset
branding-preset-states
default-SUSE.preset
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ systemd-presets-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.Q0QzcF/_old 2018-03-09 10:35:59.585588404 +0100
+++ /var/tmp/diff_new_pack.Q0QzcF/_new 2018-03-09 10:35:59.589588260 +0100
@@ -22,16 +22,15 @@
Version: 12.2
Release: 0
Summary: Systemd default presets for openSUSE
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/Base
-Source0: default-SUSE.preset
Source1: default-openSUSE.preset
-Source2: 99-default-disable.preset
-Source3: branding-preset-states
# FIXME: why systemd is required ?
BuildRequires: systemd
#!BuildIgnore: systemd-presets-branding
PreReq: coreutils
+BuildRequires: systemd-presets-common-SUSE
+Requires(pre): systemd-presets-common-SUSE
Provides: %{generic_name} = %{version}
Supplements: packageand(systemd:branding-openSUSE)
Conflicts: otherproviders(%{generic_name})
@@ -44,6 +43,10 @@
%description
Default presets for systemd on openSUSE distribution.
+These are the openSUSE specific presets. The default
+presets needed for all SUSE based distributions can be
+found in systemd-presets-branding-common-SUSE.
+
%prep
%setup -q -T -c
@@ -53,12 +56,8 @@
mkdir -p %{buildroot}%{_prefix}/lib/%{generic_name}
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system-preset
# everything that must be enabled to have a working system.
-# shared across all brands
-install -m644 %{SOURCE0}
%{buildroot}%{_prefix}/lib/systemd/system-preset/90-default-SUSE.preset
# everything that must be enabled only in openSUSE
install -m644 %{SOURCE1}
%{buildroot}%{_prefix}/lib/systemd/system-preset/90-default-openSUSE.preset
-install -m644 %{SOURCE2} %{buildroot}%{_prefix}/lib/systemd/system-preset/
-install -m755 %{SOURCE3} %{buildroot}%{_prefix}/lib/%{generic_name}/
%pre
# On initial installation, branding-preset-states does not yet exist,