macros: Fix missing asterisk in ctest macro

Resolves: RHEL-85715
This commit is contained in:
Björn Esser 2024-12-02 17:21:05 +01:00 committed by Tom Stellard
parent 071ae11c45
commit 401e0fc812
2 changed files with 6 additions and 2 deletions

View File

@ -72,7 +72,7 @@
%global patch_version 5
# For handling bump release by rpmdev-bumpspec and mass rebuild
%global baserelease 2
%global baserelease 3
# Set to RC version if building RC, else comment out.
#%%global rcsuf rc3
@ -552,6 +552,9 @@ popd
%changelog
* Fri Apr 04 2025 Tom Stellard <tstellar@redhat.com> - 3.30.5-3
- macros: Fix missing asterisk in ctest macro
* Tue Nov 05 2024 Tom Stellard <tstellar@redhat.com> - 3.30.5-2
- Fix conflicting license files in cmake and cmake-doc

View File

@ -50,7 +50,8 @@
%ifarch riscv64 \
--timeout 6000 \\\
%endif \
%{?_smp_mflags} %{**}
%{?_smp_mflags} \\\
%{lua:print((string.gsub(rpm.expand('%{**}'),"%-%-%s","")))}
%cmake@@CMAKE_MAJOR_VERSION@@ %cmake