This commit is contained in:
Denis Silakov 2016-06-18 00:02:07 +03:00
parent 4a96a076f7
commit c7d82925a3

View file

@ -26,12 +26,12 @@ Version: %{dist_version}
Release: 2 Release: 2
Summary: Automates deployment of containerized applications Summary: Automates deployment of containerized applications
License: ASL 2.0 License: ASL 2.0
Group: System/Kernel and hardware Group: System/Kernel and hardware
URL: http://www.docker.com URL: http://www.docker.com
# only x86_64 for now: https://github.com/docker/docker/issues/136 # only x86_64 for now: https://github.com/docker/docker/issues/136
#ExclusiveArch: x86_64 #ExclusiveArch: x86_64
Source0: https://%{import_path}/archive/v%{dist_version}.tar.gz Source0: https://%{import_path}/archive/v%{dist_version}.tar.gz
#Source0: https://%{import_path}/archive/%{commit}.tar.gzS #Source0: https://%{import_path}/archive/%{commit}.tar.gzS
Source1: %{repo}.service Source1: %{repo}.service
@ -55,6 +55,7 @@ BuildRequires: go-md2man
BuildRequires: device-mapper-devel BuildRequires: device-mapper-devel
BuildRequires: btrfs-devel BuildRequires: btrfs-devel
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(libsystemd-journal)
Requires: systemd-units Requires: systemd-units
# With docker >= 1.11 you now need containerd (and runC as a dep) # With docker >= 1.11 you now need containerd (and runC as a dep)