From 61c75216170298f116cc542cfb302d98c822c294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 10:41:29 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- pyscard.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyscard.spec b/pyscard.spec index a1a0c71..e66a35f 100644 --- a/pyscard.spec +++ b/pyscard.spec @@ -1,6 +1,6 @@ Name: pyscard Version: 1.9.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A framework for building smart card aware applications in Python Group: Development/Libraries @@ -32,6 +32,7 @@ Summary: %summary Requires: pcsc-lite %{?python_provide:%python_provide python2-%{name}} # Remove before F30 +Provides: pyscard = %{version}-%{release} Provides: pyscard%{?_isa} = %{version}-%{release} Obsoletes: pyscard < %{version}-%{release} @@ -78,6 +79,9 @@ chmod 755 %{buildroot}%{python3_sitearch}/smartcard/scard/*.so %{python3_sitearch}/%{name}-%{version}-py*.egg-info %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.9.5-6 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.9.5-5 - Python 2 binary package renamed to python2-pyscard See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3