#5003 Missing attributes in Fedora 22 Updates repodata
Closed: Fixed Opened by jdostal.

= bug description =

I'm creating this ticket in order to resolve our customer's problem. We are working on Spacewalk\Red Hat Satellite. One of our customers found a bug that blocks use of feature in Spacewalk\Satellite for synchronizing repositories. The problem he bumped into was occurring only by Fedora 22 Updates repo while syncing erratas.

I did some investigation and found out that there are some inconsistencies in repodata/updateinfo.xml as described below.

= bug analysis =
Fedora 22 Updates repodata: updateinfo.xml
Examples:

===Actual result===
{{{

FEDORA-2015-12791
tint2-0.12.2-1.fc22

Copyright (C) 2015 Red Hat, Inc. and others.
Fedora 22

tint2-0.12.2-1.fc22 bugfix update
...
}}}

===Expected result===
{{{

FEDORA-2015-12791
tint2-0.12.2-1.fc22


Copyright (C) 2015 Red Hat, Inc. and others.
Fedora 22

tint2-0.12.2-1.fc22 bugfix update
...
}}}

In this example there is no "issued date" attribute. We need this attribute for post-processing repository. "Issued date" is critical for us to store informations about erratas.

= fix recommendation =
Add "issued date" attribute to shown example. There might be more records that are missing "issued date".


This looks like a upstream bodhi issue.

Would you be willing to (re)file at https://github.com/fedora-infra/bodhi/issues ?

Or would you like me to do so...

Hello Kevin,
Thank you for your response. I have filed an issue at https://github.com/fedora-infra/bodhi/issues/718

Jiri

Great, thanks.

Metadata