diff --git a/python-pbkdf2.spec b/python-pbkdf2.spec index 0c4be69bee502f80e9bf5f65dc5c71be1839991b..7485cc5868c248ddc880a620d3f72b0670a34bb5 100644 --- a/python-pbkdf2.spec +++ b/python-pbkdf2.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.3 -Release: 2 +Release: 3 Summary: This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0. License: MIT URL: https://pypi.org/project/pbkdf2/ @@ -17,6 +17,7 @@ This module implements the password-based key derivation function, PBKDF2, speci %package -n python3-pbkdf2 Summary: password-based key derivation function BuildRequires: python3-pytest +%{?python_provide:%python_provide python3-%{srcname}} %description -n python3-pbkdf2 This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0. @@ -39,6 +40,9 @@ This module implements the password-based key derivation function, PBKDF2, speci %changelog +* Fri Sep 17 2021 caodongxia - 1.3-3 +- Provides python-pbkdf2 + * Wed Sep 9 2020 shixuantong - 1.3-2 - update Source0 and rename tarball