From 4c3afbceed106914bc9b473829280aa5dda9befa Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sun, 9 Jan 2022 22:19:01 +0000 Subject: [PATCH] import glibc-2.28-181.el8 --- SPECS/glibc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/glibc.spec b/SPECS/glibc.spec index 1a40a78..4440257 100644 --- a/SPECS/glibc.spec +++ b/SPECS/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.28 %define glibcversion 2.28 -%define glibcrelease 180%{?dist} +%define glibcrelease 181%{?dist} # Pre-release tarballs are pulled in from git using a command that is # effectively: # @@ -947,7 +947,7 @@ Suggests: glibc-all-langpacks = %{version}-%{release} # Suggest extra gconv modules so that they are installed by default but can be # removed if needed to build a minimal OS image. -Requires: glibc-gconv-extra%{_isa} = %{version}-%{release} +Recommends: glibc-gconv-extra%{_isa} = %{version}-%{release} %description The glibc package contains standard libraries which are used by @@ -2809,6 +2809,9 @@ fi %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Tue Jan 4 2022 Siddhesh Poyarekar - 2.28-181 +- Weaken dependency of glibc on glibc-gconv-extra (#2015768) + * Mon Dec 13 2021 Florian Weimer - 2.28-180 - Do not install /usr/lib/debug/usr/bin/ld.so.debug (#2023420)