From 4c560f9aaf2f8195d36a844e5fe429fb65eddf62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Wed, 9 Sep 2020 16:03:21 +0800 Subject: [PATCH] update Source0 and rename tarball --- python-pbkdf2-1.3.tar.gz => pbkdf2-1.3.tar.gz | Bin python-pbkdf2.spec | 10 +++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) rename python-pbkdf2-1.3.tar.gz => pbkdf2-1.3.tar.gz (100%) 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 cb4dfc2..0c4be69 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 -- Gitee