From 8f79569319eddf058fb424a96a12dacb66cd756a Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 14 Nov 2024 16:23:56 +0800 Subject: [PATCH] generate_compatibility_deps should not in check stage --- libzip.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libzip.spec b/libzip.spec index 7e9899b..17f3acf 100644 --- a/libzip.spec +++ b/libzip.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %bcond_without tests Name: libzip @@ -95,6 +95,8 @@ sed -e '/clone-fs-/d' \ %install %cmake_install +%generate_compatibility_deps + %check %if %{with tests} %ctest @@ -102,8 +104,6 @@ sed -e '/clone-fs-/d' \ : Test suite disabled %endif -%generate_compatibility_deps - %files %license LICENSE %{_libdir}/libzip.so.5* @@ -136,6 +136,9 @@ sed -e '/clone-fs-/d' \ %doc AUTHORS README.md %changelog +* Thu Nov 14 2024 Wenlong Zhang - 1.9.2-3 +- generate_compatibility_deps should not in check stage + * Tue Nov 7 2023 Wenlong Zhang - 1.9.2-2 - fix the error man directory can not found -- Gitee