https://bugzilla.redhat.com/show_bug.cgi?id=1544468 --- Comment #10 from Steve Grubb <sgrubb@xxxxxxxxxx> --- >Why are you using /sbin in configure? On your github you are working with >/usr/sbin. Working with /sbin is not standard. Its because /sbin is where daemons belong on most distributions. To fix this means also changing the systemd.service file. And this spec file is exactly the upstream spec file. Regardless, changed to /usr/sbin. > And why are you using runtime arguments with %configure? Because ./configure takes options like whether or not to use the audit library. >Why are you ghosting the log file? Because it doesn't always exist but if it does, then we want to claim ownership when someonme runs rpm -qf /var/log/fapolicyd-access.log. This is normal for log files. New spec and SRPM posted. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx