public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/iw] rawhide: disable build on i686
@ 2026-07-31 6:13 Michal Schmidt
0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-07-31 6:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/iw
Branch : rawhide
Commit : afe88e586306ab34c1df1e0d0fabb53ee7bb33f4
Author : Michal Schmidt <mschmidt@redhat.com>
Date : 2026-07-30T15:15:46+02:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/iw/c/afe88e586306ab34c1df1e0d0fabb53ee7bb33f4?branch=rawhide
Log:
disable build on i686
Fedora does not publish i686 repositories anymore. The only necessary
i686 RPMs are those that are dependencies for 32-bit steam or wine.
iw is not a leaf package, but its only revdeps are tlp and
wireless-regdb. Both are noarch, so the i686 build will not be missed.
---
diff --git a/iw.spec b/iw.spec
index 7e75137..4920f2d 100644
--- a/iw.spec
+++ b/iw.spec
@@ -14,6 +14,9 @@ BuildRequires: libnl3-devel
BuildRequires: make
BuildRequires: pkgconfig
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+ExcludeArch: %{ix86}
+
%description
iw is a new nl80211 based CLI configuration utility for wireless devices.
Currently you can only use this utility to configure devices which
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-31 6:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-31 6:13 [rpms/iw] rawhide: disable build on i686 Michal Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox