gzip.spec: add gcc to buildrequires, previous commit was wrong
This commit is contained in:
parent
811c85b4db
commit
cacf5cd73e
@ -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 <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
|
||||
- Add gcc to buildrequires
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user