public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/Io-language] f45: Exclude i686
Date: Mon, 24 Aug 2026 16:17:29 GMT	[thread overview]
Message-ID: <178758824938.1.17882237288615095590.rpms-Io-language-b25d87c3cd7d@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-24 16:17 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=178758824938.1.17882237288615095590.rpms-Io-language-b25d87c3cd7d@fedoraproject.org \
    --to=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