[iwhd] add "Provides: bundled(gnulib)"

Jim Meyering meyering at fedoraproject.org
Tue May 15 15:51:12 UTC 2012


commit 87179d8030a23ef14dfae0861216e4f4c6a0bb05
Author: Jim Meyering <meyering at redhat.com>
Date:   Tue May 15 17:49:20 2012 +0200

    add "Provides: bundled(gnulib)"

 iwhd-1.0-debug.patch |   65 --------------------------------------------------
 iwhd.spec            |    8 +++++-
 2 files changed, 7 insertions(+), 66 deletions(-)
---
diff --git a/iwhd.spec b/iwhd.spec
index b952df3..f1bcc62 100644
--- a/iwhd.spec
+++ b/iwhd.spec
@@ -1,6 +1,6 @@
 Name:		iwhd
 Version:	1.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Image WareHouse Daemon
 
 Group:		System Environment/Libraries
@@ -38,6 +38,8 @@ BuildRequires: systemd-units
 # mongodb-server is required at build time so make check succeeds
 BuildRequires: mongodb-server
 
+Provides: bundled(gnulib)
+
 %description
 The image-warehouse daemon for Aeolus
 
@@ -80,6 +82,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Tue May 15 2012 Jim Meyering <meyering at redhat.com> - 1.5-2
+- Add bundled(gnulib) provides, per
+  http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
+
 * Sat Mar 10 2012 Jim Meyering <meyering at redhat.com> - 1.5-1
 * Tue Mar  6 2012 Jim Meyering <meyering at redhat.com> - 1.4-1
 - use just-released upstream iwhd-1.4


More information about the scm-commits mailing list