public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust] rawhide: make uefi and none targets noarch
@ 2026-06-19  0:23 Gerd Hoffmann
  0 siblings, 0 replies; only message in thread
From: Gerd Hoffmann @ 2026-06-19  0:23 UTC (permalink / raw)
  To: git-commits

            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
 

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

only message in thread, other threads:[~2026-06-19  0:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19  0:23 [rpms/rust] rawhide: make uefi and none targets noarch Gerd Hoffmann

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