From ad5a4abe07e271c08f658aac54c715c0d998a636 Mon Sep 17 00:00:00 2001 From: weiwei_tiantian Date: Tue, 9 Nov 2021 15:13:33 +0800 Subject: [PATCH] fix testsuite fail (cherry picked from commit c85205536cd1273c0bfeaf9bdf790cd474b46c73) --- gzip.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gzip.spec b/gzip.spec index 2404d1a..f3a3931 100644 --- a/gzip.spec +++ b/gzip.spec @@ -1,6 +1,6 @@ Name: gzip Version: 1.10 -Release: 1 +Release: 2 Summary: A data compression utility License: GPLv3+ and GFDL @@ -11,7 +11,7 @@ Patch0: gzexe.patch Patch9000: fix-verbose-disable.patch Patch9100: performance-neoncrc32-and-prfm.patch -BuildRequires: gcc texinfo +BuildRequires: gcc texinfo less Requires: coreutils Conflicts: filesystem < 3 Provides: /bin/gunzip @@ -58,6 +58,12 @@ make check %{_mandir}/man1/* %changelog +* Thu Nov 09 2021 tianwei - 1.10-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: fix testsuite fail + * Fri Apr 24 2020 BruceGW - 1.10-1 * update upstream to 1.10 -- Gitee