From 3476e0be1caf23a2fbe5823f94d97f11eaca2100 Mon Sep 17 00:00:00 2001 From: Volker Froehlich Date: Thu, 11 Aug 2016 09:22:08 +0200 Subject: [PATCH] Fix dependency on PyQt4-webkit (BZ #1360485) --- qgis.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qgis.spec b/qgis.spec index 927e020..c342cc0 100644 --- a/qgis.spec +++ b/qgis.spec @@ -21,7 +21,7 @@ Name: qgis Version: 2.14.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A user friendly Open Source Geographic Information System Group: Applications/Engineering @@ -144,7 +144,7 @@ Summary: Python integration and plug-ins for QGIS Group: Applications/Engineering Requires: %{name}%{?_isa} = %{version}-%{release} Requires: gdal-python -Requires: PyQt4 +Requires: PyQt4-webkit Requires: python-httplib2 Requires: python-jinja2 Requires: python-matplotlib @@ -408,6 +408,10 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Thu Aug 11 2016 Volker Froehlich - 2.14.3-5 +- Replace dependency on PyQt4 with PyQt4-webkit, since webkit + is in a sub-package now (BZ #1360485) + * Tue Jul 19 2016 Fedora Release Engineering - 2.14.3-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages