add BuildRequires: gcc

Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
This commit is contained in:
Igor Gnatenko 2018-07-09 19:06:53 +02:00
parent 6190ddc12b
commit 859dfb556c

View File

@ -15,6 +15,7 @@ Patch0004: 0004-Recognize-ppc64le-little-endian-virtualization-RHBZ-.patch
# This is provided by the build root, but we make it explicit # This is provided by the build root, but we make it explicit
# anyway in case this was dropped from the build root in future. # anyway in case this was dropped from the build root in future.
BuildRequires: gcc
BuildRequires: /usr/bin/pod2man BuildRequires: /usr/bin/pod2man
# Required at build time in order to do 'make check' (for getopt). # Required at build time in order to do 'make check' (for getopt).