diff --git a/cmake.spec b/cmake.spec index ffd43da18f3dd191b49948bb391cf2b22af8fabd..a82dc8fe9b50453db85174adb4dffc33f0af3447 100644 --- a/cmake.spec +++ b/cmake.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %bcond_with bootstrap %bcond_without emacs %bcond_without git_test @@ -301,7 +301,7 @@ NO_TEST="$NO_TEST|curl" %ifarch riscv64 NO_TEST="$NO_TEST|Qt5Autogen.ManySources|Qt5Autogen.MocInclude|Qt5Autogen.MocIncludeSymlink" NO_TEST="$NO_TEST|RunCMake.Make|RunCMake.BuildDepends|Qt6Autogen.RerunMocBasic|Qt6Autogen.RerunRccDepends" -NO_TEST="$NO_TEST|RunCMake.ExternalProject|CMakeLib.testUVProcessChain|ExportImport|CMakeOnly.AllFindModules|RunCMake.AutogenQt5|RunCMake.Byproducts|RunCMake.GenEx-LINK_LIBRARY|RunCMake.GenEx-LINK_GROUP|RunCMake.GoogleTest|RunCMake.Graphviz|RunCMake.ObjectLibrary|RunCMake.CompileFeatures|RunCMake.WriteBasicConfigVersionFile|RunCMake.MaxRecursionDepth|TryCompile|CPackTestAllGenerators" +NO_TEST="$NO_TEST|RunCMake.ExternalProject|CMakeLib.testUVProcessChain|ExportImport|CMakeOnly.AllFindModules|RunCMake.AutogenQt5|RunCMake.Byproducts|RunCMake.GenEx-LINK_LIBRARY|RunCMake.GenEx-LINK_GROUP|RunCMake.GoogleTest|RunCMake.Graphviz|RunCMake.ObjectLibrary|RunCMake.CompileFeatures|RunCMake.WriteBasicConfigVersionFile|RunCMake.MaxRecursionDepth|TryCompile|CPackTestAllGenerators|RunCMake.try_compile" %endif bin/ctest%{?name_suffix} %{?_smp_mflags} -V -E "$NO_TEST" --output-on-failure popd @@ -359,6 +359,9 @@ popd %{_rpmconfigdir}/%{name}.req %changelog +* Mon Oct 20 2025 Yihao Yan - 3.30.5-4 +- skip RunCMake.try_compile test for riscv + * Wed Sep 10 2025 yangxinyu - 3.30.5-3 - fix cve-2025-9301