From 1a5706e11f4224665af0b0916a5680bd2617e28f Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 14 Nov 2024 16:21:37 +0800 Subject: [PATCH] generate_compatibility_deps should not in check stage --- libpsl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libpsl.spec b/libpsl.spec index 8779a17..acf8626 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 Name: libpsl Version: 0.21.2 @@ -87,13 +87,13 @@ install -m0755 src/psl-make-dafsa %{buildroot}%{_bindir}/ find %{buildroot} -name '*.la' -delete -print +%generate_compatibility_deps + %check make check || cat tests/test-suite.log %ldconfig_scriptlets -%generate_compatibility_deps - %files %dir %{abidir} %license COPYING @@ -122,6 +122,9 @@ make check || cat tests/test-suite.log %doc AUTHORS NEWS %changelog +* Thu Nov 14 2024 Wenlong Zhang - 0.21.2-6 +- generate_compatibility_deps should not in check stage + * Wed Mar 13 2024 dash - 0.21.2-5 - update to 0.21.2 -- Gitee