Fix grass dependency for EL
This commit is contained in:
parent
b954fbbbd8
commit
cf6f78648e
|
@ -15,7 +15,7 @@
|
|||
|
||||
Name: qgis
|
||||
Version: 2.14.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A user friendly Open Source Geographic Information System
|
||||
Group: Applications/Engineering
|
||||
|
||||
|
@ -131,7 +131,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||
# WARNING: Rebuild QGIS whenever a new version of GRASS is shipped! Even though
|
||||
# the soname might stay the same, it won't work anymore.
|
||||
#http://hub.qgis.org/issues/5274
|
||||
Requires: grass => 7.0.3
|
||||
Requires: grass => 6.4.4
|
||||
|
||||
%description grass
|
||||
GRASS plugin for QGIS required to interface with the GRASS system.
|
||||
|
@ -405,6 +405,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 11 2016 Dave Johansen <davejohansen@gmail.com> 2.14.1-2
|
||||
- Fix grass dependency for EL
|
||||
|
||||
* Sun Mar 27 2016 Volker Froehlich <volker27@gmx.at> - 2.14.1-1
|
||||
- New upstream release
|
||||
- Resolve the false sub-package dependency of python on server
|
||||
|
|
Reference in New Issue
Block a user