From 9deb2b9aaa11f0e1c08ac89a31f46e9a6f6bd92c970bf54fc4283a8b58e0a67c Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Tue, 5 Jun 2018 09:56:06 +0000 Subject: [PATCH] - fix build after adding install-man.patch: autoreconf is needed again (sigh!) OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-tools?expand=0&rev=40 --- tpm2.0-tools.changes | 5 +++++ tpm2.0-tools.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/tpm2.0-tools.changes b/tpm2.0-tools.changes index 0e6a29a..0628998 100644 --- a/tpm2.0-tools.changes +++ b/tpm2.0-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 5 09:55:43 UTC 2018 - matthias.gerstner@suse.com + +- fix build after adding install-man.patch: autoreconf is needed again (sigh!) + ------------------------------------------------------------------- Wed May 2 12:09:22 UTC 2018 - matthias.gerstner@suse.com diff --git a/tpm2.0-tools.spec b/tpm2.0-tools.spec index 07ed79f..8f06e6b 100644 --- a/tpm2.0-tools.spec +++ b/tpm2.0-tools.spec @@ -63,6 +63,9 @@ associated interfaces. %patch1 -p1 %build +# patch1 (install-man) requires to run autoreconf ATM, because it modifies +# Makefile.am. This can be dropped with the next release containing the fix. +autoreconf %configure --disable-static make %{?_smp_mflags}