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