Filter some packages

i8.9
Arkady L. Shane 9 months ago
parent 96bdf89c26
commit 4d7325742e
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,4 +1,12 @@
filter_packages = [
(
'^AppStream$', {
'*': [
"adobe-source-code-pro-fonts",
"python*-beautifulsoup4"
]
}
),
(
'^BaseOS$', {
'*': [

@ -1,4 +1,13 @@
filter_packages = [
(
'^AppStream$', {
'*': [
"glibc32",
"adobe-source-code-pro-fonts",
"python*-beautifulsoup4"
]
}
),
(
'^BaseOS$', {
'*': [
@ -9,6 +18,7 @@ filter_packages = [
"sphere-release-identity-xfce",
"sphere-release-identity-kde",
"checkpolicy",
"glibc32",
"libverto-libevent",
"policycoreutils-python-utils",
"python3-audit",
@ -23,9 +33,17 @@ filter_packages = [
]
}
),
(
'^PowerTools$', {
'*': [
"glibc32"
]
}
),
(
'^Minimal$', {
'*': [
"glibc32",
"sphere-release-arm",
"sphere-release-identity-arm",
"sphere-release-cinnamon",
@ -41,6 +59,7 @@ filter_packages = [
(
'^Server$', {
'*': [
"glibc32",
"sphere-release-arm",
"sphere-release-identity-arm",
"sphere-release-cinnamon",
@ -56,6 +75,7 @@ filter_packages = [
(
'^Extras$', {
'*': [
"glibc32",
"mpg123-devel",
"sphere-release-el"
]

Loading…
Cancel
Save