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