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