Auto-sync with upstream branch master
Upstream commit: e9e7f24543e6d1b0a31641f144697e261df6ccd7 - configure: Replace obsolete AC_TRY_LINK with AC_LINK_IFELSE - configure: Remove obsolete AC_CHECK_TOOL_PREFIX - configure: Replace obsoleted AC_HELP_STRING with AS_HELP_STRING - Update syscall lists for Linux 5.11. - Correct hppa EFD_NONBLOCK, IN_NONBLOCK, SFD_NONBLOCK and TFD_NONBLOCK defines. - string: Work around GCC PR 98512 in rawmemchr - tst: time: Provide Y2038 tests for mktime (tst-mktime4.c) - tst: Provide test for difftime - tst: Provide test for ctime - tst: Provide test for sched_rr_get_interval - S390: Add new hwcap values. - aarch64: Fix sys/ptrace.h if linux headers are included - elf: Do not copy vDSO soname when setting up link map - x86: Remove the extra space between "# endif" - hurd: Fix fstatfs build failure - linux: Remove stat-check.c - linux: Remove overflow.h - linux: Consolidate internal_statvfs - linux: Consolidate statvfs implementations - linux: Consolidate fstatvfs implementations - linux: Consolidate statfs implementations - linux: Consolidate fstatfs implementations - linux: Set LFS statfs as default - linux: Set default kernel_stat.h to LFS - linux: Fix STATFS_IS_STATFS64 definition
This commit is contained in:
parent
f128368393
commit
7ae5ae4a36
33
glibc.spec
33
glibc.spec
@ -1,4 +1,4 @@
|
||||
%define glibcsrcdir glibc-2.33.9000-48-g228f30ab47
|
||||
%define glibcsrcdir glibc-2.33.9000-73-ge9e7f24543
|
||||
%define glibcversion 2.33.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -96,7 +96,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -2290,6 +2290,35 @@ fi
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Sun Feb 21 2021 Carlos O'Donell <carlos@redhat.com> - 2.33.9000-2
|
||||
- Auto-sync with upstream branch master,
|
||||
commit e9e7f24543e6d1b0a31641f144697e261df6ccd7:
|
||||
- configure: Replace obsolete AC_TRY_LINK with AC_LINK_IFELSE
|
||||
- configure: Remove obsolete AC_CHECK_TOOL_PREFIX
|
||||
- configure: Replace obsoleted AC_HELP_STRING with AS_HELP_STRING
|
||||
- Update syscall lists for Linux 5.11.
|
||||
- Correct hppa EFD_NONBLOCK, IN_NONBLOCK, SFD_NONBLOCK and TFD_NONBLOCK defines.
|
||||
- string: Work around GCC PR 98512 in rawmemchr
|
||||
- tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)
|
||||
- tst: Provide test for difftime
|
||||
- tst: Provide test for ctime
|
||||
- tst: Provide test for sched_rr_get_interval
|
||||
- S390: Add new hwcap values.
|
||||
- aarch64: Fix sys/ptrace.h if linux headers are included
|
||||
- elf: Do not copy vDSO soname when setting up link map
|
||||
- x86: Remove the extra space between "# endif"
|
||||
- hurd: Fix fstatfs build failure
|
||||
- linux: Remove stat-check.c
|
||||
- linux: Remove overflow.h
|
||||
- linux: Consolidate internal_statvfs
|
||||
- linux: Consolidate statvfs implementations
|
||||
- linux: Consolidate fstatvfs implementations
|
||||
- linux: Consolidate statfs implementations
|
||||
- linux: Consolidate fstatfs implementations
|
||||
- linux: Set LFS statfs as default
|
||||
- linux: Set default kernel_stat.h to LFS
|
||||
- linux: Fix STATFS_IS_STATFS64 definition
|
||||
|
||||
* Fri Feb 12 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-1
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 228f30ab4724d4087d5f52018873fde22efea6e2:
|
||||
|
2
sources
2
sources
@ -1 +1,3 @@
|
||||
SHA512 (glibc-2.32.9000-573-gdf359a25ba.tar.xz) = d5457c1756810308d4ec643c4f1a19a575656b9617db34909848c9ed877d09045bc1bd447189dccce59bcbe905bac56154e7a5896c9ebcb9b89f0a22643f816f
|
||||
SHA512 (glibc-2.33.9000-48-g228f30ab47.tar.xz) = f98f3c5770ad68282dd045ad2f8c5e747a5b8b8803340baf1967a6a39ccaaa14adcb0c959556056e6c49a1308d987d2b45133986ec9396249667f9a6a29e21be
|
||||
SHA512 (glibc-2.33.9000-73-ge9e7f24543.tar.xz) = 4cee5befd3652dd1a9ad3b1e0dfffef9dcd3dd7a353da775929d58cfb08d9bf3fa098741818572f3edcf62d11c79e91bc42482fd86f00c12bb25d30d452bd964
|
||||
|
Loading…
Reference in New Issue
Block a user