import UBI cmake-3.30.5-3.el10_0

This commit is contained in:
eabdullin 2025-06-24 09:46:35 +00:00
parent 6f425af7fe
commit 8721555261
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