bodhi / backend: add debuginfo packages to rpm pungi updates config
Right now, pungi for updates doesn't include debuginfo for all packages. It skips ones that don't match any binary package. So we add a wildcard to include all these as well. See https://pagure.io/pungi/issue/1460 for more info. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f6d75dfca0
commit
bd9aa883d8
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ additional_packages = [
|
|||
('^Everything$', {
|
||||
'*': [
|
||||
'*',
|
||||
'*-debuginfo',
|
||||
],
|
||||
}),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue