[python-pyside] Disabled Provides filtering which fails with ~ in directory name

Kalev Lember kalev at fedoraproject.org
Sat Jan 22 09:21:09 UTC 2011


commit a4f4483c5a630a0c65d80bb6a5bd947b17224b94
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Sat Jan 22 11:20:38 2011 +0200

    Disabled Provides filtering which fails with ~ in directory name

 python-pyside.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-pyside.spec b/python-pyside.spec
index 73e8f90..2f95dbb 100644
--- a/python-pyside.spec
+++ b/python-pyside.spec
@@ -23,8 +23,8 @@ BuildRequires:  xorg-x11-server-Xvfb
 BuildRequires:  xorg-x11-xauth
 
 # Don't want provides for python shared objects
-%{?filter_provides_in: %filter_provides_in %{python_sitearch}/PySide/.*\.so}
-%{?filter_setup}
+#{?filter_provides_in: #filter_provides_in #{python_sitearch}/PySide/.*\.so}
+#{?filter_setup}
 
 %description
 PySide provides Python bindings for the Qt cross-platform application
@@ -113,6 +113,7 @@ rm -rf $RPM_BUILD_ROOT
 * Sat Jan 22 2011 Kalev Lember <kalev at smartlink.ee> - 1.0.0-0.2.beta4
 - Update to 1.0.0~beta4
 - Dropped upstreamed patches
+- Disabled Provides filtering which fails with ~ in directory name
 
 * Fri Nov 26 2010 Kalev Lember <kalev at smartlink.ee> - 1.0.0-0.1.beta1
 - Update to 1.0.0~beta1


More information about the scm-commits mailing list