From 341c3c38cabb9308e1a60a36ccb4421ce27d6072 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Jul 31 2024 22:04:37 +0000 Subject: Do not filter noopenh264 noopenh264 is a redistributable stub which allows building for openh264 without shipping the actual implementation. --- diff --git a/shared/additional_and_filter_packages.conf b/shared/additional_and_filter_packages.conf index ab57d22..984ba42 100644 --- a/shared/additional_and_filter_packages.conf +++ b/shared/additional_and_filter_packages.conf @@ -17,7 +17,9 @@ filter_packages = [ "glibc32", "libgcc32", "scap-security-guide-rule-playbooks", - "*openh264*", # https://fedoraproject.org/wiki/Non-distributable-rpms + "mozilla-openh264", # https://fedoraproject.org/wiki/Non-distributable-rpms + "openh264", # https://fedoraproject.org/wiki/Non-distributable-rpms + "openh264-devel", # https://fedoraproject.org/wiki/Non-distributable-rpms "python3-openipmi", #RhBug 1982794 "OpenIPMI-perl", #RhBug 1982794 ]