Include systemd service in RPM spec

This commit is contained in:
Brian Clemens
2021-01-27 12:16:30 +09:00
parent fbc2f250ae
commit 3370ee7142

View File

@@ -39,7 +39,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root)
%attr(0755, root, warewulf) %dir /etc/warewulf/
%config(noreplace) /etc/warewulf/*
/usr/bin/*
/usr/bin/wwctl
/usr/lib/systemd/system/warewulfd.service
/var/warewulf
%changelog