diff --git a/docker.spec b/docker.spec index cc6ea39..94bb79f 100644 --- a/docker.spec +++ b/docker.spec @@ -26,12 +26,12 @@ Version: %{dist_version} Release: 2 Summary: Automates deployment of containerized applications License: ASL 2.0 -Group: System/Kernel and hardware +Group: System/Kernel and hardware URL: http://www.docker.com # only x86_64 for now: https://github.com/docker/docker/issues/136 #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 Source1: %{repo}.service @@ -55,6 +55,7 @@ BuildRequires: go-md2man BuildRequires: device-mapper-devel BuildRequires: btrfs-devel BuildRequires: pkgconfig(systemd) +BuildRequires: pkgconfig(libsystemd-journal) Requires: systemd-units # With docker >= 1.11 you now need containerd (and runC as a dep)