Require a specific Grass version to make breakage visible
This commit is contained in:
parent
dc34bafeae
commit
084dc2a6cb
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
Name: qgis
|
Name: qgis
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A user friendly Open Source Geographic Information System
|
Summary: A user friendly Open Source Geographic Information System
|
||||||
|
|
||||||
# There are build issues at the moment; working with upstream
|
# There are build issues at the moment; working with upstream
|
||||||
|
@ -130,7 +130,7 @@ Group: Applications/Engineering
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
# The plug-in requires more than just the grass-libs.
|
# 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
|
#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
|
%description grass
|
||||||
GRASS plugin for Quantum GIS required to interface with the GRASS system.
|
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}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Remove import path for httplib2 module to use the system version
|
||||||
- Use upstream desktop files
|
- Use upstream desktop files
|
||||||
|
|
Reference in New Issue
Block a user