From d4ed69f2f4f745aead9f35206ab7d79e92e36f98 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 28 Aug 2023 22:11:44 -0400 Subject: [PATCH] Rev release For reasons, I do not understand, despite this package using %%autorelease, doing a build fails with: FAILED: GenericError: Build already exists This commit adds -b 2 to force a higher release number as a potential workaround --- gnome-shell.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index 6852edc..772b802 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -2,7 +2,7 @@ Name: gnome-shell Version: 45~beta.1 -Release: %autorelease +Release: %autorelease -b 2 Summary: Window management and application launching for GNOME License: GPLv2+