From b70ad542213ba727ba33dd3f69487bdbb19d2af1 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Fri, 2 Feb 2024 15:43:38 +0800 Subject: [PATCH] Remove Windows_TemporaryKey.pfx (cherry picked from commit 8d4208bfc079809dbd29c04e045a9f76d8aab0d0) --- cmake.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cmake.spec b/cmake.spec index 700e724..af51c42 100644 --- a/cmake.spec +++ b/cmake.spec @@ -11,7 +11,7 @@ Name: cmake Version: 3.16.5 -Release: 5 +Release: 6 Summary: Cross-platform make system License: BSD and MIT and zlib URL: http://www.cmake.org @@ -205,6 +205,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/bash-completion %{_emacs_sitelispdir}/cmake %{_emacs_sitestartdir}/cmake-init.el +%exclude %{_datadir}/cmake/Templates/Windows/Windows_TemporaryKey.pfx %files filesystem -f data_dirs.mf -f lib_dirs.mf @@ -233,6 +234,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %exclude %{_pkgdocdir}/Copyright.txt %changelog +* Fri Feb 2 2024 liyanan - 3.16.5-6 +- Remove Windows_TemporaryKey.pfx + * Mon Mar 22 2021 lirui - 3.16.5-5 - Remove the -g option and the debug package - add the -s option