Update Cockpit contents for Fedora Server

- Move some of the Cockpit services from mandatory to default
- Add Cockpit's SELinux troubleshooter by default.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2019-02-15 10:32:12 -05:00
parent 6529d0a83d
commit e9a30ee919
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
2 changed files with 10 additions and 6 deletions

View File

@ -3062,11 +3062,13 @@
<uservisible>true</uservisible>
<packagelist>
<packagereq type="mandatory">cockpit</packagereq>
<packagereq type="mandatory">cockpit-networkmanager</packagereq>
<packagereq type="mandatory">cockpit-packagekit</packagereq>
<packagereq type="mandatory">cockpit-storaged</packagereq>
<packagereq type="mandatory">openssh-server</packagereq>
<packagereq type="mandatory">PackageKit</packagereq>
<packagereq type="default">cockpit-networkmanager</packagereq>
<packagereq type="default">cockpit-packagekit</packagereq>
<packagereq type="default">cockpit-selinux</packagereq>
<packagereq type="default">cockpit-storaged</packagereq>
<packagereq type="optional">cockpit-docker</packagereq>
<packagereq type="optional">cockpit-kubernetes</packagereq>
<packagereq type="optional">cockpit-pcp</packagereq>
</packagelist>

View File

@ -3062,11 +3062,13 @@
<uservisible>true</uservisible>
<packagelist>
<packagereq type="mandatory">cockpit</packagereq>
<packagereq type="mandatory">cockpit-networkmanager</packagereq>
<packagereq type="mandatory">cockpit-packagekit</packagereq>
<packagereq type="mandatory">cockpit-storaged</packagereq>
<packagereq type="mandatory">openssh-server</packagereq>
<packagereq type="mandatory">PackageKit</packagereq>
<packagereq type="default">cockpit-networkmanager</packagereq>
<packagereq type="default">cockpit-packagekit</packagereq>
<packagereq type="default">cockpit-selinux</packagereq>
<packagereq type="default">cockpit-storaged</packagereq>
<packagereq type="optional">cockpit-docker</packagereq>
<packagereq type="optional">cockpit-kubernetes</packagereq>
<packagereq type="optional">cockpit-pcp</packagereq>
</packagelist>