From 0b3ffb50c78973057a3e64bb3ca78c69fc36f203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Fr=C3=B6hlich?= Date: Wed, 25 Dec 2013 16:01:28 +0100 Subject: [PATCH] Add psycopg2 as dependency for Python sub-package --- qgis.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qgis.spec b/qgis.spec index 785f7eb..569935b 100644 --- a/qgis.spec +++ b/qgis.spec @@ -19,7 +19,7 @@ Name: qgis Version: 2.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A user friendly Open Source Geographic Information System # There are build issues at the moment; working with upstream @@ -151,6 +151,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Requires: gdal-python Requires: PyQt4 Requires: python-httplib2 +Requires: python-psycopg2 Requires: qscintilla-python %{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}} @@ -394,6 +395,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libexecdir}/%{name} %changelog +* Wed Dec 25 2013 Volker Fröhlich - 2.0.1-7 +- Python sub-package must require psycopg2 for the Processing plug-in + (BZ #1043683) + * Fri Nov 08 2013 Volker Fröhlich - 2.0.1-6 - Rebuild for new qwt and qwtpolar