diff --git a/perl-Crypt-OpenSSL-RSA.spec b/perl-Crypt-OpenSSL-RSA.spec index cc352cc..dc83a52 100644 --- a/perl-Crypt-OpenSSL-RSA.spec +++ b/perl-Crypt-OpenSSL-RSA.spec @@ -2,7 +2,7 @@ Name: perl-Crypt-OpenSSL-RSA Version: 0.33 -Release: 1mamba +Release: 2mamba Summary: Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries Group: System/Libraries/Perl Vendor: openmamba @@ -45,6 +45,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 @@ -53,6 +55,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun May 07 2023 Silvan Calarco 0.33-2mamba +- rebuilt with perl 5.36.0 + * Sat Jul 09 2022 Automatic Build System 0.33-1mamba - automatic version update by autodist