Auto-sync with upstream branch master
Upstream commit: 9e4e896f0f5a19a16c1a77567463b013a0f4952d - Linux: add ST_NOSYMFOLLOW - resolve: Remove __res_context_query alloca usage - mips: dl-machine-reject-phdr: Get rid of alloca. - x86: Add support for AVX10 preset and vec size in cpu-features - resolv: Fix a comment typo in __resolv_conf_load - Remove unused -DRESOLVER getaddrinfo build flag - C2x scanf %wN, %wfN support - test-container: Use nftw instead of rm -rf
This commit is contained in:
parent
9e85d70f29
commit
d3951beccf
16
glibc.spec
16
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.38.9000-147-g29d4591b07
|
||||
%global glibcsrcdir glibc-2.38.9000-155-g9e4e896f0f
|
||||
%global glibcversion 2.38.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 10
|
||||
%global baserelease 11
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
@ -2199,6 +2199,18 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Tue Oct 03 2023 Arjun Shankar <arjun@redhat.com> - 2.38.9000-11
|
||||
- Auto-sync with upstream branch master,
|
||||
9e4e896f0f5a19a16c1a77567463b013a0f4952d:
|
||||
- Linux: add ST_NOSYMFOLLOW
|
||||
- resolve: Remove __res_context_query alloca usage
|
||||
- mips: dl-machine-reject-phdr: Get rid of alloca.
|
||||
- x86: Add support for AVX10 preset and vec size in cpu-features
|
||||
- resolv: Fix a comment typo in __resolv_conf_load
|
||||
- Remove unused -DRESOLVER getaddrinfo build flag
|
||||
- C2x scanf %wN, %wfN support
|
||||
- test-container: Use nftw instead of rm -rf
|
||||
|
||||
* Thu Sep 28 2023 Patsy Griffin <patsy@redhat.com> - 2.38.9000-10
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 29d4591b07a4da53320e949557c6946c62c26bde.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.38.9000-147-g29d4591b07.tar.xz) = 74f4fd871de07cfaee52f5b6f6dfbf1066e2f86830690846d87b1aa4e1472986b85c1e09bf33d4ddcaf4de87660ce3cdad735dc90c75e5b0fb2c1edbe72fcee7
|
||||
SHA512 (glibc-2.38.9000-155-g9e4e896f0f.tar.xz) = 5ea923cb91f2c474e602aae9a7fc67512dcaa570a2b2b5a2d25338315e43c5922597019baec1480892bb27171b858dd906bdda65fc2a0c6aa2035013a983822e
|
||||
|
Loading…
Reference in New Issue
Block a user