diff --git a/perl-DBI.spec b/perl-DBI.spec index 6af9e9678b77e67b38676824b1d55daa569feea8..6ba64b8169784d7e8cb6816d72c1a0626f00187f 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(RPC::\\) @@ -112,11 +112,11 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" \ find %{buildroot} -type f -name '*.bs' -empty -delete %{_fixperms} '%{buildroot}'/* +%generate_compatibility_deps + %check make test -%generate_compatibility_deps - %files %dir %{abidir} %doc ex/perl_dbi_nulls_test.pl ex/profile.pl @@ -135,6 +135,9 @@ make test %doc README.md %changelog +* Thu Nov 14 2024 Wenlong Zhang - 1.643-5 +- generate_compatibility_deps should not in check stage + * Sat Apr 15 2023 yuanhui - 1.643-4 - Optimize the spec file