Make sure all openh264 packages are always excluded

According to https://fedoraproject.org/wiki/OpenH264, we can not ship
this in Silverblue.
This commit is contained in:
Timothée Ravier 2021-02-02 12:42:14 +01:00
parent 9baf4bad39
commit 110d9296dc
No known key found for this signature in database
GPG Key ID: DB27818F78688F83
2 changed files with 8 additions and 0 deletions

View File

@ -14,8 +14,12 @@ exclude_list_groups:
- container-management - container-management
# PackageKit is spread across various groups # PackageKit is spread across various groups
# We can not include openh264. See https://fedoraproject.org/wiki/OpenH264
exclude_list_all_regexp: exclude_list_all_regexp:
- "PackageKit.*" - "PackageKit.*"
- "gstreamer1-plugin-openh264"
- "mozilla-openh264"
- "openh264"
# Common exclude list for all ostree desktop versions # Common exclude list for all ostree desktop versions
exclude_list: exclude_list:

View File

@ -88,3 +88,7 @@ packages-x86_64:
# Make sure the following are not pulled in when Recommended by other packages # Make sure the following are not pulled in when Recommended by other packages
exclude-packages: exclude-packages:
- PackageKit - PackageKit
# We can not include openh264. See https://fedoraproject.org/wiki/OpenH264
- gstreamer1-plugin-openh264
- mozilla-openh264
- openh264