From 8c62f5cf42764deddbece267e04c51620e277bfc Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 14 Nov 2024 16:49:04 +0800 Subject: [PATCH] generate_compatibility_deps should not in check stage --- libyaml.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libyaml.spec b/libyaml.spec index dce9156..0d55082 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 Name: libyaml Version: 0.2.5 @@ -57,11 +57,11 @@ soname=$(readelf -d %{buildroot}%{_libdir}/libyaml.so | awk '$2 == "(SONAME)" {p rm -f %{buildroot}%{_libdir}/libyaml.so echo "INPUT($soname)" > %{buildroot}%{_libdir}/libyaml.so +%generate_compatibility_deps + %check make check -%generate_compatibility_deps - %files %license License %dir %{abidir} @@ -78,6 +78,9 @@ make check %{_includedir}/yaml.h %changelog +* Thu Nov 14 2024 Wenlong Zhang - 0.2.5-5 +- generate_compatibility_deps should not in check stage + * Thu May 30 2024 hezhongkun - 0.2.5-4 - Fix heap buffer overflow in yaml_emitter_emit_flow_sequence_item - Fix CVE-2024-3205 -- Gitee