From 36de6ea49c399f849c973e26b4bbfe3fc1c7a5b7 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 19 Dec 2022 04:59:55 +0000 Subject: [PATCH] drop bootstrap option for RC --- tpm2-tss.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tpm2-tss.spec b/tpm2-tss.spec index 8ffe9f4..ce61ee6 100644 --- a/tpm2-tss.spec +++ b/tpm2-tss.spec @@ -47,10 +47,6 @@ APIs for applications to access TPM module through kernel TPM drivers. %autosetup -n %{name}-%{version}%{?candidate:-%{candidate}} -p1 %build -%if %{with rc} -./bootstrap -%endif - # Use built-in tpm-udev.rules, with specified installation path and prefix. %configure --disable-static --disable-silent-rules \ --with-udevrulesdir=%{_udevrulesdir} --with-udevrulesprefix=%{udevrules_prefix} \