diff --git a/perl-DBD-Pg.spec b/perl-DBD-Pg.spec index 5625fce..9fcadc8 100644 --- a/perl-DBD-Pg.spec +++ b/perl-DBD-Pg.spec @@ -2,7 +2,7 @@ Name: perl-DBD-Pg Epoch: 1 -Version: 3.16.0 +Version: 3.16.1 Release: 1mamba Summary: DBD:Pg - PostgreSQL database driver for the DBI module Group: System/Libraries/Perl @@ -12,13 +12,13 @@ Packager: Silvan Calarco URL: https://www.cpan.org Source: https://cpan.metacpan.org/modules/by-module/DBD/DBD-Pg-%{version}.tar.gz License: Artistic, GPL -Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libpostgresql-devel BuildRequires: perl-DBI BuildRequires: perl-devel ## AUTOBUILDREQ-END +Requires: perl >= %perl_major_ver %description DBD:Pg - PostgreSQL database driver for the DBI module. @@ -47,6 +47,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 @@ -55,6 +57,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Tue Mar 07 2023 Automatic Build System 3.16.1-1mamba +- automatic version update by autodist + * Tue Aug 09 2022 Automatic Build System 3.16.0-1mamba - automatic version update by autodist