[dhcp] Adjusted Requires from systemd-units to systemd.

Jiří Popelka jpopelka at fedoraproject.org
Tue Oct 9 12:40:08 UTC 2012


commit ecdfff8f15e340ab45ce38659b2757771c73786b
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Tue Oct 9 14:36:17 2012 +0200

    Adjusted Requires from systemd-units to systemd.

 dhcp.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/dhcp.spec b/dhcp.spec
index 0321b1d..e436098 100644
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -94,9 +94,9 @@ Requires: %{name}-common = %{epoch}:%{version}-%{release}
 Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
 Requires(pre): shadow-utils
 Requires(post): coreutils
-Requires(post): systemd-units
-Requires(preun): systemd-units
-Requires(postun): systemd-units
+Requires(post): systemd
+Requires(preun): systemd
+Requires(postun): systemd
 
 # In _docdir we ship some perl scripts and module from contrib subdirectory.
 # Because nothing under _docdir is allowed to "require" anything,


More information about the scm-commits mailing list