From 2b062a56c060f5fa1641acc71955f819c459ef03 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 1 Jul 2021 13:06:36 +0200 Subject: [PATCH] Fix interaction with new glibc version Related: rhbz#1975096 --- cmake.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cmake.spec b/cmake.spec index bb17e37..0988f35 100644 --- a/cmake.spec +++ b/cmake.spec @@ -65,7 +65,7 @@ %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 4 +%global baserelease 5 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -109,6 +109,8 @@ Patch102: %{name}-mingw-dl.patch # memory-hungry tests when building on koji builders with *lots* of cores # so limit it to some reasonable number (4) Patch103: cmake-3.20-CPACK_THREADS.patch +# see rhbz#1975096 +Patch104: cmake-3.20.4-glibc_libdl.patch # Patch for renaming on EPEL %if 0%{?name_suffix:1} @@ -529,6 +531,9 @@ popd %changelog +* Thu Jul 01 2021 sguelton@redhat.com - 3.20.2-5 +- libdl patch after glibc update (#1975096) + * Fri Jun 25 2021 sguelton@redhat.com - 3.20.2-4 - Fix changelog entry