diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 81b80d3f717904b09a47ce7c085473b5e2f54a99..0dc983dbaf3d89a799c1eae354d36b860c47790c 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.