mirror of https://github.com/docker/docs.git
Merge pull request #14456 from Djelibeybi/issue14042
Remove RPM specific dependencies
This commit is contained in:
commit
cab02a5bbc
|
@ -37,10 +37,7 @@ Requires(preun): initscripts
|
||||||
# required packages on install
|
# required packages on install
|
||||||
Requires: /bin/sh
|
Requires: /bin/sh
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
Requires: libc.so.6
|
|
||||||
Requires: libcgroup
|
Requires: libcgroup
|
||||||
Requires: libpthread.so.0
|
|
||||||
Requires: libsqlite3.so.0
|
|
||||||
Requires: tar
|
Requires: tar
|
||||||
Requires: xz
|
Requires: xz
|
||||||
%if 0%{?fedora} >= 21
|
%if 0%{?fedora} >= 21
|
||||||
|
|
Loading…
Reference in New Issue