From a1a44450f32952282eb17f6ba3dea7a4adef1732 Mon Sep 17 00:00:00 2001 From: konglidong Date: Tue, 14 Dec 2021 14:38:00 +0800 Subject: [PATCH] delete %dist --- perl-Guard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Guard.spec b/perl-Guard.spec index 9401722..1135847 100644 --- a/perl-Guard.spec +++ b/perl-Guard.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-Guard Version: 1.023 -Release: 1%{?dist} +Release: 2 Summary: Safe cleanup blocks License: CHECK(Distributable) Group: Development/Libraries @@ -71,5 +71,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Tue Dec 12 2021 konglidong - 1.023-2 +- delete %dist + * Fri Jun 12 2020 Perl_Bot 1.023-1 - Specfile autogenerated by Perl_Bot -- Gitee