Make cockpit-starter-kit.spec.in rpmspec compliant
Use `%{VERSION}` as version macro instead of `@VERSION@`, so that the
.spec.in file is syntactically a correct spec file that can be parsed
with `rpmspec`.
This commit is contained in:
parent
b0bf8afa48
commit
38bd17faef
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Name: cockpit-starter-kit
|
||||
Version: @VERSION@
|
||||
Version: %{VERSION}
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit Starter Kit Example Module
|
||||
License: LGPLv2+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue