From e66618c70f3aeacdd1600ef7c61c25c017aeb4c0 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 10 May 2022 17:28:29 +0800 Subject: [PATCH] License compliance rectification --- rubygem-puma.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-puma.spec b/rubygem-puma.spec index 9ae467a..b893692 100644 --- a/rubygem-puma.spec +++ b/rubygem-puma.spec @@ -2,9 +2,9 @@ %bcond_with ragel Name: rubygem-%{gem_name} Version: 4.3.9 -Release: 1 +Release: 2 Summary: A simple, fast, threaded, and highly concurrent HTTP 1.1 server -License: BSD +License: BSD-3-Clause URL: http://puma.io Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Source1: https://github.com/puma/%{gem_name}/archive/refs/tags/v%{version}.tar.gz @@ -105,6 +105,9 @@ popd %{gem_instdir}/tools %changelog +* Tue May 10 2022 yaoxin - 4.3.9-2 +- License compliance rectification + * Mon Nov 15 2021 houyingchao - 4.3.9-1 - Fix CVE-2021-41136 -- Gitee