From 6d2c780558bdb1a9e4250ccf5bab7f4e08aa4edf Mon Sep 17 00:00:00 2001 From: Jakub Martisko Date: Thu, 1 Mar 2018 11:12:40 +0100 Subject: [PATCH] zip.spec: add gcc to buildrequires --- zip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zip.spec b/zip.spec index 08d3d0d..974a0ab 100644 --- a/zip.spec +++ b/zip.spec @@ -1,7 +1,7 @@ Summary: A file compression and packaging utility compatible with PKZIP Name: zip Version: 3.0 -Release: 21%{?dist} +Release: 22%{?dist} License: BSD Group: Applications/Archiving Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz @@ -17,7 +17,7 @@ Patch3: zip-3.0-time.patch Patch4: man.patch Patch5: zip-3.0-format-security.patch Patch6: zipnote.patch -BuildRequires: bzip2-devel +BuildRequires: bzip2-devel, gcc Requires: unzip %description @@ -62,6 +62,9 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} \ %{_mandir}/man1/zipsplit.1* %changelog +* Thu Mar 01 2018 Jakub Martisko - 3.0-22 +- Add gcc to buildrequires + * Fri Feb 09 2018 Fedora Release Engineering - 3.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild