forked from pool/warewulf4
Accepting request 983991 from network:cluster
- updated to 4.3.0 * fixed bug which for single node profile set - update to 4.3.0rc6 what should the final release candidate * using compressed images again, as PXE else would fail OBS-URL: https://build.opensuse.org/request/show/983991 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warewulf4?expand=0&rev=5
This commit is contained in:
commit
8aaae43177
3
warewulf4-v4.3.0.tar.gz
Normal file
3
warewulf4-v4.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1e8024eced67604f11e219afcc3a755a3c422c160b40b252f0db1b6a52de425
|
||||||
|
size 1261900
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:defeaa11a95214d1da4886b4418d75c3596f51a512b63cd04a2fd0a4f01f0340
|
|
||||||
size 945584
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 20 12:57:09 UTC 2022 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
- updated to 4.3.0
|
||||||
|
* fixed bug which for single node profile set
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 10 08:43:39 UTC 2022 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
- update to 4.3.0rc6 what should the final release candidate
|
||||||
|
* using compressed images again, as PXE else would fail
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 13:18:23 UTC 2022 - Christian Goll <cgoll@suse.com>
|
Thu Apr 14 13:18:23 UTC 2022 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
|
|
||||||
Name: warewulf4
|
Name: warewulf4
|
||||||
Version: 4.3.0rc2
|
Version: 4.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A suite of tools for clustering
|
Summary: A suite of tools for clustering
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -29,8 +29,6 @@ Source0: https://github.com/hpcng/warewulf/archive/v%{version}.tar.gz#/wa
|
|||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
Source3: warewulf4-rpmlintrc
|
Source3: warewulf4-rpmlintrc
|
||||||
|
|
||||||
#Patch1: overlay-host.patch
|
|
||||||
|
|
||||||
# no firewalld in sle12
|
# no firewalld in sle12
|
||||||
%if 0%{?sle_version} >= 150000 || 0%{?suse_version} > 1500
|
%if 0%{?sle_version} >= 150000 || 0%{?suse_version} > 1500
|
||||||
BuildRequires: firewalld
|
BuildRequires: firewalld
|
||||||
@ -117,6 +115,9 @@ export NO_BRP_STALE_LINK_ERROR=yes
|
|||||||
%{makeinstall}
|
%{makeinstall}
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
|
mv %{buildroot}%{_localstatedir}/lib/warewulf/overlays/host/etc/dhcp/dhcpd.conf.ww \
|
||||||
|
%{buildroot}%{_localstatedir}/lib/warewulf/overlays/host/etc/dhcpd.conf.ww
|
||||||
|
rmdir %{buildroot}%{_localstatedir}/lib/warewulf/overlays/host/etc/dhcp
|
||||||
mkdir -p %{buildroot}%{_sbindir}/
|
mkdir -p %{buildroot}%{_sbindir}/
|
||||||
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcwarewulfd
|
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcwarewulfd
|
||||||
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
|
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
|
||||||
@ -194,7 +195,7 @@ EOF
|
|||||||
%exclude %{_localstatedir}/lib/warewulf/overlays/generic/etc/munge
|
%exclude %{_localstatedir}/lib/warewulf/overlays/generic/etc/munge
|
||||||
|
|
||||||
%files ipxe
|
%files ipxe
|
||||||
/srv/tftpboot/warewulf
|
#/srv/tftpboot/warewulf
|
||||||
%{_datadir}/warewulf
|
%{_datadir}/warewulf
|
||||||
|
|
||||||
%files slurm
|
%files slurm
|
||||||
|
Loading…
Reference in New Issue
Block a user