diff --git a/msvsphere-9.conf b/msvsphere-9.conf index e61d300..d5cceea 100644 --- a/msvsphere-9.conf +++ b/msvsphere-9.conf @@ -55,5 +55,24 @@ extra_isos = { ] } ] + }], + "Server": [{ + "include_variants": [], + "filename": "{release_short}-9.2-{arch}-server{suffix}", + "skip_src": True, + "arches": ['x86_64'], + "failable_arches": ['i386'], + "extra_files": [ + { + 'scm': 'git', + 'repo': 'http://git.inferitos.ru/rpms/sphere-release.git', + 'branch': 'i9', + 'file': [ + 'SOURCES/EULA', + 'SOURCES/LICENSE', + 'SOURCES/RPM-GPG-KEY-MSVSphere-9' + ] + } + ] }] } diff --git a/msvsphere/additional_packages.conf b/msvsphere/additional_packages.conf index 987a853..462524e 100644 --- a/msvsphere/additional_packages.conf +++ b/msvsphere/additional_packages.conf @@ -58,5 +58,34 @@ additional_packages = [ "salt" ] } + ), + ( + '^Server$', { + '*': [ + "aide", + "audispd-plugins", + "dnf-automatic", + "fapolicyd", + "gnutls-utils", + "kernel-modules-extra", + "libreswan", + "libsss_sudo", + "policycoreutils-python-utils", + "rear", + "rng-tools", + "rsyslog-gnutls", + "subscription-manager", + "usbguard", + "kernel", + "glibc-gconv-extra.i686", + "libsss_autofs", + "sssd-nfs-idmap", + "kbd-legacy", + "container-selinux", + "flatpak-selinux", + "libdecor", + "ibus-gtk2" + ] + } ) ]