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

33 lines
894 B

filter_packages = [
(
'^Certified$', {
'*': [
"libverto-libevent",
"nginx-mod-devel",
"selinux-policy-minimum",
"sphere-release-cinnamon",
"sphere-release-arm",
"sphere-release-server",
"sphere-release-el",
"sphere-release-identity-cinnamon",
"sphere-release-identity-arm",
"sphere-release-identity-server",
"sphere-release-identity-kde",
"sphere-release-identity-xfce",
"sphere-release-kde",
"sphere-release-xfce",
"systemd-standalone-tmpfiles"
]
}
),
(
'^Devel$', {
'*': [
"gutenprint-selinux",
"sphere-release-el"
]
}
)
]