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