naemon / naemon-core

Networks, Applications and Event Monitor
http://www.naemon.io/
GNU General Public License v2.0
151 stars 63 forks source link

add systemd to build requires #438

Closed sni closed 11 months ago

sni commented 11 months ago

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
nook24 commented 11 months ago

I have no idea about rpm spec files. With that said, the systemd package contains the systemd-tmpfiles binary on all distributions :)

According to the Fedora docs, the syntax is correct, so I'm going to approve this https://docs.fedoraproject.org/en-US/packaging-guidelines/PkgConfigBuildRequires/

sni commented 11 months ago

Thanks, for now, i've added it in the suse specific block. So it should not affect fedora or rhel builds anyway.