From 25caefe3b95c5f168cf24928c401e100bdd3bdb7 Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 9 Dec 2022 15:07:29 +0800 Subject: [PATCH] Modifying the readme --- python-jwcrypto.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index b488c44..5073273 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-jwcrypto Version: 1.4.2 -Release: 1 +Release: 2 Summary: Implementation of JOSE Web standards -License: LGPLv3+ +License: LGPL-3.0-or-later URL: https://github.com/latchset/jwcrypto Source0: https://files.pythonhosted.org/packages/7d/25/185bf383f5a6c76dd46083509e2a65ccaca47521f77547c8a4dfac74bde4/jwcrypto-1.4.2.tar.gz BuildArch: noarch @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Dec 09 2022 liukuo - 1.4.2-2 +- License compliance rectification + * Fri Dec 02 2022 liqiuyu - 1.4.2-1 - Update package to version 1.4.2 -- Gitee