]> git.pld-linux.org Git - packages/docker.git/commitdiff
include pld into "build" auto/th/lxc-docker-0.6.3-3
authorElan Ruusamäe <glen@delfi.ee>
Thu, 10 Oct 2013 07:45:23 +0000 (10:45 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 10 Oct 2013 07:45:23 +0000 (10:45 +0300)
lxc-docker.spec

index 2d3abded9e6a0b1e51cfb7d9acb958b99f34cb4b..bbc14b031be38386be10a3e369debd4bfb9a5662 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Docker: the Linux container engine
 Name:          lxc-docker
 Version:       0.6.3
-Release:       2
+Release:       3
 License:       Apache v2.0
 Group:         Applications/System
 Source0:       https://github.com/dotcloud/docker/archive/v%{version}/docker-%{version}.tar.gz
@@ -72,7 +72,7 @@ export GOPATH=$(pwd)/vendor
 install -d build
 cd build
 VERSION=%{version}
-GITCOMMIT=%{release} # use RPM_PACKAGE_RELEASE for this
+GITCOMMIT=pld-%{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.053755 seconds and 4 git commands to generate.