From ec510819d769fcaac87702fb3cb113c45954d3ec Mon Sep 17 00:00:00 2001 From: huangduirong Date: Tue, 11 Oct 2022 22:48:38 +0800 Subject: [PATCH] move the autoreconf to build. (cherry picked from commit f560caee3eb7a46e27c1861df7f92f9a48e81cf8) --- quota.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/quota.spec b/quota.spec index 7825062..b1c5c5a 100644 --- a/quota.spec +++ b/quota.spec @@ -1,7 +1,7 @@ Name: quota Version: 4.06 Epoch: 1 -Release: 3 +Release: 4 Summary: Linux Diskquota system as part of the Linux kernel License: BSD and GPLv2 and GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/linuxquota/ @@ -61,9 +61,9 @@ This contains man files for the using of quota. %prep %autosetup -n %{name}-%{version} -p1 -autoreconf -fi %build +autoreconf -fi %configure \ --enable-bsd-behaviour \ --enable-ext2direct=yes \ @@ -123,6 +123,12 @@ make check %{_mandir}/man*/* %changelog +* Tue Oct 11 2022 huangduirong - 1:4.06-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Move autoreconf to build + * Tue Jun 29 2021 zhouwenpei - 1:4.06-3 - add buildrequire gcc.