BR qca2 instead of qca
This commit is contained in:
parent
613266ee29
commit
472f8236f1
12
qgis.spec
12
qgis.spec
|
@ -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
|
||||
|
||||
|
@ -69,7 +69,8 @@ BuildRequires: PyQt4-devel
|
|||
BuildRequires: PyQwt-devel
|
||||
%endif
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: qca-devel
|
||||
# qca2 is a virtual provides of qca. Put here to make things easier for EPEL!
|
||||
BuildRequires: qca2-devel
|
||||
BuildRequires: qextserialport-devel
|
||||
BuildRequires: qscintilla-devel
|
||||
BuildRequires: qscintilla-python-devel
|
||||
|
@ -131,7 +132,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 = 7.0.3
|
||||
|
||||
%description grass
|
||||
GRASS plugin for QGIS required to interface with the GRASS system.
|
||||
|
@ -405,6 +406,11 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 20 2016 Volker Froehlich <volker27@gmx.at> - 2.14.1-2
|
||||
- Change BR of qca to qca2 to make things easier in EPEL
|
||||
- Rebuild for BZ #1327360
|
||||
- Make the requires on grass match an exact version again
|
||||
|
||||
* 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