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 <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-08-01 11:50:13 -06:00
parent b241ed7bf2
commit 61fa859da5
2 changed files with 2 additions and 1 deletions

View File

@@ -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