From 6b2089d8163ecd546a8e97a4d45591b29720b374 Mon Sep 17 00:00:00 2001 From: tigro Date: Sat, 12 Aug 2023 14:54:42 +0300 Subject: [PATCH] Added Server configuration to common compose --- msvsphere-9.conf | 19 +++++++++++++++++++ msvsphere/additional_packages.conf | 29 +++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) 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" + ] + } ) ]