License compliance rectification

This commit is contained in:
starlet-dx 2022-05-10 17:26:57 +08:00
parent 0b71f80254
commit 4a25bff861

View File

@ -1,9 +1,9 @@
%global gem_name ffi %global gem_name ffi
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 1.10.0 Version: 1.10.0
Release: 2 Release: 3
Summary: FFI Extensions for Ruby Summary: FFI Extensions for Ruby
License: BSD License: BSD-3-Clause and MIT
URL: https://www.github.com/ffi/ffi URL: https://www.github.com/ffi/ffi
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Source1: https://www.github.com/ffi/%{gem_name}/archive/%{version}.tar.gz Source1: https://www.github.com/ffi/%{gem_name}/archive/%{version}.tar.gz
@ -72,6 +72,9 @@ popd
%{gem_instdir}/ffi.gemspec %{gem_instdir}/ffi.gemspec
%changelog %changelog
* Tue May 10 2022 yaoxin <yaoxin30@h-partners.com> - 1.10.0-3
- License compliance rectification
* Wed Jan 26 2022 liyanan <liyanan32@huawei.com> - 1.10.0-2 * Wed Jan 26 2022 liyanan <liyanan32@huawei.com> - 1.10.0-2
- Remove taint support - Remove taint support