mirror of
https://abf.rosa.ru/djam/docker.git
synced 2025-02-23 17:42:47 +00:00
Fix BRs
This commit is contained in:
parent
4a96a076f7
commit
c7d82925a3
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue