From 61fa859da52bc948ff940278f0184278abe3b27f Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Fri, 1 Aug 2025 11:50:13 -0600 Subject: [PATCH] Fix a syntax error in the RPM specfile This error was apparently being ignored by rpmbuild; but it was called out by Copilot during a recent review. Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 1 + warewulf.spec.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c4a2e5..b586938d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fixed a panic during `wwctl overlay edit` due to missing `reexec.Init()`. #1879 - Fixed handling of comma-separated mount options in `fstab` and `ignition` overlays. #1950 - Fixed a race condition in `wwctl overlay edit`. #1947 +- Fixed a syntax error in the RPM specfile. ## v4.6.2, 2025-07-09 diff --git a/warewulf.spec.in b/warewulf.spec.in index ff0ee945..f9c26fe4 100644 --- a/warewulf.spec.in +++ b/warewulf.spec.in @@ -82,7 +82,7 @@ system for large clusters of bare metal and/or virtual systems. %prep -%setup -q -n %{name}-%{version} -b0 %if %{?with_offline:-a2} +%setup -q -n %{name}-%{version} -b0 %build