From 4511d6fd8aec820338bd41ba02263e69f5e71521 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Wed, 21 Aug 2024 13:13:47 +0800 Subject: [PATCH] Added Buildarch:noarch to the help subpackage --- python-bcrypt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 81b80d3..0dc983d 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-bcrypt Version: 4.1.3 -Release: 1 +Release: 2 Summary: Modern password hashing for your software and your servers License: Apache-2.0 URL: https://github.com/pyca/bcrypt/ @@ -28,6 +28,7 @@ This library should be compatible with py-bcrypt and it will run on Python 2.7, %package help Summary: Modern password hashing for your software and your servers +Buildarch: noarch Provides: python3-bcrypt-doc %description help Good password hashing for your software and your servers. @@ -79,6 +80,9 @@ pytest %{_docdir}/* %changelog +* Mon Aug 19 2024 chengsongyuxuan - 4.1.3-2 +- Add 'Buildarch: noarch' to the help subpackage. + * Sat May 11 2024 wangxiaomeng - 4.1.3-1 - Update to 4.1.3 - Dropped support for Python 3.6. -- Gitee