From b8a6be19571c201233604f144c7f24c3894e9038 Mon Sep 17 00:00:00 2001 From: lauk Date: Fri, 20 May 2022 16:21:19 +0800 Subject: [PATCH] License compliance rectification --- python-certbot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-certbot.spec b/python-certbot.spec index 8a901dd..f1857da 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -2,9 +2,9 @@ %define debug_package %{nil} Name: python-certbot Version: 1.16.0 -Release: 3 +Release: 4 Summary: ACME client -License: Apache License 2.0 +License: MIT and Apache-2.0 URL: https://github.com/certbot/certbot Source0: https://github.com/certbot/certbot/archive/refs/tags/v1.16.0.tar.gz BuildArch: noarch @@ -98,6 +98,9 @@ mv %{buildroot}/doclist.lst . %{python3_sitelib}/acme-%{version}-py%{python3_version}.egg-info %changelog +* Fri May 20 2022 liukuo - 1.16.0-4 +- License compliance rectification + * Fri May 06 2022 yangping - 1.16.0-3 - Fix build error caused by py3.10+ wildcard