From aa5cce21c6fbdacbad31afc90c3d42b9b3f3af66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 2 Nov 2022 08:19:42 +0100 Subject: [PATCH] Re-enable ExternalProject and CTest.UpdateGIT on testsuite run This reverts commit 7df9be99dc7f57cae228fe8e00a9320f91c0f4e7. --- cmake.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cmake.spec b/cmake.spec index b1ea0b6..4dee600 100644 --- a/cmake.spec +++ b/cmake.spec @@ -68,7 +68,7 @@ %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.4 +%global baserelease 0.5 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -445,9 +445,9 @@ find %{buildroot}%{_bindir} -type f -or -type l -or -xtype l | \ %if %{with test} %check pushd %{_vpath_builddir} -# CTestTestUpload, BundleUtilities, ExternalProject, and CTest.UpdateGIT require internet access +# CTestTestUpload and BundleUtilities require internet access # CPackComponentsForAll-RPM-IgnoreGroup failing wih rpm 4.15 - https://gitlab.kitware.com/cmake/cmake/issues/19983 -NO_TEST="CTestTestUpload|BundleUtilities|ExternalProject|CTest.UpdateGIT" +NO_TEST="CTestTestUpload|BundleUtilities" # Likely failing for GCC 12 NO_TEST="$NO_TEST|CustomCommand|CMakeLib.testCTestResourceAllocator" NO_TEST="$NO_TEST|CMakeLib.testCTestResourceSpec|RunCMake.PositionIndependentCode" @@ -531,6 +531,9 @@ popd %changelog +* Wed Nov 02 2022 Björn Esser - 3.25.0-0.5.rc3 +- Re-enable ExternalProject and CTest.UpdateGIT on testsuite run + * Wed Nov 02 2022 Björn Esser - 3.25.0-0.4.rc3 - cmake-3.25.0-rc3 Fixes rhbz#2062783