public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cinnamon] rawhide: Add missing '%{?_isa}' to gsound Requires
Date: Sun, 26 Jul 2026 14:03:44 GMT	[thread overview]
Message-ID: <178507462449.1.8819798738911174703.rpms-cinnamon-ed55a21ffc9b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/cinnamon
            Branch : rawhide
            Commit : ed55a21ffc9bba04ac781e84fdaadabaff0b9b3a
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-26T14:08:30+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cinnamon/c/ed55a21ffc9bba04ac781e84fdaadabaff0b9b3a?branch=rawhide

            Log:
            Add missing '%{?_isa}' to gsound Requires

gsound is a native shared library; it needs the arch qualifier
to prevent multilib mismatches.

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/cinnamon.spec b/cinnamon.spec
index 47cf1f6..e4ba55c 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -90,7 +90,7 @@ Requires:       accountsservice-libs%{?_isa}
 Requires: gnome-keyring-pam%{?_isa}
 
 # needed for settings
-Requires:       gsound
+Requires:       gsound%{?_isa}
 Requires:       libtimezonemap%{?_isa}
 Requires:       python3-babel
 Requires:       python3-distro

                 reply	other threads:[~2026-07-26 14:03 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=178507462449.1.8819798738911174703.rpms-cinnamon-ed55a21ffc9b@fedoraproject.org \
    --to=mschorm@redhat.com \
    --cc=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