diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-09-18 22:27:36 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-19 18:06:45 +0200 |
commit | 690ae29aeee2c554d018abb12ff56b594cd52f82 (patch) | |
tree | 5589aa9e1407507e2ec4b238d19fcfd69c3e2f56 /.mkosi | |
parent | 413c66140cd00115114bd1ab35425332435a9ba2 (diff) | |
download | systemd-690ae29aeee2c554d018abb12ff56b594cd52f82.tar.gz |
mkosi: include libfido2 binary package in mkosi manually for now
As long as the RPM version does not include a dep for it yet, we need to
add it manually, since we now link against it.
Follow-up for: 95f7ab2fe66cc3bb3a95eb8690114732eab30555
Diffstat (limited to '.mkosi')
-rw-r--r-- | .mkosi/mkosi.fedora | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.mkosi/mkosi.fedora b/.mkosi/mkosi.fedora index 048bfa8497..e7edb6dbbc 100644 --- a/.mkosi/mkosi.fedora +++ b/.mkosi/mkosi.fedora @@ -68,7 +68,8 @@ BuildPackages= zstd Packages= - # libzstd can be dropped once the Fedora RPM gets a dependency on it + # libfido2 + libzstd can be dropped once the Fedora RPM gets a dependency on them + libfido2 libzstd # procps-ng provides a set of useful utilies (ps, free, etc) procps-ng |