forked from pool/warewulf4
Accepting request 1147572 from home:eeich:branches:network:cluster
- Move example templates for client overlays to example-templates/ in the package documentation. OBS-URL: https://build.opensuse.org/request/show/1147572 OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=58
This commit is contained in:
parent
7ec233212d
commit
2f61868847
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 19 11:43:45 UTC 2024 - Egbert Eich <eich@suse.com>
|
||||||
|
|
||||||
|
- Move example templates for client overlays to example-templates/
|
||||||
|
in the package documentation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 7 08:55:00 UTC 2024 - Egbert Eich <eich@suse.com>
|
Wed Feb 7 08:55:00 UTC 2024 - Egbert Eich <eich@suse.com>
|
||||||
|
|
||||||
|
@ -209,6 +209,9 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/warewulf/overlays/generic/etc/slurm
|
|||||||
cat > %{buildroot}%{_localstatedir}/lib/warewulf/overlays/generic/etc/slurm/slurm.conf.ww <<EOF
|
cat > %{buildroot}%{_localstatedir}/lib/warewulf/overlays/generic/etc/slurm/slurm.conf.ww <<EOF
|
||||||
{{ Include "/etc/slurm/slurm.conf" }}
|
{{ Include "/etc/slurm/slurm.conf" }}
|
||||||
EOF
|
EOF
|
||||||
|
# move the other example templates for client overlays to package documentation
|
||||||
|
mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}
|
||||||
|
mv %{buildroot}/%{_sysconfdir}/warewulf/examples %{buildroot}%{_defaultdocdir}/%{name}/example-templates
|
||||||
|
|
||||||
%pre -f %{name}.pre
|
%pre -f %{name}.pre
|
||||||
%service_add_pre warewulfd.service
|
%service_add_pre warewulfd.service
|
||||||
@ -230,12 +233,12 @@ EOF
|
|||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%{_datadir}/bash-completion/completions/wwctl
|
%{_datadir}/bash-completion/completions/wwctl
|
||||||
%attr(0755, root, warewulf) %dir %{_sysconfdir}/warewulf
|
%attr(0755, root, warewulf) %dir %{_sysconfdir}/warewulf
|
||||||
%attr(0755, root, warewulf) %dir %{_sysconfdir}/warewulf/examples
|
%attr(0755, root, warewulf) %dir %{_defaultdocdir}/%{name}/example-templates
|
||||||
%config(noreplace) %{_sysconfdir}/warewulf/nodes.conf
|
%config(noreplace) %{_sysconfdir}/warewulf/nodes.conf
|
||||||
%config(noreplace) %{_sysconfdir}/warewulf/warewulf.conf
|
%config(noreplace) %{_sysconfdir}/warewulf/warewulf.conf
|
||||||
%config(noreplace) %{_sysconfdir}/warewulf/grub
|
%config(noreplace) %{_sysconfdir}/warewulf/grub
|
||||||
%config(noreplace) %{_sysconfdir}/warewulf/ipxe
|
%config(noreplace) %{_sysconfdir}/warewulf/ipxe
|
||||||
%{_sysconfdir}/warewulf/examples
|
%{_defaultdocdir}/%{name}/example-templates
|
||||||
%{_prefix}/lib/firewalld/services/warewulf.xml
|
%{_prefix}/lib/firewalld/services/warewulf.xml
|
||||||
%exclude %{_datadir}/warewulf/overlays
|
%exclude %{_datadir}/warewulf/overlays
|
||||||
%{_bindir}/wwctl
|
%{_bindir}/wwctl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user