From 4428c31df12873955ee9be3098afe8f31ee156accdf3c6cc9dd19d0fd50214d9 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Sat, 5 Aug 2023 18:54:54 +0000 Subject: [PATCH] - 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 --- nsd.changes | 5 +++++ nsd.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/nsd.changes b/nsd.changes index 141e7a4..d0e6784 100644 --- a/nsd.changes +++ b/nsd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 14 06:37:13 UTC 2023 - Adam Majer + +- Adapt spec file to work nicer with containers, like no systemd + ------------------------------------------------------------------- Wed Jun 21 13:52:55 UTC 2023 - Andrea Manzini diff --git a/nsd.spec b/nsd.spec index e24ab07..597d385 100644 --- a/nsd.spec +++ b/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