From ffeecc19957b605b4f175a7751fa1e34a9736f1b Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Sun, 17 Sep 2023 18:55:38 +0200 Subject: [PATCH] add systemd to build requires this (should) fix this build error on obs: ``` [ 139s] /.build_patchrpmcheck_scr: line 55: systemd-tmpfiles: command not found [ 139s] postinstall script of naemon-core-1.4.1-lp154.18.1.x86_64.rpm failed ``` --- naemon-core.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/naemon-core.spec b/naemon-core.spec index 3eb5261d..a4a01747 100644 --- a/naemon-core.spec +++ b/naemon-core.spec @@ -41,6 +41,7 @@ Requires(pre): systemd Requires(post): systemd Requires(preun): systemd Requires(postun): systemd +BuildRequires: pkgconfig(systemd) %if 0%{suse_version} < 1230 Requires(pre): pwdutils %else