- 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:
James Fehlig 2020-10-23 19:46:08 +00:00 committed by Git OBS Bridge
parent 76e41270de
commit 4c200023a5
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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" \