From 58eb55671df27fb73660454aa773d9c7b563fbfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 25 Jan 2023 08:51:13 +0100 Subject: [PATCH] Add Requires on Python modules to systemd-ukify and Recommends for libp11-kit --- systemd.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 4d7ec7c..fc91a81 100644 --- a/systemd.spec +++ b/systemd.spec @@ -324,8 +324,9 @@ Recommends: libdw.so.1(ELFUTILS_0.186)%{?elf_bits} Recommends: libelf.so.1%{?elf_suffix} Recommends: libelf.so.1(ELFUTILS_1.7)%{?elf_bits} -# used by home, cryptsetup, cryptenroll +# used by home, cryptsetup, cryptenroll, logind Recommends: libfido2.so.1%{?elf_suffix} +Recommends: libp11-kit.so.0%{?elf_suffix} Recommends: libtss2-esys.so.0%{?elf_suffix} Recommends: libtss2-mu.so.0%{?elf_suffix} Recommends: libtss2-rc.so.0%{?elf_suffix} @@ -356,6 +357,15 @@ machine, and to create or grow partitions and make file systems automatically. %package ukify Summary: Tool to build Unified Kernel Images Requires: %{name} = %{version}-%{release} + +# We prefer llvm-objcopy over objcopy. +Requires: (llvm or binutils) +Recommends: llvm + +Requires: python3dist(pefile) +Requires: python3dist(zstd) +Recommends: python3dist(pillow) + BuildArch: noarch %description ukify