Remove %{?dist} in release tag

This commit is contained in:
Shinwell_Hu 2020-07-16 20:31:44 +08:00 committed by Gitee
parent e388804b4f
commit fd8afb8045

View File

@ -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 <micromotive@qq.com> 2.24-2
- Remove the duplicated %{?dist} according to issue #I1NRGP
* Mon Jun 22 2020 Perl_Bot <Perl_Bot@openeuler.org> 2.24-1
- Specfile autogenerated by Perl_Bot