From 44cecb974778d067fa88abcd3db1e0243bbe2028 Mon Sep 17 00:00:00 2001 From: fuanan <2385803914@qq.com> Date: Fri, 4 Jun 2021 14:08:51 +0800 Subject: [PATCH] add 'autoconf automake' to BuildRequires to use autoreconf command --- cpio.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cpio.spec b/cpio.spec index feded05..797b5b9 100644 --- a/cpio.spec +++ b/cpio.spec @@ -1,6 +1,6 @@ Name: cpio Version: 2.13 -Release: 2 +Release: 3 Summary: A GNU archiving program License: GPLv3+ @@ -20,7 +20,7 @@ Patch9: revert-CVE-2015-1197.patch Provides: bundled(gnulib) Provides: /bin/cpio -BuildRequires: gcc texinfo gettext gettext-devel rmt +BuildRequires: gcc texinfo gettext gettext-devel rmt autoconf automake %description 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 %changelog +* Fri Jun 4 2021 fuanan - 2.13-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add 'autoconf automake' to BuildRequires to use autoreconf command + * Thu Nov 26 2020 Liquor - 2.13-2 - Type:bugfix - ID:NA