From a6e766237eff62983bc37a97b19a179bbd14d33a Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Jan 26 2018 09:11:34 +0000 Subject: Run autoreconf after applying patches. --- diff --git a/libguestfs.spec b/libguestfs.spec index c0a29dc..d967ec5 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -171,6 +171,9 @@ BuildRequires: gcc >= 5.0.0-0.19.fc23 %endif %endif +# Required after patching Makefile.am etc. +BuildRequires: autoconf automake libtool + # Build requirements for the appliance. # # Get the initial list by doing: @@ -855,6 +858,7 @@ gpgv2 --homedir "$tmphome" --keyring %{SOURCE7} %{SOURCE1} %{SOURCE0} %endif %setup -q %autopatch -p1 +autoreconf -i # For Python 3 we must build libguestfs twice. This creates: # %{name}-%{version}/ @@ -1397,6 +1401,7 @@ install -m 0644 utils/boot-benchmark/boot-benchmark.1 $RPM_BUILD_ROOT%{_mandir}/ - New upstream version 1.36.13. - Drop libguestfs-gobject-doc because gtk-doc is no longer provided upstream. - Add new man page guestfs-gobject(3) to libguestfs-gobject-devel. +- Run autoreconf after applying patches. * Fri Nov 17 2017 Richard W.M. Jones - 1:1.36.11-1 - New upstream version 1.36.11.