From 6837ce3bfd7111052be11de35d3f568427bc94da Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Wed, 19 Oct 2022 12:14:45 +0000 Subject: [PATCH] update Release Signed-off-by: zhuofeng --- python-bcrypt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 9775d73..97af588 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/ @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 19 2022 zhuofeng - 3.2.0-2 +- update Release + * Wed Jul 14 2021 OpenStack_SIG - 3.2.0-1 - Upgrade to version 3.2.0 -- Gitee