[weechat/el5] Filter incorrect automatically generated Provides

Jamie Nguyen jamielinux at fedoraproject.org
Tue Apr 2 10:51:30 UTC 2013


commit cb231500fa1101fc16bda21a1a0aff21ac1dab8a
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Tue Apr 2 11:51:16 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 2371b34..bf2ec08 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:   3%{?dist}
+Release:   4%{?dist}
 Source:    http://weechat.org/files/src/%{name}-%{version}.tar.bz2
 Patch0:    weechat-0.4.0-enchant.patch
 URL:       http://weechat.org
@@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Apr 02 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.4.0-4
+- filter out automatically generated Provides that shouldn't be there (#947399)
+
 * Sat Mar 30 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.4.0-3
 - enable _hardened_build as weechat matches the "long running" criteria
 - remove redundant PIE patch


More information about the scm-commits mailing list