From d96404982809a63887135f169ca78a279c81a239 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Tue, 3 Aug 2021 16:24:48 +0800 Subject: [PATCH] remove unnecessary installation dependencies --- zip.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zip.spec b/zip.spec index 07a6cc3..34843b3 100644 --- a/zip.spec +++ b/zip.spec @@ -1,6 +1,6 @@ Name: zip Version: 3.0 -Release: 28 +Release: 29 Summary: A compression and file packaging/archive utility License: Info-ZIP URL: http://www.info-zip.org/Zip.html @@ -19,7 +19,6 @@ Patch6000: CVE-2018-13410.patch Patch9000: openEuler-Cleanup-residual-temporary-file.patch BuildRequires: bzip2-devel gcc -Requires: unzip %description The zip program is a compression and file packaging utility. Zip has one @@ -56,6 +55,9 @@ mkdir -p %{buildroot}%{_mandir}/man1 %{_mandir}/man1/zip* %changelog +* Tue Aug 03 2021 shixuantong - 3.0-29 +- remove unnecessary installation dependencies + * Mon Jun 21 2021 shixuantong - 3.0-28 - revert zip-3.0-crc-builtin.patch -- Gitee