From 4a25bff8610fd23b10db01635e42db622441f19f Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 10 May 2022 17:26:57 +0800 Subject: [PATCH] License compliance rectification --- rubygem-ffi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-ffi.spec b/rubygem-ffi.spec index a8df0b3..db1feda 100644 --- a/rubygem-ffi.spec +++ b/rubygem-ffi.spec @@ -1,9 +1,9 @@ %global gem_name ffi Name: rubygem-%{gem_name} Version: 1.10.0 -Release: 2 +Release: 3 Summary: FFI Extensions for Ruby -License: BSD +License: BSD-3-Clause and MIT URL: https://www.github.com/ffi/ffi Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Source1: https://www.github.com/ffi/%{gem_name}/archive/%{version}.tar.gz @@ -72,6 +72,9 @@ popd %{gem_instdir}/ffi.gemspec %changelog +* Tue May 10 2022 yaoxin - 1.10.0-3 +- License compliance rectification + * Wed Jan 26 2022 liyanan - 1.10.0-2 - Remove taint support