Fix interaction with new glibc version
Related: rhbz#1975096
This commit is contained in:
parent
5d63e2d7c9
commit
2b062a56c0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user