fix error patch number

(cherry picked from commit 5239f8f79ceabf8ab487dba5e32799c23340e36e)
This commit is contained in:
Yang Yanchao 2023-02-08 14:32:10 +08:00 committed by openeuler-sync-bot
parent ddc745c607
commit ff694d9533

View File

@ -66,7 +66,7 @@
##############################################################################
Name: glibc
Version: 2.34
Release: 109
Release: 110
Summary: The GNU libc libraries
License: %{all_license}
URL: http://www.gnu.org/software/glibc/
@ -280,7 +280,7 @@ Patch9029: 5_6-LoongArch-Optimize-string-function-strcpy.patch
Patch9030: 6_6-LoongArch-Optimize-string-functions-strlen-strnlen.patch
Patch9031: math-Fix-asin-and-acos-invalid-exception-with-old-gc.patch
%endif
Patch9031: add-pthread_cond_clockwait-GLIBC_2_28.patch
Patch9032: add-pthread_cond_clockwait-GLIBC_2_28.patch
Provides: ldconfig rtld(GNU_HASH) bundled(gnulib)
@ -1446,6 +1446,9 @@ fi
%endif
%changelog
* Wed Feb 8 2023 Yang Yanchao <yangyanchao6@huawei.com> - 2.34-110
- fix error patch number
* Mon Feb 6 2023 Yang Yanchao <yangyanchao6@huawei.com> - 2.34-109
- Since the pthread_cond_clockwait@GLIBC_2_28 is introduced in earlier
versions, this symbol is required to keep the previous items compatible.