public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust] rawhide: make uefi and none targets noarch
Date: Fri, 19 Jun 2026 00:23:05 GMT	[thread overview]
Message-ID: <178182858521.1.13698190543362987095.rpms-rust-e6c06ee9c306@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust
            Branch : rawhide
            Commit : e6c06ee9c306bf249630eb574f340279c4a2c2c6
            Author : Gerd Hoffmann <kraxel@redhat.com>
            Date   : 2026-06-06T14:19:56+02:00
            Stats  : +4/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust/c/e6c06ee9c306bf249630eb574f340279c4a2c2c6?branch=rawhide

            Log:
            make uefi and none targets noarch

A specfile comment claims all cross build targets are noarch.  That
is only true for the windows and wasm targets though, not for the
uefi and none targets.  Fix that.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>

---
diff --git a/rust.spec b/rust.spec
index eb388ff..e70b459 100644
--- a/rust.spec
+++ b/rust.spec
@@ -487,24 +487,28 @@ Obsoletes:      %{name}-std-static-wasm32-wasi < 1.84.0~
 %if %target_enabled x86_64-unknown-none
 %target_package x86_64-unknown-none
 Requires:       lld
+BuildArch:      noarch
 %target_description x86_64-unknown-none embedded
 %endif
 
 %if %target_enabled aarch64-unknown-uefi
 %target_package aarch64-unknown-uefi
 Requires:       lld
+BuildArch:      noarch
 %target_description aarch64-unknown-uefi embedded
 %endif
 
 %if %target_enabled x86_64-unknown-uefi
 %target_package x86_64-unknown-uefi
 Requires:       lld
+BuildArch:      noarch
 %target_description x86_64-unknown-uefi embedded
 %endif
 
 %if %target_enabled aarch64-unknown-none-softfloat
 %target_package aarch64-unknown-none-softfloat
 Requires:       lld
+BuildArch:      noarch
 %target_description aarch64-unknown-none-softfloat embedded
 %endif
 

                 reply	other threads:[~2026-06-19  0:23 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=178182858521.1.13698190543362987095.rpms-rust-e6c06ee9c306@fedoraproject.org \
    --to=kraxel@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