From 2fb76788383d07cf2f43b41685aeaf95389f0677 Mon Sep 17 00:00:00 2001 From: kkz Date: Fri, 17 Dec 2021 16:19:14 +0800 Subject: [PATCH] remove %{dist} from spec file --- 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..3d52420 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 +* Fri Dec 17 2021 zhaoshuang 1.16-2 +- remove %{dist} from spec file + * Wed Jun 10 2020 Perl_Bot 1.16-1 - Specfile autogenerated by Perl_Bot -- Gitee