Skip to content

Commit

Permalink
Fix warewulf.spec.in to use new overlay path
Browse files Browse the repository at this point in the history
Fixes a bug introduced in warewulf#1456

Signed-off-by: Jonathon Anderson <[email protected]>
  • Loading branch information
anderbubble committed Oct 28, 2024
1 parent fd82149 commit 2b05ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions warewulf.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ getent group %{wwgroup} >/dev/null || groupadd -r %{wwgroup}
%dir %{_sharedstatedir}/warewulf/overlays/wwinit
%dir %{_sharedstatedir}/warewulf/overlays/wwclient
%attr(-, root, root) %{_sharedstatedir}/warewulf/overlays/*/rootfs
%attr(700, root, root) %{_sharedstatedir}/warewulf/overlays/generic/rootfs/root
%attr(700, root, root) %{_sharedstatedir}/warewulf/overlays/generic/rootfs/root/.ssh
%attr(700, root, root) %{_sharedstatedir}/warewulf/overlays/ssh.authorized_keys/rootfs/root
%attr(700, root, root) %{_sharedstatedir}/warewulf/overlays/ssh.authorized_keys/rootfs/root/.ssh

%attr(-, root, root) %{_bindir}/wwctl
%attr(-, root, root) %{_prefix}/lib/firewalld/services/warewulf.xml
Expand Down

0 comments on commit 2b05ec9

Please sign in to comment.