diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 05d43cb122f103d3c32af3156e48bbc9f05544c6..c01860c2b75b594ec4c8edec8dec71f18a97e383 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-bcrypt Version: 3.1.4 -Release: 1 +Release: 2 Summary: Modern password hashing for your software and your servers License: Apache-2.0 URL: https://github.com/pyca/bcrypt/ @@ -27,8 +27,9 @@ Good password hashing for your software and your servers. This library should be compatible with py-bcrypt and it will run on Python 2.7, 3.4+, and PyPy 2.6+. %package help -Summary: Development documents and examples for bcrypt -Provides: python2-bcrypt-doc +Summary: Modern password hashing for your software and your servers +Buildarch: noarch +Provides: python2-bcrypt-doc %description help Good password hashing for your software and your servers. This library should be compatible with py-bcrypt and it will run on Python 2.7, 3.4+, and PyPy 2.6+. @@ -77,5 +78,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 chengsongyuxuan - 3.1.4-2 +- Add 'Buildarch: noarch' to the help subpackage. + * Tue May 11 2021 OpenStack_SIG - Package Spec generated