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

47 lines
1.2 KiB

additional_packages = [
(
'^Certified$', {
'*': [
"anaconda-live",
"bats",
"epel-release",
"fontconfig-enhanced-defaults",
"fontconfig-font-replacements",
"gnome-shell-extension-appindicator",
"gnome-shell-extension-arcmenu",
"gnome-shell-extension-dash-to-panel",
"gnome-shell-extension-no-overview",
"go-rpm-templates",
"go-srpm-macros",
"google-roboto-fonts",
"gutenprint-selinux",
"htop",
"kora-icon-theme",
"mock",
"pipewire-module-xrdp",
"pkcs11-helper",
"redhat-lsb",
"salt",
"yasm",
"yasm-devel"
]
}
),
(
'^Devel$', {
'*': [
"sphere-repos-extra",
"yasm",
"yasm-devel"
]
}
),
(
'^Testing$', {
'*': [
"sphere-repos-testing"
]
}
)
]