From a93a5d01352968f7624e883a7e6337b6532d8474 Mon Sep 17 00:00:00 2001 From: sxt1001 Date: Wed, 3 Mar 2021 10:56:32 +0800 Subject: [PATCH] fix Apache license error in spec file --- python-pycryptodome.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index 1f2a028..f03642f 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -3,9 +3,9 @@ Name: python-pycryptodome Version: 3.9.7 -Release: 4 +Release: 5 Summary: Cryptographic library for Python -License: BSD, Public Domain, Apache +License: BSD, Public Domain, Apache-2.0 URL: https://www.pycryptodome.org Source0: https://files.pythonhosted.org/packages/69/2a/298b2689bee8e88c502c7e85ba1c9f07c7e182ea91c705c449f693056c9f/pycryptodome-3.9.7.tar.gz @@ -93,6 +93,9 @@ BuildRequires: gdb %{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Tue Mar 03 2021 shixuantong - 3.9.7-5 +- fix Apache license error in spec file + * Tue Nov 10 2020 shixuantong - 3.9.7-4 - add python2-pycryptodome