Skip to content

Commit 06f9d2e

Browse files
bclsupakeen
authored andcommitted
spec: Use gosource macro for Source0
This fixes #419, allowing 'make srpm', 'make rpm' and 'make scratch' to work.
1 parent e2a9768 commit 06f9d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image-builder.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ExcludeArch: i686
2727
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-SA-4.0 AND ISC AND MIT AND MPL-2.0 AND Unlicense
2828

2929
URL: %{gourl}
30-
Source0: https://github.com/osbuild/image-builder-cli/releases/download/v%{version}/image-builder-cli-%{version}.tar.gz
30+
Source0: %{gosource}
3131

3232

3333
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}

0 commit comments

Comments
 (0)