!9 [sync] PR-8: 将autoreconf文件内容的生成移到build中

From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2022-10-12 06:24:15 +00:00 committed by Gitee
commit d34f0eb877
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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.