From 4c96d929622612cbfa4c8a98dc6c307d634afaf7 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Wed, 11 May 2022 16:33:30 +0800 Subject: [PATCH] License compliance rectification --- python-pyusb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pyusb.spec b/python-pyusb.spec index 9e107a0..a4a8180 100644 --- a/python-pyusb.spec +++ b/python-pyusb.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-pyusb Version: 1.2.1 -Release: 1 +Release: 2 Summary: Python USB access module -License: BSD +License: BSD-3-Clause URL: https://pyusb.github.io/pyusb Source0: https://files.pythonhosted.org/packages/d9/6e/433a5614132576289b8643fe598dd5d51b16e130fd591564be952e15bb45/pyusb-1.2.1.tar.gz BuildArch: noarch @@ -78,5 +78,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 11 2022 xigaoxinyan -1.2.1-2 +- License compliance rectification + * Wed Sep 01 2021 Python_Bot - Package Spec generated -- Gitee