From ba4838d1ee218345f0a280a6607109ebcb7d49ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 10:37:37 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- libuser.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libuser.spec b/libuser.spec index 549801c..0c4a425 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,6 +1,6 @@ Name: libuser Version: 0.62 -Release: 10%{?dist} +Release: 11%{?dist} Group: System Environment/Base License: LGPLv2+ URL: https://fedorahosted.org/libuser/ @@ -40,6 +40,7 @@ files useful for developing applications with libuser. %package -n python2-libuser %{?python_provide:%python_provide python2-libuser} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Python 2 bindings for the libuser library @@ -152,6 +153,9 @@ LC_ALL=C.UTF-8 python3 -c "import libuser" %{_datadir}/gtk-doc/html/* %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 0.62-11 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.62-10 - Python 2 binary package renamed to python2-libuser See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3