diff --git a/libmodulemd.spec b/libmodulemd.spec index 7fdbe57..49e42fe 100644 --- a/libmodulemd.spec +++ b/libmodulemd.spec @@ -12,7 +12,7 @@ Name: libmodulemd Version: %{libmodulemd_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Module metadata manipulation library License: MIT @@ -155,9 +155,9 @@ export MMD_SKIP_VALGRIND=1 export MMD_SKIP_VALGRIND=1 %endif -# Don't run tests on armv7 for now. There are problems with +# Don't run tests on ARM for now. There are problems with # performance on the builders and often these time out. -%ifnarch %{arm} +%ifnarch %{arm} aarch64 %meson_test %endif @@ -227,6 +227,9 @@ ln -s libmodulemd.so.%{libmodulemd_v1_version} \ %{_datadir}/gtk-doc/html/modulemd-1.0/ %changelog +* Wed Mar 27 2019 Stephen Gallagher - 2.2.2-2 +- Don't run tests on armv7hl/aarch64 since they have timeout problems + * Wed Mar 27 2019 Stephen Gallagher - 2.2.2-1 - Update to libmodulemd 2.2.2 - Add support for python2 on RHEL and Fedora < 31