[rusers] Require systemd instead of systemd-units

Honza Horak hhorak at fedoraproject.org
Mon Jul 29 15:39:47 UTC 2013


commit ce9119c93f7ee48613dae345c869e17d8903f651
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Mon Jul 29 17:37:36 2013 +0200

    Require systemd instead of systemd-units

 rusers.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/rusers.spec b/rusers.spec
index b530a6f..7e4977a 100644
--- a/rusers.spec
+++ b/rusers.spec
@@ -47,12 +47,12 @@ local network.
 %package server
 Summary: Server for the rusers protocol
 Group: System Environment/Daemons
-Requires(post): systemd-units
-Requires(preun): systemd-units
-Requires(postun): systemd-units
+Requires(post): systemd
+Requires(preun): systemd
+Requires(postun): systemd
 Requires(post): systemd-sysv
 Requires: portmap
-BuildRequires: systemd-units
+BuildRequires: systemd
 BuildRequires: systemd-devel
 
 %description server
@@ -168,6 +168,7 @@ install %SOURCE3 ${RPM_BUILD_ROOT}%{_unitdir}/rstatd.service
 %changelog
 * Mon Jul 26 2013 Honza Horak <hhorak at redhat.com> - 0.17-77
 - Free already alocated memory when parsing of RPC request failed
+- Require systemd instead of systemd-units
 
 * Fri May 24 2013 Honza Horak <hhorak at redhat.com> - 0.17-76
 - Remove syslog.target from unit requires


More information about the scm-commits mailing list