public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-shell-extensions] rawhide: Correct gnome-shell dependency version requirement
@ 2026-07-08  6:06 Milan Crha
  0 siblings, 0 replies; only message in thread
From: Milan Crha @ 2026-07-08  6:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gnome-shell-extensions
Branch : rawhide
Commit : b1c2aa7664147a6b23840b20af743099dc6abd19
Author : Milan Crha <mcrha@redhat.com>
Date   : 2026-07-08T08:04:09+02:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gnome-shell-extensions/c/b1c2aa7664147a6b23840b20af743099dc6abd19?branch=rawhide

Log:
Correct gnome-shell dependency version requirement

---
diff --git a/gnome-shell-extensions.spec b/gnome-shell-extensions.spec
index 4b9025d..2c6801c 100644
--- a/gnome-shell-extensions.spec
+++ b/gnome-shell-extensions.spec
@@ -1,3 +1,6 @@
+# Minimum GNOME Shell version supported (includes ~alpha/~beta/~rc)
+%global min_gs_version %%(cut -d "." -f 1 <<<%{version})
+
 %global pkg_prefix gnome-shell-extension
 
 %if 0%{?fedora} && 0%{?fedora} < 43
@@ -22,7 +25,7 @@ BuildRequires:  git-core
 BuildRequires:  gettext >= 0.19.6
 BuildRequires:  glib2%{?_isa}
 BuildRequires:  pkgconfig(systemd)
-Requires:       gnome-shell >= %{gnome_major_version}
+Requires:       gnome-shell >= %{min_gs_version}
 BuildArch:      noarch
 
 %description
@@ -49,7 +52,7 @@ Enabled extensions:
 %package -n %{pkg_prefix}-common
 Summary:        Files common to GNOME Shell Extensions
 License:        GPL-2.0-or-later
-Requires:       gnome-shell >= %{gnome_major_version}
+Requires:       gnome-shell >= %{min_gs_version}
 Obsoletes:      %{pkg_prefix}-horizontal-workspaces < 40.0~alpha.1-3
 
 %description -n %{pkg_prefix}-common

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

only message in thread, other threads:[~2026-07-08  6:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08  6:06 [rpms/gnome-shell-extensions] rawhide: Correct gnome-shell dependency version requirement Milan Crha

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