From 73afbc2b516471c93ac004e41c69452f5639e91a Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Thu, 6 Feb 2025 17:43:02 +0100 Subject: [PATCH] cockpit/spec: fix source url Downstream the "v" got dropped from the version by #2831, but then the source url is wrong. The path has got a "v" in it, and the artefact doesn't. The workflow already got fixed in #2860. --- cockpit/cockpit-image-builder.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockpit/cockpit-image-builder.spec b/cockpit/cockpit-image-builder.spec index 63c048d7..241ba674 100644 --- a/cockpit/cockpit-image-builder.spec +++ b/cockpit/cockpit-image-builder.spec @@ -5,7 +5,7 @@ Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ -Source0: https://github.com/osbuild/image-builder-frontend/releases/download/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/osbuild/image-builder-frontend/releases/download/v%{version}/%{name}-%{version}.tar.gz # Drop obsoletes until functional enough compared to cockpit-composer # Obsoletes: cockpit-composer < 54