diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 9775d734d6eacbada70aeae7f0023a6174e0e66d..b78226ebd59f5117f7e3ed028bce6ddcb9b22bc4 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-bcrypt Version: 3.2.0 -Release: 1 +Release: 2 Summary: Modern password hashing for your software and your servers License: Apache-2.0 URL: https://github.com/pyca/bcrypt/ @@ -13,12 +13,11 @@ This library should be compatible with py-bcrypt and it will run on Python 2.7, %package -n python3-bcrypt Summary: Modern password hashing for your software and your servers Provides: python-bcrypt -# Base build requires + BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb BuildRequires: python3-six BuildRequires: python3-pytest %description -n python3-bcrypt @@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jun 20 2022 tanyulong - 3.2.0-2 +- Delete unnecessary gdb from BuildRequires + * Wed Jul 14 2021 OpenStack_SIG - 3.2.0-1 - Upgrade to version 3.2.0