From e4521cfb80dda7adba2bed983028e6918885eb79 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 23 Apr 2020 07:09:58 +0200 Subject: [PATCH] ELN: Filter out openh264 packages to be 100% they will not appear in the compose. Signed-off-by: Jan Kaluza --- eln.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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*"]}), ]