public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/Io-language] f45: Exclude i686
@ 2026-08-24 16:17 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-24 16:17 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/Io-language
            Branch : f45
            Commit : b25d87c3cd7d61c8a291009ba962b3c1a2f7af10
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-08-24T13:28:32+02:00
            Stats  : +3/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/Io-language/c/b25d87c3cd7d61c8a291009ba962b3c1a2f7af10?branch=f45

            Log:
            Exclude i686

This is a leaf package according to:

    $ repoquery -q --repo=rawhide{,-source} --whatrequires Io-language --whatrequires Io-language-devel --whatrequires Io-language-extras --whatrequires Io-language-graphics-and-sound --whatrequires Io-language-mysql --whatrequires Io-language-postgresql
    Io-language-devel-0:20170906-26.fc44.i686
    Io-language-devel-0:20170906-26.fc44.x86_64
    Io-language-extras-0:20170906-26.fc44.x86_64
    Io-language-graphics-and-sound-0:20170906-26.fc44.x86_64
    Io-language-mysql-0:20170906-26.fc44.x86_64
    Io-language-postgresql-0:20170906-26.fc44.x86_64

And it fails to build on i686.

---
diff --git a/Io-language.spec b/Io-language.spec
index 0f4d114..efd38a3 100644
--- a/Io-language.spec
+++ b/Io-language.spec
@@ -39,6 +39,9 @@ BuildRequires:  yajl-devel >= 2
 # Put back freetype-devel, clutter-devel, mysql-devel, qdbm-devel,
 # openssl-devel when these extensions build
 
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+# Fails on i686 anyway: https://bugzilla.redhat.com/2488337
+ExcludeArch:    %{ix86}
 
 %description
 Io is a small, prototype-based programming language. The ideas in

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

only message in thread, other threads:[~2026-08-24 16:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 16:17 [rpms/Io-language] f45: Exclude i686 

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