[weechat] Filter incorrect automatically generated Provides

Jamie Nguyen jamielinux at fedoraproject.org
Tue Apr 2 10:48:00 UTC 2013


commit 0231c01fbf7a0ec0846855e414aafaf7f241c9d1
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Tue Apr 2 11:47:26 2013 +0100

    Filter incorrect automatically generated Provides

 weechat.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/weechat.spec b/weechat.spec
index c4096a0..c0688b7 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -1,9 +1,10 @@
 %global _hardened_build 1
+%global __provides_exclude_from ^%{_libdir}/weechat/plugins/.*$
 
 Name:      weechat
 Summary:   Portable, fast, light and extensible IRC client
 Version:   0.4.0
-Release:   6%{?dist}
+Release:   7%{?dist}
 Source:    http://weechat.org/files/src/%{name}-%{version}.tar.bz2
 Patch0:    weechat-0.4.0-enchant.patch
 Patch1:    weechat-0.4.0-ruby-version.patch
@@ -82,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Apr 02 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.4.0-7
+- filter out automatically generated Provides that shouldn't be there (#947399)
+
 * Sat Mar 30 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.4.0-6
 - enable _hardened_build as weechat matches the "long running" criteria
 - remove redundant PIE patch


More information about the scm-commits mailing list