Compare commits

..

No commits in common. "fee73ea7bd239257f209a31570d979625bd0b807" and "afe62bbd8f328032ba609e6d57155dc978c825d1" have entirely different histories.

3 changed files with 4 additions and 20 deletions

Binary file not shown.

BIN
fluentd-1.3.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.16.2
Version: 1.3.3
Release: 1
Summary: Fluentd event collector
License: Apache-2.0
URL: https://www.fluentd.org/
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Source0: https://rubygems.org/gems/fluentd-1.3.3.gem
BuildArch: noarch
BuildRequires: rubygem-bundler
@ -25,7 +25,6 @@ BuildRequires: ruby-devel
BuildRequires: rubygems
BuildRequires: rubygems-devel rsync
BuildRequires: rubygem(dig_rb) rubygem-rake
Requires: rubygem-capng_c
Provides: rubygem-fluentd
%description
@ -40,7 +39,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 %{gem_name}-%{version} -p1
%autosetup -n fluentd-1.3.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
@ -68,7 +67,7 @@ fi
cp -a .%{gem_extdir_mri}/gem.build_complete %{buildroot}%{gem_extdir_mri}/
rm -rf %{buildroot}%{gem_instdir}/ext/
fi
rm -rf %{buildroot}%{gem_instdir}/{.github,.gitignore,.travis.yml,.deepsource.toml,.drone.yml,.gitlab-ci.yml}
rm -rf %{buildroot}%{gem_instdir}/{.github,.gitignore,.travis.yml}
pushd %{buildroot}
touch filelist.lst
if [ -d %{buildroot}%{_bindir} ]; then
@ -87,20 +86,5 @@ 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
* Thu Mar 30 2023 liyanan <liyanan32@h-partners.com> - 1.14.5-2
- Add requires rubygem-capng_c
* Fri Feb 25 2022 Yangyunyi <yangyunyi2@huawei.com> - 1.14.5-1
- Update fluentd to 1.14.5
* Fri Oct 15 2021 lingsheng <lingsheng@huawei.com> - 1.3.3-2
- fix subcommand formats usage
* Thu Jul 29 2021 wutao <wutao61@huawei.com> - 1.3.3-1
- Package init