diff --git a/popt.spec b/popt.spec index a1c39f35b8150911559c0c11da8d8e9ef11ca85c..34862033a60e7b26a89d63c242e7977b3a54c1b8 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