From 91ca284d9a5520f79e1aee5672ff3defdd6c0a42 Mon Sep 17 00:00:00 2001 From: hdliu Date: Tue, 19 Aug 2025 12:11:50 +0800 Subject: [PATCH] Fix the issue of rpmbuild self-compilation failure Signed-off-by: hdliu --- perl-Error.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Error.spec b/perl-Error.spec index 6b52bdd..ec1d144 100644 --- a/perl-Error.spec +++ b/perl-Error.spec @@ -1,6 +1,6 @@ Name: perl-Error Version: 0.17029 -Release: 4 +Release: 5 Epoch: 1 Summary: Error/exception handling in an OO-ish way License: (GPL-1.0-or-later OR Artistic-1.0-Perl) and MIT @@ -43,6 +43,7 @@ perl Makefile.PL INSTALLDIRS=vendor %install make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist | xargs rm -f %{_fixperms} -c %{buildroot} %check @@ -59,6 +60,9 @@ make test %{_mandir}/man3/Error::Simple.3* %changelog +* Fri Aug 22 2025 hdliu - 1:0.17029-5 +- Fix the issue of rpmbuild self-compilation failure + * Fri Jan 17 2025 Funda Wang - 1:0.17029-4 - drop useless perl(:MODULE_COMPAT) requirement -- Gitee