Merge pull request #2000 from anderbubble/golang-version-spec

Update golang BuildRequires in warewulf.spec.in
This commit is contained in:
Jonathon Anderson
2025-09-04 15:21:14 -06:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed a bug in `wwclient` which prevented proper cleanup of ephemeral files.
- Fixed `wwclient --debug` to properly enable debug logging.
- Updated golang BuildRequires in RPM specfile. #1990
## v4.6.3, 2025-08-01

View File

@@ -35,7 +35,7 @@ Conflicts: warewulf-ipmi
%if 0%{?suse_version} || 0%{?sle_version}
BuildRequires: distribution-release
BuildRequires: systemd-rpm-macros
BuildRequires: go >= 1.16
BuildRequires: go >= 1.22
BuildRequires: firewall-macros
BuildRequires: firewalld
BuildRequires: tftp
@@ -48,7 +48,7 @@ Requires: ipxe-bootimgs
# Assume Red Hat/Fedora build
BuildRequires: system-release
BuildRequires: systemd
BuildRequires: golang >= 1.16
BuildRequires: golang >= 1.22
BuildRequires: firewalld-filesystem
%if ! (0%{?rhel} >= 10)
Requires: tftp-server
@@ -266,6 +266,9 @@ about Warewulf in an sos report.
%changelog
* Thu Sep 4 2025 Jonathon Anderson <janderson@ciq.com>
- Update golang BuildRequires to 1.22
* Tue Apr 1 2025 Jonathon Anderson <janderson@ciq.com>
- Remove gRPC API