From 8e42b5e78ebaf62e776cedba595193e1c5a81c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 28 Oct 2022 23:39:28 +0200 Subject: [PATCH] Fix source URL for unstable releases The major version in download URLs is based on the tarball version, not the package version that replaces the first dot with a tilde. --- gnome-shell-extensions.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-shell-extensions.spec b/gnome-shell-extensions.spec index 603cab4..7aae1b3 100644 --- a/gnome-shell-extensions.spec +++ b/gnome-shell-extensions.spec @@ -1,9 +1,9 @@ -%global major_version %%(cut -d "." -f 1 <<<%{version}) # Minimum GNOME Shell version supported %global min_gs_version %%(cut -d "." -f 1 <<<%{version}) %global pkg_prefix gnome-shell-extension %global tarball_version %%(echo %{version} | tr '~' '.') +%global major_version %%(cut -d "." -f 1 <<<%{tarball_version}) Name: gnome-shell-extensions Version: 43.1