Auto-sync with upstream branch master
Upstream commit c1c0dea38833751f36a145c322ce53c9a08332e1 - Linux: Remove epoll_create, inotify_init from syscalls.list (#2154747) - Linux: Reflow and sort some Makefile variables - mach: Drop remnants of old_CFLAGS - mach: Fix passing -ffreestanding when checking for gnumach headers - Force use of -ffreestanding when checking for gnumach headers - elf: Fix tst-relro-symbols.py argument passing - x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #29863] - Allow _Qp_fgt in sparc64 localplt.data
This commit is contained in:
parent
36c95d06a5
commit
4024998b40
16
glibc.spec
16
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.36.9000-377-g5dcd2d0ad0
|
||||
%global glibcsrcdir glibc-2.36.9000-385-gc1c0dea388
|
||||
%global glibcversion 2.36.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -159,7 +159,7 @@ Version: %{glibcversion}
|
||||
# - It allows using the Release number without the %%dist tag in the dependency
|
||||
# generator to make the generated requires interchangeable between Rawhide
|
||||
# and ELN (.elnYY < .fcXX).
|
||||
%global baserelease 17
|
||||
%global baserelease 18
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
@ -2193,6 +2193,18 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Mon Dec 19 2022 Florian Weimer <fweimer@redhat.com> - 2.36.9000-18
|
||||
- Auto-sync with upstream branch master,
|
||||
commit c1c0dea38833751f36a145c322ce53c9a08332e1:
|
||||
- Linux: Remove epoll_create, inotify_init from syscalls.list (#2154747)
|
||||
- Linux: Reflow and sort some Makefile variables
|
||||
- mach: Drop remnants of old_CFLAGS
|
||||
- mach: Fix passing -ffreestanding when checking for gnumach headers
|
||||
- Force use of -ffreestanding when checking for gnumach headers
|
||||
- elf: Fix tst-relro-symbols.py argument passing
|
||||
- x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #29863]
|
||||
- Allow _Qp_fgt in sparc64 localplt.data
|
||||
|
||||
* Mon Dec 12 2022 DJ Delorie <dj@redhat.com> - 2.36.9000-17
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 5dcd2d0ad02ff12c76355ef4f40947c1857ac482.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.36.9000-377-g5dcd2d0ad0.tar.xz) = 6d1e8c1d8a85b5b3785436a48a64da1d5ca9c556c84848ad5bc15bb73c681f847179780bbeaea857c52a7cf6f952b023f3473a69629cd500a2cd7d9b5c9cf48e
|
||||
SHA512 (glibc-2.36.9000-385-gc1c0dea388.tar.xz) = 3f61d2b338c9d94ff1ba3d90d646398f5512b8d97d896081cff4aa8a41be83fe9a59fb3dbfe1b0a85d58e0a797ea5a1d922c4729765ef435ff65e75d5234d1f4
|
||||
|
Loading…
Reference in New Issue
Block a user