Skip to content

Commit

Permalink
Parse checksum in repomd.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Aug 4, 2015
1 parent 4868196 commit 9790234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/Rpmmd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ my $repomdparser = {
_tag => 'type',
_end => \&generic_add_result,
location => { _start => \&generic_store_attr, _attr => 'href', _tag => 'location'},
checksum => { _start => \&generic_store_attr, _attr => 'type', _tag => 'checksum', _text => 1, _end => \&primary_handle_checksum },
size => { _text => 1, _end => \&generic_store_text, _tag => 'size'},
},
},
Expand Down

0 comments on commit 9790234

Please sign in to comment.