diff options
author | Anita Zhang <the.anitazha@gmail.com> | 2020-08-18 08:09:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-08-19 10:18:33 +0200 |
commit | e71f5585b9b0580428f9530d0a485265c9c25165 (patch) | |
tree | 8bc391ad124f6a4286b7daaf6af336dbf7fe4c96 /README | |
parent | Merge pull request #16780 from alyssais/grammar (diff) | |
download | systemd-e71f5585b9b0580428f9530d0a485265c9c25165.tar.xz systemd-e71f5585b9b0580428f9530d0a485265c9c25165.zip |
meson: add min version for libfdisk
Was trying to run src/partition/test-repart.sh on CentOS 8 and the first
resize call kept failing with ERANGE. Turned out that CentOS 8 comes
with libfdisk-devel-2.32.1 which is missing
https://github.com/karelzak/util-linux/commit/2f35c1ead621f42f32f7777232568cb03185b473
(in libfdisk 2.33 and up).
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ REQUIREMENTS: libcryptsetup (optional), >= 2.3.0 required for signed Verity images support libaudit (optional) libacl (optional) + libfdisk >= 2.33 (from util-linux) (optional) libselinux (optional) liblzma (optional) liblz4 >= 1.3.0 / 130 (optional) |