macros: Fix missing asterisk in ctest macro
Resolves: RHEL-120543 Resolves: RHEL-130794
This commit is contained in:
parent
b1a615b77b
commit
1d9fe9a31b
@ -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
|
||||
|
||||
|
||||
@ -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 -
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user