diff --git a/cmake.spec b/cmake.spec index d264023..2a57e0c 100644 --- a/cmake.spec +++ b/cmake.spec @@ -62,7 +62,7 @@ %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 1 +%global baserelease 2 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -504,6 +504,9 @@ mv -f Modules/FindLibArchive.disabled Modules/FindLibArchive.cmake %changelog +* Tue Sep 29 2020 Christoph Junghans - 3.18.2-2 +- Make %ctest non-verbose by default + * Thu Aug 20 2020 Björn Esser - 3.18.2-1 - Update to 3.18.2 diff --git a/macros.cmake b/macros.cmake index 8cdcc15..5749a32 100644 --- a/macros.cmake +++ b/macros.cmake @@ -50,7 +50,7 @@ %ctest(:-:) \ cd "%{__cmake_builddir}" \ - %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} --verbose %{**} \ + %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %{**} \ cd -