mirror of
https://abf.rosa.ru/djam/dhcp.git
synced 2025-02-23 13:32:48 +00:00
fix systemd requires
This commit is contained in:
parent
bcd5896d0b
commit
37aa612021
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue