Dirk Mueller 2022-04-26 08:23:23 +00:00 committed by Git OBS Bridge
parent c3361a7aea
commit f3e42f5ec3

View File

@ -20,13 +20,12 @@
# macros but OBS and the bots that rely on parser information from
# OBS can't deal with all of them
%global flavor @BUILD_FLAVOR@%{nil}
%bcond_with ringdisabled
%if "%{flavor}" != ""
%define psuffix -%{flavor}
%if %{with ringdisabled}
ExclusiveArch: do_not_build
%endif
%define psuffix -%{flavor}
%else
%define psuffix %{nil}
%endif
@ -62,14 +61,11 @@ Patch303: coreutils-tests-shorten-extreme-factor-tests.patch
Patch304: coreutils-use-python3.patch
Patch500: coreutils-disable_tests.patch
Patch501: coreutils-test_without_valgrind.patch
# Downstream patch to skip a test failing on OBS.
# tests: skip tests/rm/ext3-perf.sh temporarily as it hangs on OBS.
Patch810: coreutils-skip-tests-rm-ext3-perf.patch
# Upstream patch - remove with version >9.1:
Patch850: gnulib-simple-backup-fix.patch
BuildRequires: automake
BuildRequires: gmp-devel
BuildRequires: libacl-devel