!7 [sync] PR-6: 去除release中的%{dist}

From: @openeuler-sync-bot 
Reviewed-by: @isoftljj 
Signed-off-by: @isoftljj
This commit is contained in:
openeuler-ci-bot 2022-03-25 01:44:42 +00:00 committed by Gitee
commit d3cf8bedca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: perl-ExtUtils-PkgConfig
Version: 1.16
Release: 1%{?dist}
Release: 2
Summary: Simplistic interface to pkg-config
License: CHECK(Distributable)
Group: Development/Libraries
@ -62,5 +62,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Thu Mar 24 2022 Ge Wang <wangge20@huawei.com> 1.16-2
- Modify release number
* Wed Jun 10 2020 Perl_Bot <Perl_Bot@openeuler.org> 1.16-1
- Specfile autogenerated by Perl_Bot