public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Disable -minimal RPM on RHEL9 GTS.
Date: Sun, 28 Jun 2026 00:00:43 GMT [thread overview]
Message-ID: <178260484393.1.15230319266756660891.rpms-gdb-a6e7b2b18f78@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : a6e7b2b18f7881f593c911a933000c04576b9e20
Author : Keith Seitz <keiths@redhat.com>
Date : 2022-07-29T13:39:24-07:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/a6e7b2b18f7881f593c911a933000c04576b9e20?branch=gdb-17.2-rebase-f44
Log:
Disable -minimal RPM on RHEL9 GTS.
This patch disables the gdb-minimal package on GTS for RHEL9. Since
the -minimal package only exists to shrink the buildroot size and
we don't use GTS in the buildroot, there's no reason to build it.
---
diff --git a/gdb.spec b/gdb.spec
index 22e38de..22109df 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -35,7 +35,8 @@ ExcludeArch: aarch64
}
# If we're on Fedora or RHEL 9+, we will build the gdb-minimal package.
-%if 0%{?fedora} || 0%{?rhel} > 8
+# Never build the -minimal package on SCLs, since it's unneeded there.
+%if 0%{?fedora} || (0%{?rhel} > 8 && 0%{!?scl:1})
%global _build_minimal 1
%endif
reply other threads:[~2026-06-28 0:00 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=178260484393.1.15230319266756660891.rpms-gdb-a6e7b2b18f78@fedoraproject.org \
--to=keiths@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