[libvirt] [PATCH] Add bundled(gnulib) to RPM specfile

Daniel P. Berrange berrange at redhat.com
Tue May 15 15:04:10 UTC 2012


From: "Daniel P. Berrange" <berrange at 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_if_you_bundle
---
 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




More information about the libvir-list mailing list