forked from pool/warewulf4
Accepting request 1161449 from home:mslacken:pr
without %{?rls_cnd} OBS-URL: https://build.opensuse.org/request/show/1161449 OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=68
This commit is contained in:
parent
0fc5555144
commit
cf104b2dfe
@ -17,10 +17,6 @@
|
||||
|
||||
|
||||
%global vers 4.5.0
|
||||
#%%global rls_cndt rc2
|
||||
%if "0%{?rls_cndt}" != "0"
|
||||
%global rls_char ~
|
||||
%endif
|
||||
%global tftpdir /srv/tftpboot
|
||||
%global srvdir %{_sharedstatedir}
|
||||
#%%global githash 5b0de8ea5397ca42584335517fd4959d7ffe3da5
|
||||
@ -28,13 +24,13 @@
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
|
||||
Name: warewulf4
|
||||
Version: %{vers}%{?rls_char}%{?rls_cndt}
|
||||
Version: %{vers}
|
||||
Release: 0
|
||||
Summary: A suite of tools for clustering
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Clustering/Computing
|
||||
URL: https://warewulf.org
|
||||
Source0: https://github.com/warewulf/warewulf/releases/download/v%{vers}%{?rls_cndt}/warewulf-%{vers}%{?rls_cndt}.tar.gz#/warewulf4-v%{version}.tar.gz
|
||||
Source0: https://github.com/warewulf/warewulf/releases/download/v%{vers}/warewulf-%{vers}.tar.gz#/warewulf4-v%{version}.tar.gz
|
||||
#Source1: vendor.tar.gz
|
||||
Source5: warewulf4-rpmlintrc
|
||||
Source10: config-ww4.sh
|
||||
@ -117,7 +113,7 @@ This package install the necessary configuration files in order to run a slurm
|
||||
cluster on the configured warewulf nodes.
|
||||
|
||||
%prep
|
||||
%setup -q -n warewulf-%{vers}%{?rls_cndt}
|
||||
%setup -q -n warewulf-%{vers}
|
||||
%autopatch -p1
|
||||
# tar xzf %{S:1}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user