]> git.pld-linux.org Git - packages/docker.git/blobdiff - lxc-docker.spec
up to 0.9.0; requires go1.2 to build
[packages/docker.git] / lxc-docker.spec
index 3880f91a21871e8787667d45845c644e671ac075..46ebcd96ae6aae10e1cf4f98a0d78cebc821263f 100644 (file)
@@ -4,17 +4,18 @@
 
 Summary:       Docker: the Linux container engine
 Name:          lxc-docker
-Version:       0.7.5
+Version:       0.9.0
 Release:       1
 License:       Apache v2.0
 Group:         Applications/System
 Source0:       https://github.com/dotcloud/docker/archive/v%{version}/docker-%{version}.tar.gz
-# Source0-md5: d3caed273f5c54f8fee6cf133449ac9a
+# Source0-md5: 5969bb91ec4f17aa381831046fb15531
 Source5:       %{name}.service
 Source6:       %{name}.init
 URL:           http://github.com/dotcloud/docker
+BuildRequires: btrfs-progs-devel
 BuildRequires: device-mapper-devel
-BuildRequires: golang >= 1.1.2
+BuildRequires: golang >= 1.2.1
 BuildRequires: rpmbuild(macros) >= 1.228
 BuildRequires: sqlite3-devel >= 3.7.9
 Requires(post,preun):  /sbin/chkconfig
@@ -94,7 +95,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.025663 seconds and 4 git commands to generate.