diff --git a/python-pycryptodome.changes b/python-pycryptodome.changes index c6f66a7..80b60f2 100644 --- a/python-pycryptodome.changes +++ b/python-pycryptodome.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 27 16:20:07 UTC 2017 - toddrme2178@gmail.com + +- Provide pycrypto since it is a drop-in replacement + ------------------------------------------------------------------- Wed Sep 6 15:22:27 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index b3dcfeb..bae858b 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -17,7 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test +%bcond_without test Name: python-pycryptodome Version: 3.4.7 Release: 0 @@ -30,7 +30,8 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Conflicts: python-pycrypto +Provides: python-pycrypto = %{version} +Conflicts: python-pycrypto < %{version} %python_subpackages