diff --git a/perl-UUID.spec b/perl-UUID.spec index 3ec1bfa..31a8d73 100644 --- a/perl-UUID.spec +++ b/perl-UUID.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-UUID -Version: 0.28 +Version: 0.29 Release: 1mamba Summary: UUID - Perl extension for using UUID interfaces as defined in e2fsprogs Group: System/Libraries/Perl @@ -45,16 +45,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 +* Sat Oct 28 2023 Automatic Build System 0.29-1mamba +- automatic version update by autodist + * Wed Feb 24 2021 Automatic Build System 0.28-1mamba - automatic version update by autodist