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/filter_packages.conf

80 lines
2.1 KiB

filter_packages = [
(
'^BaseOS$', {
'*': [
"sphere-release-xfce",
"sphere-release-kde",
"sphere-release-cinnamon",
"sphere-release-identity-cinnamon",
"sphere-release-identity-xfce",
"sphere-release-identity-kde",
"checkpolicy",
"libverto-libevent",
"policycoreutils-python-utils",
"python3-audit",
"python3-distro",
"python3-libselinux",
"python3-libsemanage",
"python3-policycoreutils",
"selinux-policy-minimum",
"systemd-standalone-tmpfiles",
"openssl-fips-provider",
]
}
),
(
'^CRB$', {
'*': [
"glibc32",
"sphere-release-el",
"sphere-sb-certs-el"
]
}
),
(
'^Minimal$', {
'*': [
"sphere-release-arm",
"sphere-release-identity-arm",
"sphere-release-cinnamon",
"sphere-release-identity-cinnamon",
"sphere-release-kde",
"sphere-release-identity-xfce",
"sphere-release-xfce",
"sphere-release-identity-xfce",
"sphere-release-el"
]
}
),
(
'^Server$', {
'*': [
"sphere-release-arm",
"sphere-release-identity-arm",
"sphere-release-cinnamon",
"sphere-release-identity-cinnamon",
"sphere-release-kde",
"sphere-release-identity-xfce",
"sphere-release-xfce",
"sphere-release-identity-xfce",
"sphere-release-el"
]
}
),
(
'^Extras$', {
'*': [
"sphere-release-el"
]
}
),
(
'^Devel$', {
'*': [
"sphere-release-el"
]
}
)
]