!13 update fluentd to 1.15.3

From: @json-book 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-06-25 07:23:24 +00:00 committed by Gitee
commit 5e18361dda
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
fluentd-1.15.3.gem Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global _empty_manifest_terminate_build 0
%global gem_name fluentd
Name: rubygem-fluentd
Version: 1.14.5
Release: 2
Version: 1.15.3
Release: 1
Summary: Fluentd event collector
License: Apache-2.0
URL: https://www.fluentd.org/
Source0: https://rubygems.org/gems/fluentd-1.14.5.gem
Source0: https://rubygems.org/gems/fluentd-1.15.3.gem
BuildArch: noarch
BuildRequires: rubygem-bundler
@ -40,7 +40,7 @@ BuildArch: noarch
Fluentd is an open source data collector designed to scale and simplify log management. It can collect, process and ship many kinds of data in near real-time.
%prep
%autosetup -n fluentd-1.14.5
%autosetup -n fluentd-1.15.3
gem spec %{SOURCE0} -l --ruby > fluentd.gemspec
sed -i '/http_parser.rb/s/< 0.7.0/<= 0.7.0/g' fluentd.gemspec
sed -i '/tzinfo/s/~> 1.0/>= 1.0/g' fluentd.gemspec
@ -87,6 +87,9 @@ mv %{buildroot}/filelist.lst .
%{gem_docdir}/*
%changelog
* Tue Jun 13 2023 wenchaofang <349464272@qq.com> - 1.15.3-1
- update fluentd to 1.15.3
* Thu Mar 30 2023 liyanan <liyanan32@h-partners.com> - 1.14.5-2
- Add requires rubygem-capng_c