public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Siddhesh Poyarekar <sipoyare@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] snapshot: Fix %%endif typo in cross-compiler sysroot file list
Date: Mon, 31 Aug 2026 22:38:25 GMT [thread overview]
Message-ID: <178821590549.1.16769662392459697684.rpms-gcc-06e8169408f3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : snapshot
Commit : 06e8169408f350475f656a1950f99ebced6494f2
Author : Siddhesh Poyarekar <sipoyare@redhat.com>
Date : 2026-08-31T18:36:06-04:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/06e8169408f350475f656a1950f99ebced6494f2?branch=snapshot
Log:
Fix %%endif typo in cross-compiler sysroot file list
The cross compiler support merge (273717f from rawhide) has a literal
%%endif instead of %endif closing the %if %{build_libubsan} block in
the sysroot package's %install file list, which left that %if
unclosed and made the spec fail to parse ("Unclosed %if").
Assisted-by: Claude <noreply@anthropic.com>
---
diff --git a/gcc.spec b/gcc.spec
index b17559f..375c2e9 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -3417,7 +3417,7 @@ for f in /%{_lib}/libgcc_s.so.1 \
%endif
%if %{build_libubsan}
%{_prefix}/%{_lib}/libubsan.so.1 \
-%%endif
+%endif
; do
mkdir -p %{buildroot}/%{sysroot_prefix}/$(dirname $f)
cp %{buildroot}$f %{buildroot}/%{sysroot_prefix}/$f
reply other threads:[~2026-08-31 22:38 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=178821590549.1.16769662392459697684.rpms-gcc-06e8169408f3@fedoraproject.org \
--to=sipoyare@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