Remove requires-filtering, masking a dependency for libgsl
This commit is contained in:
parent
be56a2bbee
commit
7d85f1dcf5
|
@ -15,7 +15,7 @@
|
|||
|
||||
Name: qgis
|
||||
Version: 2.14.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A user friendly Open Source Geographic Information System
|
||||
Group: Applications/Engineering
|
||||
|
||||
|
@ -97,13 +97,11 @@ Requires: gpsbabel
|
|||
# We don't want to provide private Python extension libs
|
||||
%if (0%{?fedora} || 0%{?rhel} > 6)
|
||||
%global __provides_exclude_from ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$
|
||||
%global __requires_exclude_from ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} == 6
|
||||
%{?filter_setup:
|
||||
%filter_provides_in ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$
|
||||
%filter_requires_in ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$
|
||||
%filter_setup
|
||||
}
|
||||
%endif
|
||||
|
@ -408,6 +406,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 16 2016 Volker Froehlich <volker27@gmx.at> - 2.14.0-3
|
||||
- Remove requires-filtering, masking a dependency for libgsl
|
||||
|
||||
* Wed Mar 9 2016 Volker Froehlich <volker27@gmx.at> - 2.14.0-2
|
||||
- Add patch for upstream issue #14402 (MSSQL)
|
||||
|
||||
|
|
Reference in New Issue
Block a user