!6 rename patch0 file name to canonical from to avoid CI warning

From: @lyn1001 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-03-31 02:58:46 +00:00 committed by Gitee
commit e567176c7b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -1,13 +1,13 @@
%global gem_name typhoeus
Name: rubygem-%{gem_name}
Version: 1.0.2
Release: 2
Release: 3
Summary: Parallel HTTP library on top of libcurl multi
License: MIT
URL: https://github.com/typhoeus/typhoeus
Source0: https://rubygems.org/gems/typhoeus-%{version}.gem
#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: rubygem(rack) rubygem(rspec) rubygem(sinatra) rubygem(webrick)
BuildArch: noarch
@ -71,6 +71,9 @@ popd
%doc %{gem_docdir}
%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
- Fix Ruby 3.0 compatibility