ELN: Filter out openh264 packages to be 100% they will not appear in the compose.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza 2020-04-23 07:09:58 +02:00
parent a60be9fc83
commit e4521cfb80

View File

@ -145,8 +145,10 @@ multilib = [
})
]
# The openh264 packages are https://fedoraproject.org/wiki/Non-distributable-rpms.
filter_packages = [
("^.*$", {"*": ["glibc32", "libgcc32"]}),
("^.*$", {"*": ["glibc32", "libgcc32", "*openh264*"]}),
]