From 2438babd026fb732b8755de9713829935268cc86 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Wed, 22 Feb 2023 14:44:32 +0200 Subject: [PATCH] Update Warewulf3 to v3.10.0 https://github.com/warewulf/warewulf3/commit/c6de604fc76eabfaef2cb99f4c6ae5ed44eff1e0 Add "BuildRequires: make" Add "BuildRequires: perl-generators" Suggested-by: @adrianreber at https://github.com/openhpc/ohpc/pull/1707#issuecomment-1445328082 --- .../warewulf-common/SPECS/warewulf-common.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/provisioning/warewulf-common/SPECS/warewulf-common.spec b/components/provisioning/warewulf-common/SPECS/warewulf-common.spec index 14cf94bcca..292f91982f 100644 --- a/components/provisioning/warewulf-common/SPECS/warewulf-common.spec +++ b/components/provisioning/warewulf-common/SPECS/warewulf-common.spec @@ -13,11 +13,11 @@ %define dname common %define pname warewulf-%{dname} %define wwsrvdir /srv -%define develSHA 98fcdc336349378c8ca1b5b0e7073a69a868a40f +%define develSHA c6de604fc76eabfaef2cb99f4c6ae5ed44eff1e0 %define wwextract warewulf3-%{develSHA} Name: %{pname}%{PROJ_DELIM} -Version: 3.9.0 +Version: 3.10.0 Release: 1%{?dist} Summary: Scalable systems management suite for high performance clusters License: US Dept. of Energy (BSD-like) @@ -29,7 +29,7 @@ Group: %{PROJ_NAME}/provisioning ExclusiveOS: linux Conflicts: warewulf < 3 BuildArch: noarch -BuildRequires: autoconf, automake +BuildRequires: autoconf, automake, make Requires: perl(DBD::mysql), perl(DBD::Pg), perl(DBD::SQLite), perl(JSON::PP) %if 0%{?rhel:1} || 0%{?sle_version} > 150000 @@ -41,6 +41,7 @@ Requires: perl(DBD::mysql), perl(DBD::Pg), perl(DBD::SQLite), perl(JSON::PP) %endif %if 0%{?rhel} >= 8 +BuildRequires: perl-generators BuildRequires: systemd Requires: perl-Sys-Syslog %endif