From 30163b24c86351f89908d18e958fda88d083db5d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 23 Jul 2018 14:23:36 +0200 Subject: [PATCH] Add Provides: bundled(gnulib) --- glibc.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glibc.spec b/glibc.spec index 3286fff..f01fd19 100644 --- a/glibc.spec +++ b/glibc.spec @@ -288,6 +288,9 @@ Provides: ldconfig Provides: rtld(GNU_HASH) Requires: glibc-common = %{version}-%{release} +# Various components (regex, glob) have been imported from gnulib. +Provides: bundled(gnulib) + Requires(pre): basesystem # This is for building auxiliary programs like memusage, nscd