Add Pungi filter for OpenH264 packages
Signed-off-by: Patrik Polakovič <patrik@alphamail.org>
This commit is contained in:
parent
b3c32cbc9c
commit
af73ccce72
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@ hashed_directories = True
|
||||||
pkgset_source = 'koji' # koji, repos
|
pkgset_source = 'koji' # koji, repos
|
||||||
filter_system_release_packages = False
|
filter_system_release_packages = False
|
||||||
|
|
||||||
|
filter_packages = [
|
||||||
|
("^.*$", {
|
||||||
|
"*": ["openh264"],
|
||||||
|
}),
|
||||||
|
]
|
||||||
|
|
||||||
# GATHER
|
# GATHER
|
||||||
greedy_method = 'build'
|
greedy_method = 'build'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue