diff --git a/glibc.spec b/glibc.spec index 22cd51e..5cc7973 100644 --- a/glibc.spec +++ b/glibc.spec @@ -155,7 +155,7 @@ end \ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 64%{?dist} +Release: 65%{?dist} # In general, GPLv2+ is used by programs, LGPLv2+ is used for # libraries. @@ -2087,8 +2087,8 @@ done find -type f | xargs chmod a-x # Use sysroot-relative paths in linker script. Ignore symbolic links. -sed -e 's,\([^0-9a-zA-Z=*]/lib\),=/usr/lib,g' \ - -e 's,\([^0-9a-zA-Z=*]\)/,\1=/,g' \ +sed -e 's,\([^0-9a-zA-Z=*]/lib\),/usr/lib,g' \ + -e 's,\([^0-9a-zA-Z=*]\)/,\1/,g' \ -i $(find -type f -name 'lib[cm].so') popd @@ -2865,6 +2865,9 @@ fi %endif %changelog +* Fri Apr 14 2023 Florian Weimer - 2.34-65 +- Do not add = to linker scripts in sysroot (#2153855) + * Thu Apr 06 2023 DJ Delorie - 2.34-64 - x86: Use CHECK_FEATURE_PRESENT on PCONFIG (#2149615)