From 07a4928c449185c2c7c11d9c28ac0ee2ba7ce477 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 2 Jun 2016 12:05:59 -0600 Subject: [PATCH] Use %{python3_pkgversion} in %python_provide --- python-crypto.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-crypto.spec b/python-crypto.spec index 58e6006..d50302f 100644 --- a/python-crypto.spec +++ b/python-crypto.spec @@ -44,7 +44,7 @@ This is the Python 2 build of the package. %package -n python%{python3_pkgversion}-crypto Summary: Cryptography library for Python 3 -%{?python_provide:%python_provide python3-crypto} +%{?python_provide:%python_provide python%{python3_pkgversion}-crypto} %description -n python%{python3_pkgversion}-crypto PyCrypto is a collection of both secure hash functions (such as MD5 and