diff --git a/nsd.changes b/nsd.changes index d0e6784..b24ebab 100644 --- a/nsd.changes +++ b/nsd.changes @@ -2,6 +2,7 @@ Fri Jul 14 06:37:13 UTC 2023 - Adam Majer - 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 diff --git a/nsd.spec b/nsd.spec index 63c39fe..ad6f546 100644 --- a/nsd.spec +++ b/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