parent
6b2089d816
commit
9ba4982e13
@ -1,38 +0,0 @@
|
||||
#
|
||||
# MSVSphere Server 9 Pungi configuration file
|
||||
#
|
||||
# Notes:
|
||||
# - there is a problem with accessing git.inferitos.ru repositories via
|
||||
# HTTPs from our internal network, so we have to use HTTP for now.
|
||||
|
||||
from msvsphere/general import *
|
||||
from msvsphere/multilib import *
|
||||
from msvsphere/additional_packages-server import *
|
||||
|
||||
# product information
|
||||
release_name = 'MSVSphere Server'
|
||||
release_short = 'MSVSphere'
|
||||
release_version = '9.2'
|
||||
treeinfo_version = '9'
|
||||
|
||||
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'
|
||||
]
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
@ -1,31 +0,0 @@
|
||||
additional_packages = [
|
||||
(
|
||||
'^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"
|
||||
]
|
||||
}
|
||||
)
|
||||
]
|
@ -1,89 +0,0 @@
|
||||
additional_packages = [
|
||||
(
|
||||
'^Minimal$', {
|
||||
'*': [
|
||||
"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"
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^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"
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^Extras$', {
|
||||
'*': [
|
||||
"anaconda-live",
|
||||
"bats",
|
||||
"chromium",
|
||||
"epel-release",
|
||||
"fontconfig-font-replacements",
|
||||
"fontconfig-enhanced-defaults",
|
||||
"gnome-shell-extension-appindicator",
|
||||
"gnome-shell-extension-arcmenu",
|
||||
"gnome-shell-extension-dash-to-panel",
|
||||
"gnome-shell-extension-no-overview",
|
||||
"google-roboto-fonts",
|
||||
"hardinfo",
|
||||
"htop",
|
||||
"kora-icon-theme",
|
||||
"mock",
|
||||
"pipewire-module-xrdp",
|
||||
"redhat-lsb",
|
||||
"remmina",
|
||||
"remmina-devel",
|
||||
"remmina-gnome-session",
|
||||
"remmina-plugins-exec",
|
||||
"remmina-plugins-python",
|
||||
"remmina-plugins-rdp",
|
||||
"remmina-plugins-secret",
|
||||
"remmina-plugins-vnc",
|
||||
"remmina-plugins-www",
|
||||
"salt"
|
||||
]
|
||||
}
|
||||
)
|
||||
]
|
Loading…
Reference in new issue