summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-09-09 10:27:57 +0200
committerDominique Martinet <asmadeus@codewreck.org>2022-10-06 00:31:20 +0200
commite2490f73849181d840bdbb6265b8df2bb0111062 (patch)
tree1ba902597b385cdeac37799369eb77c18858db89 /README
parenttest: configure ldconfig's cache in the minimal verity images (diff)
downloadsystemd-e2490f73849181d840bdbb6265b8df2bb0111062.tar.xz
systemd-e2490f73849181d840bdbb6265b8df2bb0111062.zip
Bump libbpf version to 0.7
We already depend on the skeleton APIs introduced in libbpf 0.7 so let's bump our minimum version to reflect that. We don't enforce bpf compilation on mkosi anymore since not all distros have sufficiently up-to-date libbpf available.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index cc0782ecbf..fa5d3aca1b 100644
--- a/README
+++ b/README
@@ -181,7 +181,7 @@ REQUIREMENTS:
libcryptsetup (optional), >= 2.3.0 required for signed Verity images support
libaudit (optional)
libacl (optional)
- libbpf >= 0.2.0 (optional)
+ libbpf >= 0.7.0 (optional)
libfdisk >= 2.32 (from util-linux) (optional)
libselinux (optional)
liblzma (optional)