fix systemd requires

This commit is contained in:
akdengi 2013-08-01 00:29:19 +04:00
parent bcd5896d0b
commit 37aa612021

View file

@ -92,7 +92,7 @@ DHCP server and a DHCP relay agent.
Summary: The ISC DHCP (Dynamic Host Configuration Protocol) server
Group: System/Servers
Requires: dhcp-common = %{epoch}:%{version}-%{release}
Requires(post): systemd >= %{systemd_required_version}
Requires(post): systemd
Requires(post): rpm-helper >= 0.24.8-1
Requires(preun): rpm-helper >= 0.24.8-1
@ -108,7 +108,7 @@ network. You will also need to install the base dhcp package.
Summary: The ISC DHCP (Dynamic Host Configuration Protocol) client
Group: System/Servers
Requires: dhcp-common = %{epoch}:%{version}-%{release}
Requires(post): systemd >= %{systemd_required_version}
Requires(post): systemd
%description client
DHCP client is the Internet Software Consortium (ISC) DHCP client for various
@ -123,7 +123,7 @@ install the base dhcp package.
Summary: The ISC DHCP (Dynamic Host Configuration Protocol) relay
Group: System/Servers
Requires: dhcp-common = %{epoch}:%{version}-%{release}
Requires(post): systemd >= %{systemd_required_version}
Requires(post): systemd
Requires(post): rpm-helper >= 0.24.8-1
Requires(preun): rpm-helper >= 0.24.8-1