gzip.spec: add gcc to buildrequires, previous commit was wrong

This commit is contained in:
Jakub Martisko 2018-03-01 10:52:43 +01:00
parent 811c85b4db
commit cacf5cd73e

View File

@ -1,7 +1,7 @@
Summary: The GNU data compression program Summary: The GNU data compression program
Name: gzip Name: gzip
Version: 1.9 Version: 1.9
Release: 4%{?dist} Release: 5%{?dist}
# info pages are under GFDL license # info pages are under GFDL license
License: GPLv3+ and GFDL License: GPLv3+ and GFDL
Group: Applications/File Group: Applications/File
@ -19,8 +19,8 @@ URL: http://www.gzip.org/
# zless) of another tools, because gzip "extends" the tools by its # zless) of another tools, because gzip "extends" the tools by its
# wrappers much more than it "requires" them. # wrappers much more than it "requires" them.
Requires: /sbin/install-info Requires: /sbin/install-info
Requires: coreutils, gcc Requires: coreutils
BuildRequires: texinfo BuildRequires: texinfo, gcc
Conflicts: filesystem < 3 Conflicts: filesystem < 3
Provides: /bin/gunzip Provides: /bin/gunzip
Provides: /bin/gzip Provides: /bin/gzip
@ -91,6 +91,9 @@ fi
%{profiledir}/* %{profiledir}/*
%changelog %changelog
* Thu Mar 01 2018 Jakub Martisko <jamartis@redhat.com> - 1.9-5
- Fix previous commit (gcc was added to requires instead of buildrequires)
* Thu Mar 01 2018 Jakub Martisko <jamartis@redhat.com> - 1.9-4 * Thu Mar 01 2018 Jakub Martisko <jamartis@redhat.com> - 1.9-4
- Add gcc to buildrequires - Add gcc to buildrequires