Drop python3-pyelftools dependency on s390x
python3-pyelftools is not in the s390x compose. Drop the dependency until it is added. Bashreadline won't work until it is added, but other tools are unaffected. Related: RHEL-36583 Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
This commit is contained in:
parent
036f4678cd
commit
b53fffde4c
7
bcc.spec
7
bcc.spec
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Name: bcc
|
Name: bcc
|
||||||
Version: 0.30.0
|
Version: 0.30.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: BPF Compiler Collection (BCC)
|
Summary: BPF Compiler Collection (BCC)
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/iovisor/bcc
|
URL: https://github.com/iovisor/bcc
|
||||||
@ -115,7 +115,9 @@ Summary: Command line tools for BPF Compiler Collection (BCC)
|
|||||||
Requires: bcc = %{version}-%{release}
|
Requires: bcc = %{version}-%{release}
|
||||||
Requires: python3-%{name} = %{version}-%{release}
|
Requires: python3-%{name} = %{version}-%{release}
|
||||||
Requires: python3-netaddr
|
Requires: python3-netaddr
|
||||||
|
%ifnarch s390x
|
||||||
Requires: python3-pyelftools
|
Requires: python3-pyelftools
|
||||||
|
%endif
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
Command line tools for BPF Compiler Collection (BCC)
|
Command line tools for BPF Compiler Collection (BCC)
|
||||||
@ -262,6 +264,9 @@ cp -a libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 31 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.0-5
|
||||||
|
- Drop python3-pyelftools dependency on s390x until it is available
|
||||||
|
|
||||||
* Tue May 21 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.0-4
|
* Tue May 21 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.0-4
|
||||||
- Exclude btrfs and f2fs libbpf tools (RHEL-36579)
|
- Exclude btrfs and f2fs libbpf tools (RHEL-36579)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user