diff --git a/libbpf.changes b/libbpf.changes index 6d98f83..a05541a 100644 --- a/libbpf.changes +++ b/libbpf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 8 23:52:39 UTC 2020 - Michał Rostecki + +- Add python3 as a build dependency. + ------------------------------------------------------------------- Sun Feb 2 19:50:55 UTC 2020 - Michał Rostecki diff --git a/libbpf.spec b/libbpf.spec index 8597fe7..5e4be69 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -25,8 +25,9 @@ Release: 0 Summary: C library for managing eBPF programs and maps License: LGPL-2.1-only URL: http://www.kernel.org/ -BuildRequires: libelf-devel BuildRequires: kernel-source +BuildRequires: libelf-devel +BuildRequires: python3 %description libbpf is a C library which provides API for managing eBPF programs and maps.