Accepting request 701948 from home:dimstar:Factory
- Add workaround to require insserv-compat until the package is converted to full systemd units (boo#1133632). OBS-URL: https://build.opensuse.org/request/show/701948 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=194
This commit is contained in:
parent
7d34fc9234
commit
511df30c1d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 10 09:06:07 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Add workaround to require insserv-compat until the package is
|
||||
converted to full systemd units (boo#1133632).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 07:04:56 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -98,6 +98,11 @@ BuildRequires: openldap2-devel
|
||||
%package server
|
||||
Summary: ISC DHCP Server
|
||||
Group: Productivity/Networking/Boot/Servers
|
||||
%if 0%{?suse_version} > 1500
|
||||
# Workaround: require insserv-compat, until this package is
|
||||
# converted to be shipping proper systemd units (boo#1133632)
|
||||
Requires: insserv-compat
|
||||
%endif
|
||||
Requires: dhcp = %{version}
|
||||
Requires: net-tools
|
||||
Requires(post): %fillup_prereq
|
||||
|
Loading…
x
Reference in New Issue
Block a user