[wget] add provides bundled(gnulib) per https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries

Karsten Hopp karsten at fedoraproject.org
Tue May 15 14:15:00 UTC 2012


commit f50ee099dd2c4915cd47d631eef4d3a847bacaac
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue May 15 16:14:53 2012 +0200

    add provides bundled(gnulib) per https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries

 wget.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/wget.spec b/wget.spec
index 02ac527..1f89a09 100644
--- a/wget.spec
+++ b/wget.spec
@@ -1,7 +1,7 @@
 Summary: A utility for retrieving files using the HTTP or FTP protocols
 Name: wget
 Version: 1.13.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group: Applications/Internet
 Url: http://www.gnu.org/software/wget/
@@ -12,6 +12,7 @@ Patch2: wget-1.12-path.patch
 # http://bzr.savannah.gnu.org/lh/wget/trunk/revision/2317
 #Patch3: wget-1.12-certificate-subjectAltName.patch
 Provides: webclient
+Provides: bundled(gnulib) 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf
@@ -67,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/*
 
 %changelog
+* Tue May 15 2012 Karsten Hopp <karsten at redhat.com> 1.13.4-3
+- add virtual provides per https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.13.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list