From e4521cfb80dda7adba2bed983028e6918885eb79 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Apr 23 2020 05:10:08 +0000 Subject: ELN: Filter out openh264 packages to be 100% they will not appear in the compose. Signed-off-by: Jan Kaluza --- diff --git a/eln.conf b/eln.conf index 91ad86d..4e4a192 100644 --- a/eln.conf +++ b/eln.conf @@ -145,8 +145,10 @@ multilib = [ }) ] + +# The openh264 packages are https://fedoraproject.org/wiki/Non-distributable-rpms. filter_packages = [ - ("^.*$", {"*": ["glibc32", "libgcc32"]}), + ("^.*$", {"*": ["glibc32", "libgcc32", "*openh264*"]}), ]