logic to exclude BPF build for i686 and s390x
Signed-off-by: Clark Williams <williams@redhat.com>
This commit is contained in:
parent
0efbabfb70
commit
0286d54b2f
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stalld-1.19.tar.bz2) = 871db15eb6dcbbdf3bb8947dd20f4986ff59795095b6d8be4d759aa2a55872fe04807b9ac7571a2c672d39e95a0b3191739d81d603ce7b79c5220ae23e6c21f1
|
SHA512 (stalld-1.19.tar.bz2) = 36dc2570ef559242333455a0ad5a5041c457fb96014a0cc1fc86c15603b43dedc0fe960e97af31f98ac96b3640fedd7ef991281510ae1be124cef7351541a5ba
|
||||||
|
@ -11,12 +11,16 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
|
||||||
|
Requires: systemd
|
||||||
|
|
||||||
|
%ifnarch i686 s390x
|
||||||
BuildRequires: bpftool
|
BuildRequires: bpftool
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
BuildRequires: libbpf-devel
|
BuildRequires: libbpf-devel
|
||||||
|
|
||||||
Requires: systemd
|
|
||||||
Requires: libbpf
|
Requires: libbpf
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The stalld program monitors the set of system threads,
|
The stalld program monitors the set of system threads,
|
||||||
|
Loading…
Reference in New Issue
Block a user