The package rpms/roc-toolkit.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/roc-toolkit.git/commit/?id=d3f9c88b0....
Change: +%ifnarch i686 armv7hl
Thanks.
Full change: ============
commit d3f9c88b0148a146d6094b127cf9cf17dd9641bc Author: Jaroslav Škarvada jskarvad@redhat.com Date: Tue Oct 11 13:29:52 2022 +0200
Disabled tests on 32 bit architectures (code is broken, use on own risk)
diff --git a/roc-toolkit.spec b/roc-toolkit.spec index 8a9522d..cef9e03 100644 --- a/roc-toolkit.spec +++ b/roc-toolkit.spec @@ -7,7 +7,7 @@
Name: roc-toolkit Version: 0.1.5^%{git_suffix} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Real-time audio streaming License: MPL-2.0 AND LGPL-2.1-or-later AND CECILL-C URL: https://github.com/roc-streaming/roc-toolkit @@ -72,7 +72,7 @@ scons install --with-openfec-includes=%{_includedir}/openfec --prefix=%{buildroo
%check # https://github.com/roc-streaming/roc-toolkit/issues/480 -%ifnarch i686 +%ifnarch i686 armv7hl scons test --with-openfec-includes=%{_includedir}/openfec %endif
@@ -95,6 +95,9 @@ scons test --with-openfec-includes=%{_includedir}/openfec %doc html
%changelog +* Tue Oct 11 2022 Jaroslav Škarvada jskarvad@redhat.com - 0.1.5^20220829git863a0227-3 +- Disabled tests on 32 bit architectures (code is broken, use on own risk) + * Mon Oct 10 2022 Jaroslav Škarvada jskarvad@redhat.com - 0.1.5^20220829git863a0227-2 - Switched license tag to SPDX format
arch-excludes@lists.fedoraproject.org