
15 May
2012
15 May
'12
5:11 p.m.
On 15.05.2012 17:04, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@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... --- 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
ACK Michal