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:
parent
9baf4bad39
commit
110d9296dc
2 changed files with 8 additions and 0 deletions
|
@ -14,8 +14,12 @@ exclude_list_groups:
|
|||
- container-management
|
||||
|
||||
# PackageKit is spread across various groups
|
||||
# We can not include openh264. See https://fedoraproject.org/wiki/OpenH264
|
||||
exclude_list_all_regexp:
|
||||
- "PackageKit.*"
|
||||
- "gstreamer1-plugin-openh264"
|
||||
- "mozilla-openh264"
|
||||
- "openh264"
|
||||
|
||||
# Common exclude list for all ostree desktop versions
|
||||
exclude_list:
|
||||
|
|
|
@ -88,3 +88,7 @@ packages-x86_64:
|
|||
# Make sure the following are not pulled in when Recommended by other packages
|
||||
exclude-packages:
|
||||
- PackageKit
|
||||
# We can not include openh264. See https://fedoraproject.org/wiki/OpenH264
|
||||
- gstreamer1-plugin-openh264
|
||||
- mozilla-openh264
|
||||
- openh264
|
||||
|
|
Loading…
Reference in a new issue