diff --git a/bcc.spec b/bcc.spec index 56dae3e..b1d4779 100644 --- a/bcc.spec +++ b/bcc.spec @@ -25,7 +25,7 @@ Name: bcc Version: 0.30.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -115,7 +115,9 @@ Summary: Command line tools for BPF Compiler Collection (BCC) Requires: bcc = %{version}-%{release} Requires: python3-%{name} = %{version}-%{release} Requires: python3-netaddr +%ifnarch s390x Requires: python3-pyelftools +%endif %description tools Command line tools for BPF Compiler Collection (BCC) @@ -262,6 +264,9 @@ cp -a libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/ %endif %changelog +* Fri May 31 2024 Jerome Marchand - 0.30.0-5 +- Drop python3-pyelftools dependency on s390x until it is available + * Tue May 21 2024 Jerome Marchand - 0.30.0-4 - Exclude btrfs and f2fs libbpf tools (RHEL-36579)