From 7c76c174923c60454a8bd1c82d1aa5ee4485a061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 10:37:08 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- libpst.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libpst.spec b/libpst.spec index 8d69656..7d6f875 100644 --- a/libpst.spec +++ b/libpst.spec @@ -1,7 +1,7 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: libpst Version: 0.6.71 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz URL: http://www.five-ten-sg.com/%{name}/ @@ -30,6 +30,7 @@ utilities. %package -n python2-libpst %{?python_provide:%python_provide python2-libpst} # Remove before F30 +Provides: %{name}-python2 = %{version}-%{release} Provides: %{name}-python2%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python2 < %{version}-%{release} Summary: Python bindings for libpst @@ -131,6 +132,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/ %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 0.6.71-6 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.6.71-5 - Python 2 binary package renamed to python2-libpst See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3