diff --git a/python-pbkdf2-1.3.tar.gz b/pbkdf2-1.3.tar.gz similarity index 100% rename from python-pbkdf2-1.3.tar.gz rename to pbkdf2-1.3.tar.gz diff --git a/python-pbkdf2.spec b/python-pbkdf2.spec index cb4dfc216fa94eaa95e316121d0bf2bda29aa79c..0c4be69bee502f80e9bf5f65dc5c71be1839991b 100644 --- a/python-pbkdf2.spec +++ b/python-pbkdf2.spec @@ -1,12 +1,13 @@ +%global srcname pbkdf2 %bcond_with bootstrap -Name: python-pbkdf2 +Name: python-%{srcname} Version: 1.3 -Release: 1 +Release: 2 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/ -Source0: pypi.org/%{name}-%{version}.tar.gz +Source0: %{pypi_source} BuildArch: noarch @@ -38,5 +39,8 @@ This module implements the password-based key derivation function, PBKDF2, speci %changelog +* Wed Sep 9 2020 shixuantong - 1.3-2 +- update Source0 and rename tarball + * Tue Apr 28 2020 Wei Xiong - init package