!3 【轻量级 PR】:Remove %{?dist} in release tag

Merge pull request !3 from Shinwell_Hu/N/A
This commit is contained in:
openeuler-ci-bot 2020-07-17 10:13:57 +08:00 committed by Gitee
commit fe64cbfc39

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: perl-Number-Compare
Version: 0.03
Release: 1%{?dist}
Release: 2
Summary: Numeric comparisons
License: GPL+ or Artistic
Group: Development/Libraries
@ -65,5 +65,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Thu Jul 16 2020 Shinwell Hu <micromotive@qq.com> 0.03-2
- Remove %{?dist} in release tag according to issue #I1NRGG
* Wed Jun 10 2020 Perl_Bot <Perl_Bot@openeuler.org> 0.03-1
- Specfile autogenerated by Perl_Bot