This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Commit 4102765
committed
RPM spec: remove -ce suffix from distribution_based_engine JSON
Noticed this failing in internal e2e tests on CentOS:
```
sudo docker engine activate --license /tmp/docker.lic
unable to determine the installed engine version. Specify which engine image to update with --engine-image: open /var/lib/docker-engine/distribution_based_engine.json: no such file or directory
```
Looks lik 09b3ac8 changed the name of this
file from `distribution_based_engine-ce.json` to `distribution_based_engine.json`
(without `-ce` suffix) for the `.deb` packages, but did not update
the RPM packages accordingly.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 77878ff)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 2dd0ad14545c6b79ddc3b101556852d304f153f9
Component: packaging1 parent 8826447 commit 4102765
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments