diff options
author | Davide Cavalca <davide@cavalca.name> | 2024-11-12 05:44:50 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-11-12 14:45:25 +0100 |
commit | f2672f2c5d33833f582c5cf86ef238c1569da208 (patch) | |
tree | 8a325f0bb507f5a4f903f06b917b874a5d517e5c /mkosi.conf.d | |
parent | Fix man page links broken due to incorrect volume numbers (#35122) (diff) | |
download | systemd-f2672f2c5d33833f582c5cf86ef238c1569da208.tar.xz systemd-f2672f2c5d33833f582c5cf86ef238c1569da208.zip |
mkosi: Install tpm2-tss-devel to tools for CentOS and Fedora instead of tss2-devel
tss2-devel is the IBM TPM stack, we want the Intel TPM stack, so let's
use the correct package.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/05-tools/mkosi.conf.d/centos-fedora.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.conf.d/05-tools/mkosi.conf.d/centos-fedora.conf b/mkosi.conf.d/05-tools/mkosi.conf.d/centos-fedora.conf index be93f4c477..e954d52f8a 100644 --- a/mkosi.conf.d/05-tools/mkosi.conf.d/centos-fedora.conf +++ b/mkosi.conf.d/05-tools/mkosi.conf.d/centos-fedora.conf @@ -13,6 +13,6 @@ ToolsTreePackages= pkgconfig(fdisk) pkgconfig(libmicrohttpd) pkgconfig(mount) - tss2-devel + tpm2-tss-devel python3-jinja2 python3-pytest |