stages/rpm: include sigpgp, siggpg in metadata
Return the SIGPGP, SIGGPG fields, if available, in the packages metadata. This is needed for the koji integration.
This commit is contained in:
parent
f42f3d87e7
commit
452e9ddb9e
2 changed files with 693 additions and 251 deletions
|
|
@ -90,7 +90,9 @@ def generate_package_metadata(tree):
|
|||
"release": "%{RELEASE}",
|
||||
"epoch": %|EPOCH?{"%{EPOCH}"}:{null}|,
|
||||
"arch": %|ARCH?{"%{ARCH}"}:{null}|,
|
||||
"sigmd5": %|SIGMD5?{"%{SIGMD5}"}:{null}|
|
||||
"sigmd5": %|SIGMD5?{"%{SIGMD5}"}:{null}|,
|
||||
"sigpgp": %|SIGPGP?{"%{SIGPGP}"}:{null}|,
|
||||
"siggpg": %|SIGGPG?{"%{SIGGPG}"}:{null}|
|
||||
\},
|
||||
"""
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue