License compliance rectification

This commit is contained in:
starlet-dx 2022-05-10 17:26:14 +08:00
parent e353c0ec17
commit 1ebe756a6e

View File

@ -1,9 +1,9 @@
%global gem_name byebug
Name: rubygem-%{gem_name}
Version: 11.1.1
Release: 1
Release: 2
Summary: Ruby 2.0 fast debugger - base + CLI
License: BSD
License: BSD-2-Clause
URL: http://github.com/deivid-rodriguez/byebug
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Source1: https://github.com/deivid-rodriguez/byebug/archive/v%{version}/%{name}-%{version}.tar.gz
@ -94,5 +94,8 @@ mv {.,}Gemfile.lock
%doc %{gem_docdir}
%changelog
* Tue May 10 2022 yaoxin <yaoxin30@h-partners.com> - 11.1.1-2
- License compliance rectification
* Wed Aug 19 2020 maminjie <maminjie1@huawei.com> - 11.1.1-1
- package init