From a8a93d036a16982140216a8a8f30c4ac31233367 Mon Sep 17 00:00:00 2001 From: weidong Date: Thu, 24 Dec 2020 15:39:19 +0800 Subject: [PATCH] Delete dist macro in spec --- perl-ExtUtils-PkgConfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec index f9d0dea..8ba1a99 100644 --- a/perl-ExtUtils-PkgConfig.spec +++ b/perl-ExtUtils-PkgConfig.spec @@ -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 Dec 24 2020 weidong 1.16-2 +- Delete dist macro in spec + * Wed Jun 10 2020 Perl_Bot 1.16-1 - Specfile autogenerated by Perl_Bot -- Gitee