public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/binwalk] f44: Exclude 32-bit architectures (upstream strictly requires 64-bit)
@ 2026-08-27 13:33 Emir Akdag
  0 siblings, 0 replies; only message in thread
From: Emir Akdag @ 2026-08-27 13:33 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/binwalk
Branch : f44
Commit : ae7ae374b9079dc7455cc48720add17abe4b1824
Author : Emir Akdag <infraw.linux@proton.me>
Date   : 2026-08-27T16:28:16+03:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/binwalk/c/ae7ae374b9079dc7455cc48720add17abe4b1824?branch=f44

Log:
Exclude 32-bit architectures (upstream strictly requires 64-bit)

---
diff --git a/binwalk.spec b/binwalk.spec
index 4d8d9d0..b117270 100644
--- a/binwalk.spec
+++ b/binwalk.spec
@@ -8,6 +8,9 @@ URL:            https://github.com/ReFirmLabs/binwalk
 Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 Source1:        %{name}-%{version}-vendor.tar.xz
 
+# Currently supported only on 64-bit systems
+ExcludeArch:    %{ix86} %{arm}
+
 BuildRequires:  cargo-rpm-macros >= 24
 BuildRequires:  fontconfig-devel
 

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

only message in thread, other threads:[~2026-08-27 13:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 13:33 [rpms/binwalk] f44: Exclude 32-bit architectures (upstream strictly requires 64-bit) Emir Akdag

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