From 6f82b989e870c5b47cad8d460e6994c77be3a9bb Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 12 Sep 2019 15:21:57 +0100 Subject: [PATCH] trivial: Specify the tpm2-tss-devel version in the example spec file Lower versions than this fail to link the uefi self test binary. --- contrib/fwupd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/fwupd.spec.in b/contrib/fwupd.spec.in index 5c183936d..dbd7affb7 100644 --- a/contrib/fwupd.spec.in +++ b/contrib/fwupd.spec.in @@ -87,7 +87,7 @@ BuildRequires: freetype BuildRequires: fontconfig BuildRequires: google-noto-sans-cjk-ttc-fonts BuildRequires: gnu-efi-devel -BuildRequires: tpm2-tss-devel +BuildRequires: tpm2-tss-devel >= 2.2.3 BuildRequires: pesign %endif