You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pungi-msvsphere/msvsphere-i686/additional_packages.conf

101 lines
2.7 KiB

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"
]
}
),
(
'^Extras$', {
'*': [
"anaconda-live",
"bats",
"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",
"htop",
"kora-icon-theme",
"mock",
"pipewire-module-xrdp",
"pkcs11-helper",
"redhat-lsb",
"salt",
"sphere-release-xfce",
"sphere-release-kde",
"sphere-release-cinnamon",
"sphere-release-identity-cinnamon",
"sphere-release-identity-xfce",
"sphere-release-identity-kde"
]
}
),
(
'^Devel$', {
'*': [
"sphere-repos-extra"
]
}
),
(
'^Testing$', {
'*': [
"sphere-repos-testing"
]
}
),
(
'^Server$', {
'*': [
"aide",
"audispd-plugins",
"dnf-automatic",
"fapolicyd",
"gnutls-utils",
"gutenprint-selinux",
"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"
]
}
)
]