From 975e1b1952e16c1ebbd94b8987a8a562864ccae6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:45:47 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 1.08-2mamba;Sun Apr 30 2023] --- perl-Test-Taint.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/perl-Test-Taint.spec b/perl-Test-Taint.spec index 10cc027..5cbc5a6 100644 --- a/perl-Test-Taint.spec +++ b/perl-Test-Taint.spec @@ -2,21 +2,23 @@ Name: perl-Test-Taint Version: 1.08 -Release: 1mamba +Release: 2mamba Summary: Test::Taint - Tools to test taintedness Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Test-Taint-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libperl +BuildRequires: perl-Scalar-List-Utils BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Test::Taint - Tools to test taintedness. @@ -44,16 +46,18 @@ for dir in `find %{buildroot} -type d | grep $strid`; do echo "%dir ${dir#%buildroot}" >> .packlist done +find %{buildroot} -name *.so -exec chmod u+w {} \; + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files -f .packlist %defattr(-,root,root) -## note: eventually add the remaining documents (if any) -# - %changelog +* Sun Apr 30 2023 Silvan Calarco 1.08-2mamba +- rebuilt with perl 5.36.0 + * Tue Jul 23 2019 Automatic Build System 1.08-1mamba - automatic update by autodist