From: "Daniel P. Berrange" <berrange(a)redhat.com>
According to Fedora guidelines, because we bundle gnulib we
need to add a virtual Provides: bundled(gnulib).
https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Requirement...
---
libvirt.spec.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 2e08abb..eef8ce1 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -460,6 +460,8 @@ BuildRequires: scrub
BuildRequires: numad
%endif
+Provides: bundled(gnulib)
+
%description
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The main package includes
--
1.7.10.1