From cc3dfa5bab2380517075e90b6b471b86e8fbe7a3 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:46:53 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 1.16-2mamba;Mon Apr 17 2023] --- perl-Crypt-Rijndael.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/perl-Crypt-Rijndael.spec b/perl-Crypt-Rijndael.spec index 7a221f2..2744b3b 100644 --- a/perl-Crypt-Rijndael.spec +++ b/perl-Crypt-Rijndael.spec @@ -2,7 +2,7 @@ Name: perl-Crypt-Rijndael Version: 1.16 -Release: 1mamba +Release: 2mamba Summary: Crypt::Rijndael - Crypt::CBC compliant Rijndael encryption module Group: Development/Libraries/Perl Vendor: openmamba @@ -13,8 +13,9 @@ Source: https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-Rijndael- License: Artistic, GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libperl +BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-devel >= %perl_mayor_ver Requires: perl >= %perl_mayor_ver @@ -42,6 +43,8 @@ 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}" rm -f .packlist @@ -50,6 +53,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Mon Apr 17 2023 Sdk Build System 1.16-2mamba +- rebuilt with perl 5.36.0 + * Fri Apr 02 2021 Automatic Build System 1.16-1mamba - automatic version update by autodist