SHA256
1
0
forked from pool/warewulf4

Accepting request 927901 from home:mslacken:pr

- updated to findal release 4.2.0 with following bugs fix
  * kernel modules are imported with the right path

OBS-URL: https://build.opensuse.org/request/show/927901
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=4
This commit is contained in:
Christian Goll 2021-10-29 14:17:00 +00:00 committed by Git OBS Bridge
parent e73ac68dd4
commit fa61797863
3 changed files with 17 additions and 3 deletions

3
warewulf-4.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c1ea8284584374011c6125cf0100f2ab1dbe7d7b9eeb4bc979b9a9766db6bd6
size 1298057

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 28 07:00:53 UTC 2021 - Christian Goll <cgoll@suse.com>
- updated to findal release 4.2.0 with following bugs fix
* kernel modules are imported with the right path
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 14 12:44:57 UTC 2021 - Christian Goll <cgoll@suse.com> Thu Oct 14 12:44:57 UTC 2021 - Christian Goll <cgoll@suse.com>

View File

@ -26,7 +26,7 @@
ExclusiveArch: x86_64 aarch64 ExclusiveArch: x86_64 aarch64
Name: warewulf4 Name: warewulf4
Version: 4.2.0rc1 Version: 4.2.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
@ -57,7 +57,9 @@ Requires: tftp
Warewulf v4 combines ultra scalability, flexibility, and simplicity with being light weight, non-intrusive, and a great tool for scientists and seasoned system administrators alike. Warewulf empowers you to scalably and easily manage thousands of compute resources. Warewulf v4 combines ultra scalability, flexibility, and simplicity with being light weight, non-intrusive, and a great tool for scientists and seasoned system administrators alike. Warewulf empowers you to scalably and easily manage thousands of compute resources.
%package overlay %package overlay
Requires(pre): %{name} # Smells like a circular dependcy, but needed in this case as the
# files belong to the warewulf user
Requires(pre): %{name}
Summary: Default overlay for warewulf Summary: Default overlay for warewulf
Group: Productivity/Clustering/Computing Group: Productivity/Clustering/Computing
@ -121,6 +123,9 @@ install -D -m 644 system-user-%{name}.conf %{buildroot}%{_sysusersdir}/system-us
%{_sysusersdir}/system-user-%{name}.conf %{_sysusersdir}/system-user-%{name}.conf
%files overlay %files overlay
%{_localstatedir}/lib/warewulf/overlays # The configuration files in this location are for the compute
# nodes, so when modified we do not replace them as sensible
# admin will read the changelog
%config(noreplace) %{_localstatedir}/lib/warewulf/overlays
%changelog %changelog