import glibc-2.28-197.el8
This commit is contained in:
parent
cfea87fa49
commit
45c1bfee5b
23
SOURCES/glibc-rh2071745.patch
Normal file
23
SOURCES/glibc-rh2071745.patch
Normal file
@ -0,0 +1,23 @@
|
||||
commit 62db87ab24f9ca483f97f5e52ea92445f6a63c6f
|
||||
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||
Date: Mon Jan 10 10:17:18 2022 -0300
|
||||
|
||||
timezone: Fix tst-bz28707 Makefile rule
|
||||
|
||||
The $(testdata)/XT5 rule is ambiguous and it may not be correct
|
||||
evaluated.
|
||||
|
||||
diff --git a/timezone/Makefile b/timezone/Makefile
|
||||
index ac7f483c130b5b4a..c4a63daadb8d5dc5 100644
|
||||
--- a/timezone/Makefile
|
||||
+++ b/timezone/Makefile
|
||||
@@ -123,7 +123,8 @@ $(testdata)/XT%: testdata/XT%
|
||||
$(make-target-directory)
|
||||
cp $< $@
|
||||
|
||||
-$(testdata)/XT%: testdata/gen-XT%.sh
|
||||
+$(testdata)/XT5: testdata/gen-XT5.sh
|
||||
+ $(make-target-directory)
|
||||
$(SHELL) $< > $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define glibcsrcdir glibc-2.28
|
||||
%define glibcversion 2.28
|
||||
%define glibcrelease 196%{?dist}
|
||||
%define glibcrelease 197%{?dist}
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
#
|
||||
@ -878,6 +878,7 @@ Patch683: glibc-rh2033684-11.patch
|
||||
Patch684: glibc-rh2033684-12.patch
|
||||
Patch685: glibc-rh2063712.patch
|
||||
Patch686: glibc-rh2063042.patch
|
||||
Patch687: glibc-rh2071745.patch
|
||||
|
||||
##############################################################################
|
||||
# Continued list of core "glibc" package information:
|
||||
@ -2708,6 +2709,9 @@ fi
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Tue Apr 05 2022 Arjun Shankar <arjun@redhat.com> - 2.28-197
|
||||
- timezone: Fix a test that causes occasional build failure (#2071745)
|
||||
|
||||
* Tue Mar 15 2022 Siddhesh Poyarekar <siddhesh@redhat.com> 2.28-196
|
||||
- Synchronize feature guards in fortified functions (#2063042)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user