From 811c85b4dbed33e141690f449e6402f66d73b3d0 Mon Sep 17 00:00:00 2001 From: Jakub Martisko Date: Mar 01 2018 09:31:09 +0000 Subject: gzip.spec: add gcc to buildrequires --- diff --git a/gzip.spec b/gzip.spec index 3e46383..9f2d14f 100644 --- a/gzip.spec +++ b/gzip.spec @@ -1,7 +1,7 @@ Summary: The GNU data compression program Name: gzip Version: 1.9 -Release: 3%{?dist} +Release: 4%{?dist} # info pages are under GFDL license License: GPLv3+ and GFDL Group: Applications/File @@ -19,7 +19,7 @@ URL: http://www.gzip.org/ # zless) of another tools, because gzip "extends" the tools by its # wrappers much more than it "requires" them. Requires: /sbin/install-info -Requires: coreutils +Requires: coreutils, gcc BuildRequires: texinfo Conflicts: filesystem < 3 Provides: /bin/gunzip @@ -91,6 +91,9 @@ fi %{profiledir}/* %changelog +* Thu Mar 01 2018 Jakub Martisko - 1.9-4 +- Add gcc to buildrequires + * Fri Feb 09 2018 Igor Gnatenko - 1.9-3 - Escape macros in %%changelog