diff --git a/systemd.spec b/systemd.spec index 5c88865..cb19e67 100644 --- a/systemd.spec +++ b/systemd.spec @@ -502,6 +502,26 @@ Standalone sysusers binary with no dependencies on the systemd-shared library or other libraries from systemd-libs. This package conflicts with the main systemd package and is meant for use in non-systemd systems. +%package standalone-repart +Summary: Standalone repart binary for use in non-systemd systems +Provides: %{name}-repart = %{version}-%{release} +RemovePathPostfixes: .standalone + +%description standalone-repart +Standalone repart binary with no dependencies on the systemd-shared library or +other libraries from systemd-libs. This package conflicts with the main systemd +package and is meant for use in non-systemd systems. + +%package standalone-shutdown +Summary: Standalone shutdown binary for use in non-systemd systems +Provides: %{name}-shutdown = %{version}-%{release} +RemovePathPostfixes: .standalone + +%description standalone-shutdown +Standalone shutdown binary with no dependencies on the systemd-shared library or +other libraries from systemd-libs. This package conflicts with the main systemd +package and is meant for use in non-systemd systems. + %if %{with selinux} %package selinux Summary: SELinux module for systemd