diff --git a/python-bcrypt.changes b/python-bcrypt.changes index 6582837..459c820 100644 --- a/python-bcrypt.changes +++ b/python-bcrypt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com + +- Don't provide python2-py-bcrypt, singlespec packages should use + correct name. + ------------------------------------------------------------------- Sun Apr 30 09:33:56 UTC 2017 - jengelh@inai.de diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 9541b2c..e2238e1 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -42,12 +42,14 @@ BuildRequires: %{python_module pytest} Requires: python-six %requires_eq python-cffi # This is intended as a drop-in replacement for py-bcrypt -Provides: python-py-bcrypt = %{version} -Obsoletes: python-py-bcrypt < %{version} %ifpython2 Provides: %{oldpython}-py-bcrypt = %{version} Obsoletes: %{oldpython}-py-bcrypt < %{version} %endif +%ifpython3 +Provides: python3-py-bcrypt = %{version} +Obsoletes: python3-py-bcrypt < %{version} +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages