diff --git a/gjs.spec b/gjs.spec index 92dc02e1b2fa5c8ef91617188e81ea3f59763c93..ef94fe4f0829344bd1565b1ecf724ac674e9dc2a 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global glib2_version 2.66.0 %global gobject_introspection_version 1.66.0 @@ -81,13 +81,12 @@ The %{name}-doc package contains documentation files for %{name}. %install %meson_install +%generate_compatibility_deps %check %if %{with check} %{shrink:xvfb-run -s "-screen 0 1600x1200x24" %meson_test --timeout-multiplier=5} %endif -%generate_compatibility_deps - %files %license COPYING %dir %{abidir} @@ -116,5 +115,8 @@ The %{name}-doc package contains documentation files for %{name}. %doc NEWS README.md %changelog +* Thu Nov 14 2024 Wenlong Zhang - 1.76.0-2 +- generate_compatibility_deps should not in check stage + * Mon Mar 20 2023 yuanhui - 1.76.0-1 - Init package from upstream