mirror of
https://abf.rosa.ru/djam/dhcp.git
synced 2025-02-23 21:42: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
|
Summary: The ISC DHCP (Dynamic Host Configuration Protocol) server
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Requires: dhcp-common = %{epoch}:%{version}-%{release}
|
Requires: dhcp-common = %{epoch}:%{version}-%{release}
|
||||||
Requires(post): systemd >= %{systemd_required_version}
|
Requires(post): systemd
|
||||||
Requires(post): rpm-helper >= 0.24.8-1
|
Requires(post): rpm-helper >= 0.24.8-1
|
||||||
Requires(preun): 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
|
Summary: The ISC DHCP (Dynamic Host Configuration Protocol) client
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Requires: dhcp-common = %{epoch}:%{version}-%{release}
|
Requires: dhcp-common = %{epoch}:%{version}-%{release}
|
||||||
Requires(post): systemd >= %{systemd_required_version}
|
Requires(post): systemd
|
||||||
|
|
||||||
%description client
|
%description client
|
||||||
DHCP client is the Internet Software Consortium (ISC) DHCP client for various
|
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
|
Summary: The ISC DHCP (Dynamic Host Configuration Protocol) relay
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Requires: dhcp-common = %{epoch}:%{version}-%{release}
|
Requires: dhcp-common = %{epoch}:%{version}-%{release}
|
||||||
Requires(post): systemd >= %{systemd_required_version}
|
Requires(post): systemd
|
||||||
Requires(post): rpm-helper >= 0.24.8-1
|
Requires(post): rpm-helper >= 0.24.8-1
|
||||||
Requires(preun): rpm-helper >= 0.24.8-1
|
Requires(preun): rpm-helper >= 0.24.8-1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue