Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 10e7a7e

Browse files
committed
Sync RPM Spec with EE
- systemd-units -> systemd (taken from 8bb1f0a7a395dfd979cd410b26ef47e55433de32) - some wording changes (taken from a8c522a7c22c34dc354e91941377a4aadc3ddc4c) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit ffcd225) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 12d40535d510df1bafbfaca75e88cd507ec31826 Component: packaging
1 parent 7e95502 commit 10e7a7e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

components/packaging/rpm/SPECS/docker-ce.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Packager: Docker <support@docker.com>
1818
Requires: docker-ce-cli
1919
Requires: container-selinux >= 2.9
2020
Requires: libseccomp >= 2.3
21-
Requires: systemd-units
21+
Requires: systemd
2222
Requires: iptables
2323
Requires: libcgroup
2424
Requires: containerd.io
@@ -60,7 +60,7 @@ Obsoletes: docker-engine-selinux
6060
Obsoletes: docker-engine
6161

6262
%description
63-
Docker is is a product for you to build, ship and run any application as a
63+
Docker is a product for you to build, ship and run any application as a
6464
lightweight container.
6565

6666
Docker containers are both hardware-agnostic and platform-agnostic. This means
@@ -74,6 +74,7 @@ depending on a particular stack or provider.
7474
%setup -q -c -n src -a 0
7575

7676
%build
77+
7778
export DOCKER_GITCOMMIT=%{_gitcommit}
7879
mkdir -p /go/src/github.com/docker
7980
ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
@@ -133,7 +134,6 @@ if ! getent group docker > /dev/null; then
133134
groupadd --system docker
134135
fi
135136

136-
137137
%preun
138138
%systemd_preun docker
139139

0 commit comments

Comments
 (0)