- Fix build for SLE12
OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=106
This commit is contained in:
parent
129431ca2a
commit
728df9c9df
@ -2,6 +2,7 @@
|
||||
Fri Jul 14 06:37:13 UTC 2023 - Adam Majer <amajer@suse.com>
|
||||
|
||||
- Adapt spec file to work nicer with containers, like no systemd
|
||||
- Fix build for SLE12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 13:52:55 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
12
nsd.spec
12
nsd.spec
@ -50,12 +50,12 @@ BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pwdutils
|
||||
BuildRequires: tcpd-devel
|
||||
Requires: (shadow or busybox-adduser)
|
||||
Requires(post): (coreutils or busybox-coreutils)
|
||||
Requires(post): (findutils or busybox-findutils)
|
||||
Requires(post): (shadow or busybox-adduser)
|
||||
Requires(pre): (coreutils or busybox-coreutils)
|
||||
Requires(pre): (shadow or busybox-adduser)
|
||||
Requires: shadow
|
||||
Requires(post): coreutils
|
||||
Requires(post): findutils
|
||||
Requires(post): shadow
|
||||
Requires(pre): coreutils
|
||||
Requires(pre): shadow
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user