From f7a97e946889b94874da3dc4247a16f7504beaf3 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:51:21 +0100 Subject: [PATCH] automatic version update by autodist [release 0.29-1mamba;Sat Oct 28 2023] --- perl-UUID.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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