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: Remove redundant 'Requires: at-spi2-atk' and stale version constraints
Date: Tue, 28 Jul 2026 07:59:08 GMT	[thread overview]
Message-ID: <178522554827.1.7988154625731154782.rpms-cinnamon-1eda75bc73c6@fedoraproject.org> (raw)

            A new commit has been pushed.

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

            Log:
            Remove redundant 'Requires: at-spi2-atk' and stale version constraints

Remove 'Requires: at-spi2-atk%{?_isa}':

The comment says "needed for schemas" but 'at-spi2-atk' is a
subpackage of 'at-spi2-core' (same source RPM since GNOME 42+).
The actual schemas come from 'at-spi2-core', not 'at-spi2-atk'.
Furthermore, GTK3 already requires 'libatk-bridge-2.0.so.0' (the
library provided by 'at-spi2-atk'), so the dependency is fully
satisfied transitively. No other Fedora package has an explicit
name-based Requires on 'at-spi2-atk' — all rely on the soname.

Drop stale minimum version constraints:

- 'polkit >= 0.100': polkit 0.100 is from 2012; Fedora ships 127.
- 'gnome-menus >= 3.0.0-2': gnome-menus 3.0 is from 2011;
  Fedora ships 3.38.1.

Both minimums predate every currently-supported Fedora release
and add no value.

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

---
diff --git a/cinnamon.spec b/cinnamon.spec
index 04450bc..d31fdb6 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -66,7 +66,7 @@ Provides:       cinnamon-screensaver = %{version}-%{release}
 Requires:       %{name}-desktop%{?_isa} >= %{cinnamon_desktop_version}
 Requires:       muffin%{?_isa} >= %{muffin_version}
 Requires:       cjs%{?_isa} >= %{cjs_version}
-Requires:       gnome-menus%{?_isa} >= 3.0.0-2
+Requires:       gnome-menus%{?_isa}
 
 # wrapper script used to restart old GNOME session if run --replace
 # from the command line
@@ -76,14 +76,11 @@ Requires:       gobject-introspection%{?_isa}
 Requires:       librsvg2%{?_isa}
 
 Requires:       upower%{?_isa}
-Requires:       polkit%{?_isa} >= 0.100
+Requires:       polkit%{?_isa}
 
 # needed for session files
 Requires:       %{name}-session%{?_isa}
 
-# needed for schemas
-Requires:       at-spi2-atk%{?_isa}
-
 # needed for the user menu
 Requires:       accountsservice-libs%{?_isa}
 

                 reply	other threads:[~2026-07-28  7:59 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=178522554827.1.7988154625731154782.rpms-cinnamon-1eda75bc73c6@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