it's cockpit-docker, not docker-cockpit

also make it conditional on cockpit being installed
This commit is contained in:
Dusty Mabe 2018-04-21 09:52:14 -04:00
parent 06bbd8a29e
commit 670e25b330
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
2 changed files with 2 additions and 2 deletions

View File

@ -712,7 +712,7 @@
<packagelist>
<packagereq type="mandatory">atomic</packagereq>
<packagereq type="default">docker</packagereq>
<packagereq type="default">docker-cockpit</packagereq>
<packagereq type="conditional" requires="cockpit">cockpit-docker</packagereq>
<packagereq type="optional">buildah</packagereq>
<packagereq type="optional">podman</packagereq>
</packagelist>

View File

@ -712,7 +712,7 @@
<packagelist>
<packagereq type="mandatory">atomic</packagereq>
<packagereq type="default">docker</packagereq>
<packagereq type="default">docker-cockpit</packagereq>
<packagereq type="conditional" requires="cockpit">cockpit-docker</packagereq>
<packagereq type="optional">buildah</packagereq>
<packagereq type="optional">podman</packagereq>
<packagereq type="optional">origin-clients</packagereq>