From b3d1105e8f78b015de806ab40adf3773437d5057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Fr=C3=B6hlich?= Date: Fri, 16 Jul 2010 16:22:59 +0000 Subject: [PATCH] Fixed Requires in Python sub-package --- qgis.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qgis.spec b/qgis.spec index 710dc22..2287682 100644 --- a/qgis.spec +++ b/qgis.spec @@ -4,7 +4,7 @@ Name: qgis Version: 1.4.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A user friendly Open Source Geographic Information System Group: Applications/Engineering @@ -90,6 +90,8 @@ GRASS plugin for Quantum GIS required to interface with the GRASS system. Summary: Python integration and plugins for Quantum GIS Group: Applications/Engineering Requires: %{name} = %{version}-%{release} +Requires: PyQt4 +%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}} %description python Python integration and plugins for QGIS. @@ -242,6 +244,10 @@ rm -rf %{buildroot} %{python_sitearch}/%{name} %changelog + +* Wed Jul 14 2010 Volker Fröhlich - 1.4.0-9 +- Re-added missing dependency of PyQt4 and sip for python sub-package + * Fri Jul 09 2010 Volker Fröhlich - 1.4.0-8 - Further completed qt47 patch