From 582db79d2a3b41ad5aa0857f8339789a6bbb3220 Mon Sep 17 00:00:00 2001 From: fuanan <2385803914@qq.com> Date: Fri, 4 Jun 2021 13:51:39 +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 ba3c83a..ac0dcc5 100644 --- a/cpio.spec +++ b/cpio.spec @@ -1,6 +1,6 @@ Name: cpio Version: 2.13 -Release: 3 +Release: 4 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-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add 'autoconf automake' to BuildRequires to use autoreconf command + * Thu Nov 26 2020 Liquor - 2.13-3 - Type:bugfix - ID:NA