From bcdc201f7cc053881eb6895b3592897db01e919d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 10:37:54 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- libxslt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libxslt.spec b/libxslt.spec index 24c0971..c1f2a86 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -3,7 +3,7 @@ Summary: Library providing the Gnome XSLT engine Name: libxslt Version: 1.1.29 -Release: 5%{?dist}%{?extra_release} +Release: 6%{?dist}%{?extra_release} License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz @@ -38,6 +38,7 @@ developing applications that use %{name}. %package -n python2-libxslt %{?python_provide:%python_provide python2-libxslt} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Python bindings for the libxslt library @@ -128,6 +129,9 @@ make tests %doc python/tests/*.xsl %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.1.29-6 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.1.29-5 - Python 2 binary package renamed to python2-libxslt See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3