From 1af65121100e9207e0c7ddfdefcaa31167d4f876 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 20 2017 13:26:36 +0000 Subject: Add Provides for the old name without %_isa --- diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec index b7a8c32..034c7cc 100644 --- a/ecryptfs-utils.spec +++ b/ecryptfs-utils.spec @@ -5,7 +5,7 @@ Name: ecryptfs-utils Version: 111 -Release: 8%{?dist} +Release: 9%{?dist} Summary: The eCryptfs mount helper and support libraries License: GPLv2+ URL: https://launchpad.net/ecryptfs @@ -97,13 +97,14 @@ Requires: pkgconfig Userspace development files for eCryptfs. %package -n python2-ecryptfs-utils +Summary: Python bindings for the eCryptfs utils +Requires: %{name} = %{version}-%{release} +BuildRequires: python python-devel swig >= 1.3.31 %{?python_provide:%python_provide python2-ecryptfs-utils} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} -Summary: Python bindings for the eCryptfs utils -Requires: %{name} = %{version}-%{release} -BuildRequires: python python-devel swig >= 1.3.31 %description -n python2-ecryptfs-utils The %{name}-python package contains a module that permits @@ -281,6 +282,9 @@ fi %{python_sitearch}/%{name}/_libecryptfs.so %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 111-9 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 111-8 - Python 2 binary package renamed to python2-ecryptfs-utils See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3