From ea829eee2513af899ef180fd55c05cda03a23b0b Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 20 2017 14:37:28 +0000 Subject: Add Provides for the old name without %_isa --- diff --git a/libssh2-python.spec b/libssh2-python.spec index f7a5c5a..73e8cd9 100644 --- a/libssh2-python.spec +++ b/libssh2-python.spec @@ -3,7 +3,7 @@ Summary: Python binding for the libssh2 library Name: libssh2-python Version: 0.7.1 -Release: 16%{?dist} +Release: 17%{?dist} License: LGPLv2+ Group: Development/Libraries URL: https://github.com/wallunit/ssh4py @@ -28,6 +28,7 @@ libssh2-python is a python binding for the libssh2 library\ Summary: %summary %{?python_provide:%python_provide python2-libssh2} # Remove before F30 +Provides: libssh2-python = %{version}-%{release} Provides: libssh2-python%{?_isa} = %{version}-%{release} Obsoletes: libssh2-python < %{version}-%{release} @@ -52,6 +53,9 @@ python setup.py install -O1 --root=$RPM_BUILD_ROOT %{python_sitearch}/libssh2*-*.egg-info %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 0.7.1-17 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.7.1-16 - Python 2 binary package renamed to python2-libssh2 See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3