Include sscg by default alongside cockpit

Cockpit 140+ will now use sscg if it is available to generate more
reliable and secure default certificates instead of simple
self-signed certificates.

Fedora Server carries only a reduced set of Cockpit subpackages,
so it doesn't pick up the `Recommends: sscg` from the main
'cockpit' metapackage. Thus we need to add it explicitly in the
comps.xml

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2017-05-31 09:55:20 -04:00
parent 0c3ccd6474
commit 1022bd82f2
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
2 changed files with 2 additions and 0 deletions

View File

@ -3170,6 +3170,7 @@
<packagereq type="mandatory">openssh-server</packagereq>
<packagereq type="mandatory">PackageKit</packagereq>
<packagereq type="mandatory">rolekit</packagereq>
<packagereq type="default">sscg</packagereq>
<packagereq type="optional">cockpit-kubernetes</packagereq>
<packagereq type="optional">cockpit-pcp</packagereq>
</packagelist>

View File

@ -3171,6 +3171,7 @@
<packagereq type="mandatory">openssh-server</packagereq>
<packagereq type="mandatory">PackageKit</packagereq>
<packagereq type="mandatory">rolekit</packagereq>
<packagereq type="default">sscg</packagereq>
<packagereq type="optional">cockpit-kubernetes</packagereq>
<packagereq type="optional">cockpit-pcp</packagereq>
</packagelist>