public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: Fix if conditionals.
@ 2026-06-29 12:27 Marek Polacek
  0 siblings, 0 replies; only message in thread
From: Marek Polacek @ 2026-06-29 12:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 3ae68fd84a3c5904ac9f05ff69b19b51212cd9c8
Author : Marek Polacek <polacek@redhat.com>
Date   : 2018-04-24T09:48:18-04:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/3ae68fd84a3c5904ac9f05ff69b19b51212cd9c8?branch=rhel-f41-base

Log:
Fix if conditionals.

---
diff --git a/gcc.spec b/gcc.spec
index 0649748..1fee57d 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-29 12:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:27 [rpms/gcc] rhel-f41-base: Fix if conditionals Marek Polacek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox