Upgrade to 1.16.2

This commit is contained in:
starlet-dx 2023-11-14 17:04:20 +08:00
parent 5e18361dda
commit 14632b4c30
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
fluentd-1.16.2.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.15.3
Version: 1.16.2
Release: 1
Summary: Fluentd event collector
License: Apache-2.0
URL: https://www.fluentd.org/
Source0: https://rubygems.org/gems/fluentd-1.15.3.gem
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.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.15.3
%autosetup -n %{gem_name}-%{version} -p1
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 Nov 14 2023 yaoxin <yao_xin001@hoperun.com> - 1.16.2-1
- Upgrade to 1.16.2
* Tue Jun 13 2023 wenchaofang <349464272@qq.com> - 1.15.3-1
- update fluentd to 1.15.3