public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milan Crha <mcrha@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-shell-extensions] rawhide: Correct gnome-shell dependency version requirement
Date: Wed, 08 Jul 2026 06:06:01 GMT [thread overview]
Message-ID: <178349076105.1.12650703062144531354.rpms-gnome-shell-extensions-b1c2aa766414@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-08 6:06 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=178349076105.1.12650703062144531354.rpms-gnome-shell-extensions-b1c2aa766414@fedoraproject.org \
--to=mcrha@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