From 4971916d86df2da6b1b4177ee707a42b1b105494 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:45:59 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 1.914-2mamba;Mon Apr 17 2023] --- perl-Crypt-OpenSSL-X509.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/perl-Crypt-OpenSSL-X509.spec b/perl-Crypt-OpenSSL-X509.spec index af01867..16ee5ee 100644 --- a/perl-Crypt-OpenSSL-X509.spec +++ b/perl-Crypt-OpenSSL-X509.spec @@ -2,7 +2,7 @@ Name: perl-Crypt-OpenSSL-X509 Version: 1.914 -Release: 1mamba +Release: 2mamba Summary: Crypt::OpenSSL::X509 - Perl extension to OpenSSL's X509 API Group: System/Libraries/Perl Vendor: openmamba @@ -17,6 +17,7 @@ BuildRequires: libopenssl-devel BuildRequires: perl-Convert-ASN1 BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver %description @@ -45,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) -# %doc README TODO - %changelog +* Mon Apr 17 2023 Sdk Build System 1.914-2mamba +- rebuilt with perl 5.36.0 + * Wed May 04 2022 Automatic Build System 1.914-1mamba - automatic version update by autodist