From 56cfe019146f89a43056f120b3bbe17b3e8b321a Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 20 2017 13:25:49 +0000 Subject: Add Provides for the old name without %_isa --- diff --git a/cryptsetup.spec b/cryptsetup.spec index f59966e..57e4d85 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -3,7 +3,7 @@ Summary: A utility for setting up encrypted disks Name: cryptsetup Version: 1.7.5 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and LGPLv2+ Group: Applications/System URL: https://gitlab.com/cryptsetup/cryptsetup @@ -71,6 +71,7 @@ Summary: Python bindings for libcryptsetup Requires: %{name}-libs = %{version}-%{release} %{?python_provide:%python_provide python2-cryptsetup} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Obsoletes: python-cryptsetup < 1.4.0 @@ -171,6 +172,9 @@ popd %clean %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-5 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.7.5-4 - Python 2 binary package renamed to python2-cryptsetup See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3