gzip.spec: add gcc to buildrequires
This commit is contained in:
parent
23076eb064
commit
811c85b4db
@ -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 <jamartis@redhat.com> - 1.9-4
|
||||
- Add gcc to buildrequires
|
||||
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.9-3
|
||||
- Escape macros in %%changelog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user