Add Provides for the old name without %_isa

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-20 10:44:11 -04:00
parent a18ce24324
commit f2c9adbf0a
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Summary: Generic Programming for Computer Vision
Name: vigra
Version: 1.11.0
Release: 10%{?dist}
Release: 11%{?dist}
License: MIT
Group: Development/Libraries
# The "Lenna" files are non-free, we need to remove them from the source tarball.
@ -50,6 +50,7 @@ programs that use the vigra library.
%package -n python2-vigra
%{?python_provide:%python_provide python2-vigra}
# Remove before F30
Provides: %{name}-python = %{version}-%{release}
Provides: %{name}-python%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
Summary: Python interface for the vigra computer vision library
@ -116,6 +117,9 @@ rm -rf %{buildroot}
%endif
%changelog
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.11.0-11
- Add Provides for the old name without %%_isa
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.11.0-10
- Python 2 binary package renamed to python2-vigra
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3