From 44c6450dbabe9596ca262895b8b6717cec434329 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 11 May 2022 15:30:58 +0800 Subject: [PATCH] License compliance rectification --- python-pyasn1.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pyasn1.spec b/python-pyasn1.spec index eb4782d..3c90eda 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -1,8 +1,8 @@ Name: python-pyasn1 Version: 0.4.8 -Release: 3 +Release: 4 Summary: ASN.1 library for Python -License: BSD +License: BSD-2-Clause Source0: https://github.com/etingof/pyasn1/archive/v%{version}.tar.gz URL: http://pyasn1.sourceforge.net/ BuildArch: noarch @@ -68,6 +68,9 @@ cd - %doc docs/build/html/* %changelog +* Wed May 11 2022 wulei - 0.4.8-4 +- License compliance rectification + * Fri Oct 30 2020 tianwei - 0.4.8-3 - remove python2 -- Gitee