- Adapt spec file to work nicer with containers, like no systemd
OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=103
This commit is contained in:
parent
1fa87d33f0
commit
4428c31df1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 14 06:37:13 UTC 2023 - Adam Majer <amajer@suse.com>
|
||||
|
||||
- Adapt spec file to work nicer with containers, like no systemd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 13:52:55 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
8
nsd.spec
8
nsd.spec
@ -51,12 +51,12 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pwdutils
|
||||
BuildRequires: tcpd-devel
|
||||
Requires: shadow
|
||||
Requires(post): coreutils
|
||||
Requires(post): findutils
|
||||
Requires(post): (coreutils or busybox-coreutils)
|
||||
Requires(post): (findutils or busybox-findutils)
|
||||
Requires(post): shadow
|
||||
Requires(pre): coreutils
|
||||
Requires(pre): (coreutils or busybox-coreutils)
|
||||
Requires(pre): shadow
|
||||
%{?systemd_requires}
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
NSD is a complete implementation of an authoritative domain name server, developed
|
||||
|
Loading…
Reference in New Issue
Block a user