SHA256
1
0
forked from pool/warewulf4

- removed the upstream ipxe binaries

OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=38
This commit is contained in:
Christian Goll 2023-09-21 09:23:59 +00:00 committed by Git OBS Bridge
parent 110ab47274
commit 4acc12852c
2 changed files with 8 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 21 09:23:31 UTC 2023 - Christian Goll <cgoll@suse.com>
- removed the upstream ipxe binaries
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 16 10:54:19 UTC 2023 - Christian Goll <cgoll@suse.com> Thu Feb 16 10:54:19 UTC 2023 - Christian Goll <cgoll@suse.com>

View File

@ -33,6 +33,7 @@ Source3: warewulf4-rpmlintrc
Source10: config-ww4.sh Source10: config-ww4.sh
Patch1: make-ipxe-binary-source-configureable.patch Patch1: make-ipxe-binary-source-configureable.patch
Patch2: CreateMt-Targets.patch Patch2: CreateMt-Targets.patch
Patch3: use-right-path-for-building-driver-module-package.patch
Patch10: Fix-for-CVE-2022-41723.patch Patch10: Fix-for-CVE-2022-41723.patch
# no firewalld in sle12 # no firewalld in sle12
@ -84,15 +85,6 @@ Summary: Contains the service for the warewulf rest API
%description api %description api
Containts the binaries for the access of warewulf through a rest API and from the commandline from an external host. Containts the binaries for the access of warewulf through a rest API and from the commandline from an external host.
%package ipxe
Summary: Binaries of iPXE for ww4 installation
BuildArch: noarch
%description ipxe
For the boot of the nodes iPXE binaries are needed. As these package includes these files for
x86, i386 and ARM.
These are the binaries from the upstream project.
%package slurm %package slurm
Summary: Configuration template for slurm Summary: Configuration template for slurm
Requires: %{name} = %{version} Requires: %{name} = %{version}
@ -176,6 +168,8 @@ mkdir -p %{buildroot}%{_datadir}/warewulf/overlays/generic/etc/slurm
cat > %{buildroot}%{_datadir}/warewulf/overlays/generic/etc/slurm/slurm.conf.ww <<EOF cat > %{buildroot}%{_datadir}/warewulf/overlays/generic/etc/slurm/slurm.conf.ww <<EOF
{{ Include "/etc/slurm/slurm.conf" }} {{ Include "/etc/slurm/slurm.conf" }}
EOF EOF
# remove upstream ipxe stuff
rm -r %{buildroot}/%{_datadir}/ipxe
%pre -f %{name}.pre %pre -f %{name}.pre
%service_add_pre warewulfd.service %service_add_pre warewulfd.service
@ -222,9 +216,6 @@ EOF
%exclude %{_datadir}/warewulf/overlays/generic/etc/slurm %exclude %{_datadir}/warewulf/overlays/generic/etc/slurm
%exclude %{_datadir}/warewulf/overlays/generic/etc/munge %exclude %{_datadir}/warewulf/overlays/generic/etc/munge
%files ipxe
%{_datadir}/ipxe
%files api %files api
%{_bindir}/wwapic %{_bindir}/wwapic
%{_bindir}/wwapid %{_bindir}/wwapid