From 8eedb8fb38ab98154741f9db84732fee20974549 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 20 2017 13:28:58 +0000 Subject: Add Provides for the old name without %_isa --- diff --git a/gamin.spec b/gamin.spec index 9b3c5b4..54ccfe8 100644 --- a/gamin.spec +++ b/gamin.spec @@ -5,7 +5,7 @@ Summary: Library providing the FAM File Alteration Monitor API Name: gamin Version: 0.1.10 -Release: 28%{?dist} +Release: 29%{?dist} License: LGPLv2 #some of the files (server/inotify-kernel.c) are GPLv2 #so https://fedoraproject.org/wiki/Licensing#GPL_Compatibility_Matrix @@ -58,6 +58,7 @@ Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %{?python_provide:%python_provide python2-gamin} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} @@ -140,6 +141,9 @@ rm -fv %{buildroot}%{_libdir}/libgamin_shared.a %doc doc/python.html %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 0.1.10-29 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.1.10-28 - Python 2 binary package renamed to python2-gamin See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3