From e706b6f6e68ed310abc96a238c5d79336fa9c252 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:35:13 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- rubygem-fluent.spec => rubygem-fluentd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename rubygem-fluent.spec => rubygem-fluentd.spec (95%) diff --git a/rubygem-fluent.spec b/rubygem-fluentd.spec similarity index 95% rename from rubygem-fluent.spec rename to rubygem-fluentd.spec index 0972598..6c84287 100644 --- a/rubygem-fluent.spec +++ b/rubygem-fluentd.spec @@ -2,7 +2,7 @@ %global gem_name fluentd Name: rubygem-fluentd Version: 1.3.3 -Release: 2 +Release: 3 Summary: Fluentd event collector License: Apache-2.0 URL: https://www.fluentd.org/ @@ -88,6 +88,9 @@ mv %{buildroot}/filelist.lst . %{gem_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 1.3.3-3 +- change the spec file name to be the same as the repo name + * Fri Oct 15 2021 lingsheng - 1.3.3-2 - fix subcommand formats usage -- Gitee