From 80e306516d50549c80477c61c970bb9f91935302dedf6f3d91ec327c83739eac Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 29 Jun 2012 09:12:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=57 --- plymouth.spec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/plymouth.spec b/plymouth.spec index bd97f9d..00b6435 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -311,6 +311,17 @@ This package contains the "script" boot splash theme for Plymouth. It it is a simple example theme the uses the "script" plugin. +%package systemd +Summary: systemd integration for Plymouth +Group: System/Base +Requires: %{name} = %{version} +Requires: systemd +Obsoletes: systemd-plymouth <= 44.10.1 +Provides: systemd-plymouth = 44.10.2 + +%description systemd +This package contains the service files for the systemd integration + %prep %setup -q %patch1 -p1 @@ -621,4 +632,8 @@ fi %{_datadir}/plymouth/logo.png %{_datadir}/plymouth/themes/openSUSE/ +%files systemd +%defattr(-, root, root) +/lib/systemd/system/* + %changelog