From 5c89015406f7d4991111de49dda91ce8c50fb0e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=91=9E=E6=96=B9?= Date: Tue, 25 Oct 2022 06:13:26 +0000 Subject: [PATCH] Rebuild for next release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张瑞方 --- python-bcrypt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 9775d73..d5dbb21 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 +* Tue Oct 25 2022 zhangruifang - 3.2.0-2 +- Rebuild for next release + * Wed Jul 14 2021 OpenStack_SIG - 3.2.0-1 - Upgrade to version 3.2.0 -- Gitee