Add Provides for the old name without %_isa
This commit is contained in:
parent
54e76ea64c
commit
7c76c17492
@ -1,7 +1,7 @@
|
|||||||
Summary: Utilities to convert Outlook .pst files to other formats
|
Summary: Utilities to convert Outlook .pst files to other formats
|
||||||
Name: libpst
|
Name: libpst
|
||||||
Version: 0.6.71
|
Version: 0.6.71
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
|
Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
|
||||||
URL: http://www.five-ten-sg.com/%{name}/
|
URL: http://www.five-ten-sg.com/%{name}/
|
||||||
@ -30,6 +30,7 @@ utilities.
|
|||||||
%package -n python2-libpst
|
%package -n python2-libpst
|
||||||
%{?python_provide:%python_provide python2-libpst}
|
%{?python_provide:%python_provide python2-libpst}
|
||||||
# Remove before F30
|
# Remove before F30
|
||||||
|
Provides: %{name}-python2 = %{version}-%{release}
|
||||||
Provides: %{name}-python2%{?_isa} = %{version}-%{release}
|
Provides: %{name}-python2%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: %{name}-python2 < %{version}-%{release}
|
Obsoletes: %{name}-python2 < %{version}-%{release}
|
||||||
Summary: Python bindings for libpst
|
Summary: Python bindings for libpst
|
||||||
@ -131,6 +132,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.6.71-6
|
||||||
|
- Add Provides for the old name without %%_isa
|
||||||
|
|
||||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.6.71-5
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.6.71-5
|
||||||
- Python 2 binary package renamed to python2-libpst
|
- Python 2 binary package renamed to python2-libpst
|
||||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
Loading…
Reference in New Issue
Block a user