From 5af2946458ea0e3305b5a0107250f4e7cf7a1ada Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Mon, 20 Jun 2022 14:17:36 +0800 Subject: [PATCH] Delete unnecessary gdb from BuildRequires --- python-bcrypt.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 9775d73..b78226e 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