- Fix build for SLE12

OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=106
This commit is contained in:
Adam Majer 2023-08-05 19:41:51 +00:00 committed by Git OBS Bridge
parent 129431ca2a
commit 728df9c9df
2 changed files with 7 additions and 6 deletions

View File

@ -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>

View File

@ -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