From baa6e95f1da48194de1e3446938f1866c876b4ad Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 14 Nov 2024 16:29:18 +0800 Subject: [PATCH] generate_compatibility_deps should not in check stage --- perl-DBI.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-DBI.spec b/perl-DBI.spec index 6af9e96..6ba64b8 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 -- Gitee