Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Warewulf3-common to v3.10.0 #1707

Merged
merged 1 commit into from
Feb 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand All @@ -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
Expand Down