From 9c48e30ff41f22d1b900b13f0e1cdf46887b659c Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 14 Nov 2024 16:51:30 +0800 Subject: [PATCH] generate_compatibility_deps should not in check stage --- popt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/popt.spec b/popt.spec index a1c39f3..3486203 100644 --- a/popt.spec +++ b/popt.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Summary: C library for parsing command line parameters Name: popt @@ -69,13 +69,13 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/popt.d/ %find_lang %{name} +%generate_compatibility_deps + %check make check || cat tests/*.log %ldconfig_scriptlets -%generate_compatibility_deps - %files -f %{name}.lang %license COPYING %dir %{abidir} @@ -98,6 +98,9 @@ make check || cat tests/*.log %doc README ABOUT-NLS CREDITS %changelog +* Thu Nov 14 2024 Wenlong Zhang - 1.19-3 +- generate_compatibility_deps should not in check stage + * Mon Jan 09 2023 Jing Zhang - 1.19.2 - fix reporting of test failures and optimize spec -- Gitee