diff --git a/perl-Scalar-Properties.spec b/perl-Scalar-Properties.spec index c90f8f0789338f0ba46c57b52ddb6252a749852d..8abc2286935e120f39a8ad80c2be4a3150dd2762 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