From ff69758cce78a54c171a404c21a2d42f8149649a Mon Sep 17 00:00:00 2001 From: hanguanqiang Date: Wed, 30 Apr 2025 09:39:00 +0800 Subject: [PATCH] remove .packlist to avoid failure upon check-files --- perl-Scalar-Properties.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Scalar-Properties.spec b/perl-Scalar-Properties.spec index c90f8f0..8abc228 100644 --- a/perl-Scalar-Properties.spec +++ b/perl-Scalar-Properties.spec @@ -5,7 +5,7 @@ Name: perl-Scalar-Properties Version: 1.100860 -Release: 2 +Release: 3 Summary: Run-time properties on scalar variables License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Scalar-Properties @@ -60,6 +60,7 @@ perl Makefile.PL INSTALLDIRS=vendor %install make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -delete %{_fixperms} -c %{buildroot} %check @@ -76,6 +77,9 @@ make test %{_mandir}/man3/Scalar::Properties.3* %changelog +* Wed Apr 30 2025 hanguanqiang - 1.100860-3 +- remove .packlist to avoid failure upon check-files + * Sun Jan 19 2025 Funda Wang - 1.100860-2 - drop useless perl(:MODULE_COMPAT) requirement -- Gitee