move the autoreconf to build.

(cherry picked from commit f560caee3eb7a46e27c1861df7f92f9a48e81cf8)
This commit is contained in:
huangduirong 2022-10-11 22:48:38 +08:00 committed by openeuler-sync-bot
parent 912db01178
commit ec510819d7

View File

@ -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 <huangduirong@huawei.com> - 1:4.06-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Move autoreconf to build
* Tue Jun 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1:4.06-3
- add buildrequire gcc.