Skip to content

Commit

Permalink
cockpit/spec: fix source url
Browse files Browse the repository at this point in the history
Downstream the "v" got dropped from the version by osbuild#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 osbuild#2860.
  • Loading branch information
croissanne committed Feb 6, 2025
1 parent a34251d commit 3fa01b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cockpit/cockpit-image-builder.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fa01b8

Please sign in to comment.