diff --git a/SOURCES/glibc-rh2071745.patch b/SOURCES/glibc-rh2071745.patch new file mode 100644 index 0000000..8fbfffb --- /dev/null +++ b/SOURCES/glibc-rh2071745.patch @@ -0,0 +1,23 @@ +commit 62db87ab24f9ca483f97f5e52ea92445f6a63c6f +Author: Adhemerval Zanella +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 $@ + diff --git a/SPECS/glibc.spec b/SPECS/glibc.spec index 9a3e247..96e229e 100644 --- a/SPECS/glibc.spec +++ b/SPECS/glibc.spec @@ -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 - 2.28-197 +- timezone: Fix a test that causes occasional build failure (#2071745) + * Tue Mar 15 2022 Siddhesh Poyarekar 2.28-196 - Synchronize feature guards in fortified functions (#2063042)