diff --git a/perl-Error.spec b/perl-Error.spec index 6b52bdd4b1db0fffc38e535686c7f6b65f845fdd..ec1d14496a730d77a1998646a98c29bb7925bbc0 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