macros: Fix missing asterisk in ctest macro

Resolves: RHEL-120543
Resolves: RHEL-130794
This commit is contained in:
Björn Esser 2024-12-02 17:21:05 +01:00 committed by Tom Stellard
parent b1a615b77b
commit 1d9fe9a31b
2 changed files with 6 additions and 2 deletions

View File

@ -74,7 +74,7 @@
%{?rcsuf:%global versuf -%{rcsuf}}
# For handling bump release by rpmdev-bumpspec and mass rebuild
%global baserelease 1
%global baserelease 2
# Uncomment if building for EPEL
#global name_suffix %%{major_version}
@ -555,6 +555,9 @@ popd
%changelog
* Fri Nov 28 2025 Tom Stellard <tstellar@redhat.com> - 3.31.8-2
- macros: Fix missing asterisk in ctest macro
* Sat Sep 06 2025 Tom Stellard <tstellar@redhat.com> - 3.31.8-1
- cmake-3.31.8

View File

@ -52,7 +52,8 @@
%ctest(:-:) \
cd "%{__cmake_builddir}" \
%__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %{**} \
%__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} \\\
%{lua:print((string.gsub(rpm.expand('%{**}'),"%-%-%s","")))} \
cd -