From c9bde538a72285442d55e376d25c21d7386db4ff Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 10 Mar 2021 10:18:59 -0800 Subject: [PATCH] - Use autoreconf -fiv for autoconf 2.71 support Works with both 2.69 and 2.71 --- parted.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/parted.spec b/parted.spec index 8d352fe..8682883 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program Name: parted Version: 3.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/parted @@ -31,7 +31,9 @@ BuildRequires: libuuid-devel BuildRequires: libblkid-devel >= 2.17 BuildRequires: gnupg2 BuildRequires: git -BuildRequires: autoconf automake +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRequires: e2fsprogs BuildRequires: xfsprogs BuildRequires: dosfstools @@ -71,8 +73,7 @@ gpg2 --verify %{SOURCE1} %{SOURCE0} iconv -f ISO-8859-1 -t UTF8 AUTHORS > tmp; touch -r AUTHORS tmp; mv tmp AUTHORS %build -autoreconf -autoconf +autoreconf -fiv CFLAGS="$RPM_OPT_FLAGS -Wno-unused-but-set-variable"; export CFLAGS %configure --disable-static --disable-gcc-warnings # Don't use rpath! @@ -122,6 +123,10 @@ make check %changelog +* Wed Mar 10 2021 Brian C. Lane - 3.4-3 +- Use autoreconf -fiv for autoconf 2.71 support + Works with both 2.69 and 2.71 + * Wed Feb 03 2021 Brian C. Lane - 3.4-2 - Add --fix support from upstream