From e32e9ada39e8149c91d26a72717f2406f8907c31 Mon Sep 17 00:00:00 2001 From: xh Date: Fri, 14 Jun 2024 07:47:52 +0000 Subject: [PATCH] fix license (cherry picked from commit 482c472693451dc7f06a2b304a6062c7e62d7da2) --- python-idna.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-idna.spec b/python-idna.spec index c8e52ac..afad733 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-idna Version: 3.6 -Release: 3 +Release: 4 Summary: Internationalized Domain Names in Applications (IDNA) -License: BSD +License: BSD-3-Clause URL: https://github.com/kjd/idna Source0: https://github.com/kjd/idna/archive/refs/tags/idna-3.6.tar.gz BuildArch: noarch @@ -89,6 +89,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 14 2024 xinghe - 3.6-4 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:fix license + * Sat Apr 20 2024 zhangpan - 3.6-3 - fix CVE-2024-3651 -- Gitee