From 7eb372300aaf889761c1e3f84421d8ae39dbc7e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 11 Jan 2014 19:43:23 +0200 Subject: [PATCH] use pld-version-release, makes more sense than "pld-1" --- lxc-docker.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc-docker.spec b/lxc-docker.spec index 3880f91..7a38e66 100644 --- a/lxc-docker.spec +++ b/lxc-docker.spec @@ -94,7 +94,7 @@ export GOPATH=$(pwd)/vendor install -d build cd build VERSION=%{version} -GITCOMMIT=pld-%{release} # use RPM_PACKAGE_RELEASE for this +GITCOMMIT=pld-%{version}-%{release} # use RPM_PACKAGE_RELEASE for this # Use these flags when compiling the tests and final binary # without '-d', as that fails now LDFLAGS="-X main.GITCOMMIT $GITCOMMIT -X main.VERSION $VERSION -w" -- 2.44.0