public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marek Polacek <polacek@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: Fix if conditionals.
Date: Mon, 29 Jun 2026 12:27:57 GMT	[thread overview]
Message-ID: <178273607715.1.7118674635992382982.rpms-gcc-3ae68fd84a3c@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-29 12:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178273607715.1.7118674635992382982.rpms-gcc-3ae68fd84a3c@fedoraproject.org \
    --to=polacek@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox