[python-cvxopt] Fix filtering of provides.

Jerry James jjames at fedoraproject.org
Tue Apr 3 18:41:55 UTC 2012


commit 3f6c17d2405e271ac9483e28f65ff2fd58bd0409
Author: Jerry James <loganjerry at gmail.com>
Date:   Tue Apr 3 12:41:07 2012 -0600

    Fix filtering of provides.

 python-cvxopt.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-cvxopt.spec b/python-cvxopt.spec
index 86c93e0..822565c 100644
--- a/python-cvxopt.spec
+++ b/python-cvxopt.spec
@@ -1,6 +1,6 @@
 Name:           python-cvxopt
 Version:        1.1.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Python Package for Convex Optimization
 Group:          Development/Languages
 License:        GPLv3+
@@ -23,7 +23,7 @@ BuildRequires:  python-sphinx
 BuildRequires:  suitesparse-devel
 BuildRequires:  tex4ht
 
-%global __provides_exclude_from ^\\\((%{python2_sitearch})|(%{python3_sitearch})\\\)/.*\\.so$
+%global __provides_exclude \\.so
 
 
 %description
@@ -126,6 +126,9 @@ cp -a examples $RPM_BUILD_ROOT%{_datadir}/%{name}/
 
 
 %changelog
+* Tue Apr  3 2012 Jerry James <loganjerry at gmail.com> - 1.1.5-2
+- Fix filtering of provides
+
 * Mon Apr  2 2012 Jerry James <loganjerry at gmail.com> - 1.1.5-1
 - New upstream release
 - Build python3 subpackage


More information about the scm-commits mailing list