From b0d43f890c41a7991688aecda91fa132f81877cf Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 18 Feb 2021 13:19:27 +0100 Subject: [PATCH] Fix obsoletes version It has to cover gnome-shell-extension-horizontal-workspaces 40.0~alpha.1-2 that was the last build done in koji. --- gnome-shell-extensions.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-shell-extensions.spec b/gnome-shell-extensions.spec index f87b160..1b94bdc 100644 --- a/gnome-shell-extensions.spec +++ b/gnome-shell-extensions.spec @@ -6,7 +6,7 @@ Name: gnome-shell-extensions Version: 40.0~alpha.1 -Release: 4.20210212git9fa522c%{?dist} +Release: 5.20210212git9fa522c%{?dist} Summary: Modify and extend GNOME Shell functionality and behavior License: GPLv2+ @@ -41,7 +41,7 @@ Enabled extensions: Summary: Files common to GNOME Shell Extensions License: GPLv2+ Requires: gnome-shell >= %{min_gs_version} -Obsoletes: %{pkg_prefix}-horizontal-workspace < 40 +Obsoletes: %{pkg_prefix}-horizontal-workspace < 40.0~alpha.1-3 %description -n %{pkg_prefix}-common GNOME Shell Extensions is a collection of extensions providing additional and @@ -251,6 +251,9 @@ workspaces. %changelog +* Thu Feb 18 2021 Kalev Lember - 40.0~alpha.1-5.20210212git9fa522c +- Fix obsoletes version + * Mon Feb 15 2021 Mohamed El Morabity - 40.0~alpha.1-4.20210212git9fa522c - Add Obsoletes for horizontal-workspaces extension to fix upgrades to Fedora 34 (RHBZ #1928415)