From a567d8f79c0dedbdf9cbeb58f3f050bdcf205c2d Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 17:10:53 +0800 Subject: [PATCH] License compliance rectification --- python-josepy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-josepy.spec b/python-josepy.spec index 5808b18..7611c2f 100644 --- a/python-josepy.spec +++ b/python-josepy.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-josepy Version: 1.8.0 -Release: 1 +Release: 2 Summary: JOSE protocol implementation in Python -License: Apache License 2.0 +License: Apache-2.0 URL: https://github.com/certbot/josepy Source0: https://files.pythonhosted.org/packages/80/0d/4a2c00b8683b9e6c0fffa9b723dfa07feb3e8bcc6adcdf0890cf7501acd0/josepy-1.8.0.tar.gz BuildArch: noarch @@ -81,5 +81,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 18 2022 liukuo - 1.8.0-2 +- License compliance rectification + * Mon Jun 28 2021 Python_Bot - 1.8.0-1 - Package Spec generated