Skip to content

Commit

Permalink
add systemd to build requires
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
sni committed Sep 18, 2023
1 parent 59f73c0 commit ffeecc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions naemon-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffeecc1

Please sign in to comment.