From fd8afb804537830e1569d6825a684108c5a1da6a Mon Sep 17 00:00:00 2001 From: Shinwell_Hu Date: Thu, 16 Jul 2020 20:31:44 +0800 Subject: [PATCH] Remove %{?dist} in release tag --- perl-Config-Tiny.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec index ea27e01..3f4e5fc 100644 --- a/perl-Config-Tiny.spec +++ b/perl-Config-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Config-Tiny Version: 2.24 -Release: 1%{?dist} +Release: 2 Summary: Read/Write .ini style files with as little code as possible License: GPL+ or Artistic Group: Development/Libraries @@ -58,5 +58,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Jul 16 2020 Shinwell Hu 2.24-2 +- Remove the duplicated %{?dist} according to issue #I1NRGP + * Mon Jun 22 2020 Perl_Bot 2.24-1 - Specfile autogenerated by Perl_Bot -- Gitee