drop bootstrap option for RC

This commit is contained in:
Peter Robinson 2022-12-19 04:59:55 +00:00
parent 67f9b69079
commit 36de6ea49c

View File

@ -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} \