]> git.pld-linux.org Git - packages/docker.git/commitdiff
use pld-version-release, makes more sense than "pld-1"
authorElan Ruusamäe <glen@delfi.ee>
Sat, 11 Jan 2014 17:43:23 +0000 (19:43 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 11 Jan 2014 17:43:23 +0000 (19:43 +0200)
lxc-docker.spec

index 3880f91a21871e8787667d45845c644e671ac075..7a38e6670e16d2f401d767707756ed3b599bc791 100644 (file)
@@ -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"
This page took 0.070582 seconds and 4 git commands to generate.