From cacf5cd73e2071a75af31f2fef5564b62641db3b Mon Sep 17 00:00:00 2001 From: Jakub Martisko Date: Thu, 1 Mar 2018 10:52:43 +0100 Subject: [PATCH] gzip.spec: add gcc to buildrequires, previous commit was wrong --- gzip.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gzip.spec b/gzip.spec index 9f2d14f..118ea10 100644 --- a/gzip.spec +++ b/gzip.spec @@ -1,7 +1,7 @@ Summary: The GNU data compression program Name: gzip Version: 1.9 -Release: 4%{?dist} +Release: 5%{?dist} # info pages are under GFDL license License: GPLv3+ and GFDL Group: Applications/File @@ -19,8 +19,8 @@ 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, gcc -BuildRequires: texinfo +Requires: coreutils +BuildRequires: texinfo, gcc Conflicts: filesystem < 3 Provides: /bin/gunzip Provides: /bin/gzip @@ -91,6 +91,9 @@ fi %{profiledir}/* %changelog +* Thu Mar 01 2018 Jakub Martisko - 1.9-5 +- Fix previous commit (gcc was added to requires instead of buildrequires) + * Thu Mar 01 2018 Jakub Martisko - 1.9-4 - Add gcc to buildrequires