From a5175747788715c5aecc720734c2904394550e24 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Tue, 20 Aug 2024 12:57:35 +0800 Subject: [PATCH 1/2] Add Buildarch: noarch to the help subpackage --- python-bcrypt.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-bcrypt.spec b/python-bcrypt.spec index d5dbb21..1cd1ead 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -27,6 +27,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. @@ -77,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 chengsongyuxuan - 3.2.0-3 +- Add 'Buildarch: noarch' to the help subpackage. + * Tue Oct 25 2022 zhangruifang - 3.2.0-2 - Rebuild for next release -- Gitee From 48c73018a6bfea1503e815da0db7774f13fcdb1a Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Tue, 20 Aug 2024 13:02:03 +0800 Subject: [PATCH 2/2] Add Buildarch: noarch to the help subpackage --- python-bcrypt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 1cd1ead..d70a507 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: 2 +Release: 3 Summary: Modern password hashing for your software and your servers License: Apache-2.0 URL: https://github.com/pyca/bcrypt/ -- Gitee