!16 add 'autoconf automake' to BuildRequires to use autoreconf command

From: @fly_fzc
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-06-07 14:18:22 +08:00 committed by Gitee
commit 48d3e2db03

View File

@ -1,6 +1,6 @@
Name: cpio Name: cpio
Version: 2.13 Version: 2.13
Release: 3 Release: 4
Summary: A GNU archiving program Summary: A GNU archiving program
License: GPLv3+ License: GPLv3+
@ -20,7 +20,7 @@ Patch9: revert-CVE-2015-1197.patch
Provides: bundled(gnulib) Provides: bundled(gnulib)
Provides: /bin/cpio Provides: /bin/cpio
BuildRequires: gcc texinfo gettext gettext-devel rmt BuildRequires: gcc texinfo gettext gettext-devel rmt autoconf automake
%description %description
GNU cpio copies files into or out of a cpio or tar archive. GNU cpio copies files into or out of a cpio or tar archive.
@ -59,6 +59,12 @@ make check
%{_datadir}/man/man1/%{name}.1.gz %{_datadir}/man/man1/%{name}.1.gz
%changelog %changelog
* Fri Jun 4 2021 fuanan <fuanan3@huawei.com> - 2.13-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add 'autoconf automake' to BuildRequires to use autoreconf command
* Thu Nov 26 2020 Liquor <lirui130@huawei.com> - 2.13-3 * Thu Nov 26 2020 Liquor <lirui130@huawei.com> - 2.13-3
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA