OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-re                       Date:   25-Nov-2002 14:35:53
  Branch: HEAD                             Handle: 2002112513355300

  Modified files:
    openpkg-re              openpkg-index

  Log:
    add signature data from binary rpms

  Summary:
    Revision    Changes     Path
    1.15        +8  -1      openpkg-re/openpkg-index
  ____________________________________________________________________________

  Index: openpkg-re/openpkg-index
  ============================================================
  $ cvs diff -u -r1.14 -r1.15 openpkg-index
  --- openpkg-re/openpkg-index  25 Nov 2002 13:25:44 -0000      1.14
  +++ openpkg-re/openpkg-index  25 Nov 2002 13:35:53 -0000      1.15
  @@ -509,6 +509,10 @@
           xml_tag(6, $a, 'Size'),
           xml_tag(6, $a, 'Prefixes'),
           xml_tag(6, $a, 'Platform'),
  +        xml_tag(6, $a, 'SigSize'),
  +        xml_tag(6, $a, 'SigMD5'),
  +        xml_tag(6, $a, 'SigPGP'),
  +        xml_tag(6, $a, 'SigGPG'),
           xml_bag(6, $a, 'BuildPreReq'),
           xml_bag(6, $a, 'PreReq'),
           xml_bag(6, $a, 'Provides'),
  @@ -629,7 +633,10 @@
            grep { $a{$_} ne '(none)' }
            keys %a;
       if ($a{'Relocations'} eq '(non relocatable)') {
  -        delete $a{'Relocations'}
  +        delete $a{'Relocations'};
  +    }
  +    if ($a{'SigMD5'} eq '(unknown type)') {
  +        delete $a{'SigMD5'};
       }
       $a{'Platform'} = "$a{'Arch'}-$platform-$a{'Os'}";
       $a{'PreReq'} =~ s/^rpmlib\(.*$//mg;
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to