Skip to content

Commit ff97bc7

Browse files
committed
Tiny fix for rpm and deb descriptions
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
1 parent b173314 commit ff97bc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hack/make/.build-deb/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Recommends: aufs-tools,
1515
${apparmor:Recommends}
1616
Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package
1717
Description: Docker: the open-source application container engine
18-
Docker is an open source project to pack, ship and run any application as a
18+
Docker is an open source project to build, ship and run any application as a
1919
lightweight container
2020
.
2121
Docker containers are both hardware-agnostic and platform-agnostic. This means

hack/make/.build-rpm/docker-engine.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Conflicts: docker
5555
Conflicts: docker-io
5656

5757
%description
58-
Docker is an open source project to pack, ship and run any application as a
59-
lightweight container
58+
Docker is an open source project to build, ship and run any application as a
59+
lightweight container.
6060

6161
Docker containers are both hardware-agnostic and platform-agnostic. This means
6262
they can run anywhere, from your laptop to the largest EC2 compute instance and

0 commit comments

Comments
 (0)