From 87b6ed77dbc0fa2bb27633ff9f6c8e339ca1b4da Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 22 Jul 2016 15:39:33 +0200 Subject: [PATCH] Drop Requires(pre) on libgcc Our scriptlets do not use pthread_cancel, and such requires are not transitive. --- glibc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index eaa018a..388638d 100644 --- a/glibc.spec +++ b/glibc.spec @@ -327,8 +327,7 @@ Provides: ld-linux.so.3(GLIBC_2.4) Requires: glibc-common = %{version}-%{release} -# Require libgcc in case some program calls pthread_cancel in its %%post -Requires(pre): basesystem, libgcc +Requires(pre): basesystem # This is for building auxiliary programs like memusage, nscd # For initial glibc bootstraps it can be commented out @@ -2158,6 +2157,7 @@ rm -f *.filelist* * Thu Jul 21 2016 Florian Weimer - 2.23.90-30 - Drop sendmsg/recvmsg compatibility patch (#1344830) - glibc-devel depends on libgcc%%{_isa} (#1289356) +- Drop Requires(pre) on libgcc * Wed Jul 20 2016 Florian Weimer - 2.23.90-29 - Move NSS modules to subpackages (#1338889)