Fix requiring the correct backend from the main package

This commit is contained in:
Thomas Spura 2016-01-07 19:14:44 +01:00
parent 69fbdf849b
commit 108153e46c

View File

@ -117,7 +117,7 @@ Requires: stix-fonts
%endif %endif
Requires: %{name}-data = %{version}-%{release} Requires: %{name}-data = %{version}-%{release}
%{?backend_subpackage:Requires: %{name}-%{backend_subpackage}%{?_isa} = %{version}-%{release}} %{?backend_subpackage:Requires: python2-matplotlib-%{backend_subpackage}%{?_isa} = %{version}-%{release}}
%description -n python2-matplotlib %description -n python2-matplotlib
Matplotlib is a python 2D plotting library which produces publication Matplotlib is a python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive quality figures in a variety of hardcopy formats and interactive
@ -555,6 +555,7 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \
%changelog %changelog
* Thu Jan 07 2016 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-9 * Thu Jan 07 2016 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-9
- regenerate tarball to exclude lena image (#1295174) - regenerate tarball to exclude lena image (#1295174)
- Fix requiring the correct backend from the main package
* Sun Nov 15 2015 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-8 * Sun Nov 15 2015 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-8
- Pick upstream patch for fixing the gdk backend #1231748 - Pick upstream patch for fixing the gdk backend #1231748