diff --git a/openscap.spec b/openscap.spec index c992f6e716b7827dca943d243eb55a799f8848cb..08e80393ea52eab75682fab2b83d95aa6a5f20bb 100644 --- a/openscap.spec +++ b/openscap.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Name: openscap Version: 1.3.7 @@ -148,11 +148,6 @@ The %{name}-doc package contains documentation files for %{name}. %cmake_build make docs -%check -%if %{?_with_check:1}%{!?_with_check:0} -ctest -V %{?_smp_mflags} -%endif - %install %cmake_install @@ -163,6 +158,11 @@ ln -sf ../oscap-remediate.service %{buildroot}%{_unitdir}/system-update.target.w %generate_compatibility_deps +%check +%if %{?_with_check:1}%{!?_with_check:0} +ctest -V %{?_smp_mflags} +%endif + %files %license COPYING %doc %{_pkgdocdir}/manual/ @@ -233,6 +233,9 @@ ln -sf ../oscap-remediate.service %{buildroot}%{_unitdir}/system-update.target.w %doc AUTHORS NEWS README.md %changelog +* Thu Nov 14 2024 Wenlong Zhang - 1.3.7-3 +- generate_compatibility_deps should not in check stage + * Fri Mar 22 2024 Zhao Hang - 1.3.7-2 - Rebuild with python3.11