- spec: Fix typo in date command
OBS-URL: https://build.opensuse.org/package/show/Virtualization/kubevirt?expand=0&rev=13
This commit is contained in:
parent
76e41270de
commit
4c200023a5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 19:45:30 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- spec: Fix typo in date command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 07 14:08:47 UTC 2020 - jfehlig@suse.com
|
||||
|
||||
|
@ -97,7 +97,7 @@ cd ${GOPATH}/src/kubevirt.io/kubevirt
|
||||
env \
|
||||
KUBEVIRT_GO_BASE_PKGDIR="${GOPATH}/pkg" \
|
||||
KUBEVIRT_VERSION=%{version} \
|
||||
KUBEVIRT_SOURCE_DATE_EPOCH="$(date -r LICENSE +%{s})" \
|
||||
KUBEVIRT_SOURCE_DATE_EPOCH="$(date -r LICENSE +%s)" \
|
||||
KUBEVIRT_GIT_COMMIT='v%{version}' \
|
||||
KUBEVIRT_GIT_VERSION='v%{version}' \
|
||||
KUBEVIRT_GIT_TREE_STATE="clean" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user