From a981e3e89f5bc1427b2f45da4f982e5f540d35bc Mon Sep 17 00:00:00 2001 From: lauk001 Date: Mon, 1 Aug 2022 07:08:29 +0800 Subject: [PATCH] License compliance rectification --- python-yubico.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-yubico.spec b/python-yubico.spec index 25b1dd2..ae0d02e 100644 --- a/python-yubico.spec +++ b/python-yubico.spec @@ -2,9 +2,9 @@ Name: python-yubico Version: 1.3.3 -Release: 2 +Release: 3 Summary: Python package for talking to YubiKeys -License: BSD +License: BSD-2-Clause URL: https://github.com/Yubico/python-yubico Source0: https://github.com/Yubico/python-yubico/archive/python-yubico-%{version}.tar.gz BuildArch: noarch @@ -49,6 +49,9 @@ Docs for python-yubico %doc NEWS README %changelog +* Mon Aug 01 2022 liukuo - 1.3.3-3 +- License compliance rectification + * Mon Jan 10 2022 yaoxin - 1.3.3-2 - Solve the problem that python-yubico compilation depends on the python3-nose decay package. -- Gitee