import cmake-3.30.5-2.el10

cs10 imports/cs10/cmake-3.30.5-2.el10
MSVSphere Packaging Team 2 days ago
parent 89d0b82354
commit a760fa0fe3
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1 +1 @@
9512643f226e1ccbf79beb9f4b066da45fe8dff6 SOURCES/cmake-3.28.2.tar.gz
bab4725b65d45b3c86e7f1413b265b2d498b1abf SOURCES/cmake-3.30.5.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/cmake-3.28.2.tar.gz
SOURCES/cmake-3.30.5.tar.gz

@ -68,8 +68,8 @@
%{!?_vpath_builddir:%global _vpath_builddir %{_target_platform}}
%global major_version 3
%global minor_version 28
%global patch_version 2
%global minor_version 30
%global patch_version 5
# For handling bump release by rpmdev-bumpspec and mass rebuild
%global baserelease 2
@ -515,9 +515,12 @@ popd
%files doc
# Pickup license-files from main-pkg's license-dir
# If there's no license-dir they are picked up by %%doc previously
%{?_licensedir:%license %{_datadir}/licenses/%{name}*}
%license Copyright.txt*
%license COPYING*
%if %{with bundled_cppdap}
%license LICENSE.cppdap
%license NOTICE.cppdap
%endif
%doc %{_pkgdocdir}
@ -549,6 +552,16 @@ popd
%changelog
* Tue Nov 05 2024 Tom Stellard <tstellar@redhat.com> - 3.30.5-2
- Fix conflicting license files in cmake and cmake-doc
* Tue Oct 29 2024 Tom Stellard <tstellar@redhat.com> - 3.30.5-1
- Update version to 3.30.5
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.28.2-3
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.28.2-2
- Bump release for June 2024 mass rebuild

Loading…
Cancel
Save