rename patch0 file name to canonical from to avoid CI warning

This commit is contained in:
lyn1001 2022-03-31 10:21:55 +08:00
parent 55cde8f2eb
commit 0c0964c02c
2 changed files with 5 additions and 2 deletions

View File

@ -1,13 +1,13 @@
%global gem_name typhoeus %global gem_name typhoeus
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 1.0.2 Version: 1.0.2
Release: 2 Release: 3
Summary: Parallel HTTP library on top of libcurl multi Summary: Parallel HTTP library on top of libcurl multi
License: MIT License: MIT
URL: https://github.com/typhoeus/typhoeus URL: https://github.com/typhoeus/typhoeus
Source0: https://rubygems.org/gems/typhoeus-%{version}.gem Source0: https://rubygems.org/gems/typhoeus-%{version}.gem
#https://github.com/typhoeus/typhoeus/pull/668 #https://github.com/typhoeus/typhoeus/pull/668
Patch0: typhoeus-1.0.2-Fix-Ruby-3.0-compatibility.path Patch0: typhoeus-1.0.2-Fix-Ruby-3.0-compatibility.patch
BuildRequires: ruby(release) rubygems-devel ruby rubygem(ethon) >= 0.7.0 rubygem(faraday) BuildRequires: ruby(release) rubygems-devel ruby rubygem(ethon) >= 0.7.0 rubygem(faraday)
BuildRequires: rubygem(rack) rubygem(rspec) rubygem(sinatra) rubygem(webrick) BuildRequires: rubygem(rack) rubygem(rspec) rubygem(sinatra) rubygem(webrick)
BuildArch: noarch BuildArch: noarch
@ -71,6 +71,9 @@ popd
%doc %{gem_docdir} %doc %{gem_docdir}
%changelog %changelog
* Thu Mar 31 2022 liyanan <liyanan32@huawei.com> - 1.0.2-3
- rename patch0 file name to canonical from to avoid CI warning
* Thu Feb 24 2022 liyanan <liyanan32@huawei.com> - 1.0.2-2 * Thu Feb 24 2022 liyanan <liyanan32@huawei.com> - 1.0.2-2
- Fix Ruby 3.0 compatibility - Fix Ruby 3.0 compatibility