Fix dependency on PyQt4-webkit (BZ #1360485)
This commit is contained in:
parent
da2c96706d
commit
5853bf16a5
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
Name: qgis
|
Name: qgis
|
||||||
Version: 2.14.3
|
Version: 2.14.3
|
||||||
Release: 3%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A user friendly Open Source Geographic Information System
|
Summary: A user friendly Open Source Geographic Information System
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
|
|
||||||
|
@ -144,7 +144,7 @@ Summary: Python integration and plug-ins for QGIS
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: gdal-python
|
Requires: gdal-python
|
||||||
Requires: PyQt4
|
Requires: PyQt4-webkit
|
||||||
Requires: python-httplib2
|
Requires: python-httplib2
|
||||||
Requires: python-jinja2
|
Requires: python-jinja2
|
||||||
Requires: python-matplotlib
|
Requires: python-matplotlib
|
||||||
|
@ -408,6 +408,10 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 11 2016 Volker Froehlich <volker27@gmx.at> - 2.14.3-5
|
||||||
|
- Replace dependency on PyQt4 with PyQt4-webkit, since webkit
|
||||||
|
is in a sub-package now (BZ #1360485)
|
||||||
|
|
||||||
* Mon Jun 06 2016 Volker Froehlich <volker27@gmx.at> - 2.14.3-3
|
* Mon Jun 06 2016 Volker Froehlich <volker27@gmx.at> - 2.14.3-3
|
||||||
- Grass version in F24 is 7.0.3 for now
|
- Grass version in F24 is 7.0.3 for now
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user