Fix typo in if statement

This commit is contained in:
Troy Dawson 2018-04-20 07:58:16 -07:00
parent 9647f3f8db
commit 52863bd52b
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ URL: http://gcc.gnu.org
# Need binutils which support --no-add-needed >= 2.20.51.0.2-12
# Need binutils which support -plugin
# Need binutils which support .loc view >= 2.30
%if %{?fedora} >= 29 || 0%{?rhel} >= 8
%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8
BuildRequires: binutils >= 2.30
%else
BuildRequires: binutils >= 2.24
@ -200,7 +200,7 @@ Requires: cpp = %{version}-%{release}
# Need binutils that support --no-add-needed
# Need binutils that support -plugin
# Need binutils that support .loc view >= 2.30
%if %{?fedora} >= 29 || 0%{?rhel} >= 8
%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8
Requires: binutils >= 2.30
%else
Requires: binutils >= 2.24