public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon] rawhide: Remove redundant 'Requires: at-spi2-atk' and stale version constraints
@ 2026-07-28  7:59 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-28  7:59 UTC (permalink / raw)
  To: git-commits

            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}
 

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

only message in thread, other threads:[~2026-07-28  7:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28  7:59 [rpms/cinnamon] rawhide: Remove redundant 'Requires: at-spi2-atk' and stale version constraints Michal Schorm

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