Added Server configuration to common compose

i9.2
Arkady L. Shane 1 year ago
parent 4110a46fe9
commit 6b2089d816
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -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'
]
}
]
}]
}

@ -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"
]
}
)
]

Loading…
Cancel
Save