diff --git a/fwts.spec b/fwts.spec index 6877be5..c1f9240 100644 --- a/fwts.spec +++ b/fwts.spec @@ -1,5 +1,5 @@ Name: fwts -Version: 20.03.00 +Version: 21.01.00 Release: 1mamba Summary: A test suite that performs sanity checks on Intel/AMD PC firmware Group: System/Kernel and Hardware @@ -42,10 +42,12 @@ This package contains libraries and header files for developing applications tha %prep %setup -q -c %{name}-%{version} +autoreconf -f -i %build -autoreconf -f -i -%configure +%configure \ + CFLAGS="%{optflags} -Wno-format-truncation" + %make %install @@ -91,6 +93,9 @@ autoreconf -f -i %changelog +* Thu Feb 04 2021 Automatic Build System 21.01.00-1mamba +- automatic version update by autodist + * Mon May 04 2020 Automatic Build System 20.03.00-1mamba - automatic update by autodist