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*"]}), ]