Tiny fix for rpm and deb descriptions
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
b173314cca
commit
ff97bc79cb
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ Recommends: aufs-tools,
|
|||
${apparmor:Recommends}
|
||||
Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package
|
||||
Description: Docker: the open-source application container engine
|
||||
Docker is an open source project to pack, ship and run any application as a
|
||||
Docker is an open source project to build, ship and run any application as a
|
||||
lightweight container
|
||||
.
|
||||
Docker containers are both hardware-agnostic and platform-agnostic. This means
|
||||
|
|
|
@ -55,8 +55,8 @@ Conflicts: docker
|
|||
Conflicts: docker-io
|
||||
|
||||
%description
|
||||
Docker is an open source project to pack, ship and run any application as a
|
||||
lightweight container
|
||||
Docker is an open source project to build, ship and run any application as a
|
||||
lightweight container.
|
||||
|
||||
Docker containers are both hardware-agnostic and platform-agnostic. This means
|
||||
they can run anywhere, from your laptop to the largest EC2 compute instance and
|
||||
|
|
Loading…
Reference in a new issue