]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: include libfido2 binary package in mkosi manually for now
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Sep 2020 20:27:36 +0000 (22:27 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 19 Sep 2020 16:06:45 +0000 (18:06 +0200)
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

.mkosi/mkosi.fedora

index 048bfa8497620ddd5588f67b10b4173e544e0f84..e7edb6dbbc32d645cbe877ac6b278eaab1cb4e87 100644 (file)
@@ -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