[qgis/el6] Removing version in requires for grass

Dave Johansen daveisfera at fedoraproject.org
Wed Dec 17 02:58:11 UTC 2014


commit 0ec0d363e94f060ae68cbf372727fc19b250a32f
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Tue Dec 16 19:57:58 2014 -0700

    Removing version in requires for grass

 qgis.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/qgis.spec b/qgis.spec
index 27b6a1d..d749772 100644
--- a/qgis.spec
+++ b/qgis.spec
@@ -15,7 +15,7 @@
 
 Name:           qgis
 Version:        1.8.0
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        A user friendly Open Source Geographic Information System
 
 # Update FSF address or ship a GPLv3+ license file
@@ -127,7 +127,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 = 6.4.3
+Requires:       grass
   
 %description grass
 GRASS plugin for Quantum GIS required to interface with the GRASS system.
@@ -371,6 +371,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libexecdir}/%{name}
 
 %changelog
+* Tue Dec 16 2014 Dave Johansen <davejohansen at gmail.com> - 1.8.0-16
+- Remove version in requires for grass
+
 * Wed Dec  3 2014 Dave Johansen <davejohansen at gmail.com> - 1.8.0-15
 - Exclude ppc64 because of libspatialite
 


More information about the scm-commits mailing list