diff --git a/glibc.spec b/glibc.spec index 97416b5..e213f6a 100644 --- a/glibc.spec +++ b/glibc.spec @@ -151,7 +151,7 @@ end \ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 14%{?dist} +Release: 15%{?dist} # In general, GPLv2+ is used by programs, LGPLv2+ is used for # libraries. @@ -285,6 +285,10 @@ Patch82: glibc-rh2023422-1.patch Patch83: glibc-rh2023422-2.patch Patch84: glibc-rh2023422-3.patch Patch85: glibc-rh2029410.patch +Patch86: glibc-upstream-2.34-50.patch +Patch87: glibc-upstream-2.34-51.patch +Patch88: glibc-upstream-2.34-52.patch +Patch89: glibc-upstream-2.34-53.patch ############################################################################## # Continued list of core "glibc" package information: @@ -2316,7 +2320,7 @@ fi %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog -* Tue Dec 14 2021 Florian Weimer - 2.34-14 +* Tue Dec 14 2021 Florian Weimer - 2.34-15 - Sync with upstream branch release/2.34/master, commit 06865865151579d1aa17d38110060a68b85c5d90: - pthread/tst-cancel28: Fix barrier re-init race condition