[packages/docker] versioned deps

glen glen at pld-linux.org
Mon Feb 15 22:02:48 CET 2016


commit be6486fd3e717c6d53ac75fdc79ae00f75300aa0
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Feb 15 23:02:43 2016 +0200

    versioned deps

 docker.spec | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/docker.spec b/docker.spec
index 062fa28..f25e092 100644
--- a/docker.spec
+++ b/docker.spec
@@ -3,6 +3,9 @@
 %bcond_with	tests		# build without tests
 %bcond_with	vim			# build vim syntax package
 
+# NOTES
+# https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+
 Summary:	Docker: the open-source application container engine
 Name:		docker
 Version:	1.10.1
@@ -15,9 +18,10 @@ Source5:	%{name}.service
 Source6:	%{name}.init
 Source7:	%{name}.sysconfig
 URL:		https://github.com/docker/docker
-BuildRequires:	btrfs-progs-devel
-BuildRequires:	device-mapper-devel
-BuildRequires:	golang >= 1.3.1
+BuildRequires:	btrfs-progs-devel >= 3.16.1
+BuildRequires:	device-mapper-devel >= 2.02.89
+BuildRequires:	golang >= 1.4
+BuildRequires:	libseccomp-devel >= 2.2.1
 BuildRequires:	rpmbuild(macros) >= 1.228
 BuildRequires:	sqlite3-devel >= 3.7.9
 Requires(post,preun):	/sbin/chkconfig
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/docker.git/commitdiff/be6486fd3e717c6d53ac75fdc79ae00f75300aa0



More information about the pld-cvs-commit mailing list