From a5f6e0c51307594e234a253a6c21e218a75759a6 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Dec 26 2017 15:52:04 +0000 Subject: Also add Provides for the old name without %_isa --- diff --git a/pyxattr.spec b/pyxattr.spec index f6fa8ef..41ec0cd 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -2,7 +2,7 @@ Name: pyxattr Summary: Extended attributes library wrapper for Python Version: 0.5.3 -Release: 13%{?dist} +Release: 14%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://pyxattr.k1024.org/ @@ -24,6 +24,7 @@ add and remove extended attributes from files and directories. Summary: %summary %{?python_provide:%python_provide python2-%{name}} # Remove before F30 +Provides: pyxattr = %{version}-%{release} Provides: pyxattr%{?_isa} = %{version}-%{release} Obsoletes: pyxattr < %{version}-%{release} @@ -98,6 +99,9 @@ popd %endif # with_python3 %changelog +* Tue Dec 26 2017 Zbigniew Jędrzejewski-Szmek - 0.5.3-14 +- Also add Provides for the old name without %%_isa + * Sun Aug 13 2017 Zbigniew Jędrzejewski-Szmek - 0.5.3-13 - Python 2 binary package renamed to python2-pyxattr See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3