Require a specific Grass version to make breakage visible

This commit is contained in:
Volker Fröhlich 2013-10-01 19:13:58 +02:00
parent dc34bafeae
commit 084dc2a6cb
1 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,7 @@
Name: qgis
Version: 2.0.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A user friendly Open Source Geographic Information System
# There are build issues at the moment; working with upstream
@ -130,7 +130,7 @@ Group: Applications/Engineering
Requires: %{name}%{?_isa} = %{version}-%{release}
# The plug-in requires more than just the grass-libs.
#TODO: I think, that is still correct, but the sense of the libs package is questionable
Requires: grass
Requires: grass = 6.4.3
%description grass
GRASS plugin for Quantum GIS required to interface with the GRASS system.
@ -384,6 +384,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libexecdir}/%{name}
%changelog
* Tue Oct 1 2013 Volker Fröhlich <volker27@gmx.at> - 2.0.1-3
- Fix Grass version to make breakage more visible
* Fri Sep 27 2013 Volker Fröhlich <volker27@gmx.at> - 2.0.1-2
- Remove import path for httplib2 module to use the system version
- Use upstream desktop files