From e791dbbd312b38d0ee9db9872bce11db07b59159 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 10 Oct 2013 10:45:23 +0300 Subject: [PATCH 1/1] include pld into "build" --- lxc-docker.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxc-docker.spec b/lxc-docker.spec index 2d3abde..bbc14b0 100644 --- a/lxc-docker.spec +++ b/lxc-docker.spec @@ -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" -- 2.44.0