diff --git a/python-bcrypt.spec b/python-bcrypt.spec index d5dbb21ea129cb23b277d41849ad3620115ad803..d70a507bbf5ebf42f23a7239abb1c92bcb9dddd8 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/ @@ -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