Update golang BuildRequires in warewulf.spec.in

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-09-04 13:35:03 -06:00
parent 1f88d93f7e
commit a979bb1bef
2 changed files with 6 additions and 2 deletions

View File

@@ -25,6 +25,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 a bug in `wwclient` which prevented proper cleanup of ephemeral files.
- Fixed `wwclient --debug` to properly enable debug logging. - Fixed `wwclient --debug` to properly enable debug logging.
- Updated golang BuildRequires in RPM specfile. #1990
## v4.6.3, 2025-08-01 ## v4.6.3, 2025-08-01

View File

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