#665 Fix an obsolete gpg key labeled as UID
Merged 6 years ago by robyduck. Opened 6 years ago by kellin.
kellin/fedora-websites fix-fedora-extras-key-presentation  into  master

@@ -400,10 +400,9 @@ 

                [

                    'Fedora Project <fedora-extras@fedoraproject.org>',

                    'Fedora Pre Extras Release <pre-extras@fedoraproject.org>',

-                   'Fedora Project <fedora-extras@redhat.com>',

-                   '1024g/4E1A9D43 2004-12-14'

+                   'Fedora Project <fedora-extras@redhat.com>'

                ],

-               None,

+               '1024g/4E1A9D43 2004-12-14',

                [],

                Markup(_('If you are using Fedora Extras with Fedora Core 6, use this package from <strong>extras</strong> repository.  This key will no longer be used after Fedora Core 6 and Extras reach EOL (December 7th 2007). This key is not included in the <strong>fedora-release</strong> package in Fedora 7 and later releases.')))

        ])}

The obsolete keys page is a data store of old fedora keys. There was one
field containing a gpg key that was labeled as a UID instead of a sub.
This broke aautomated parsing discovery of obsolete keys.

rebased

6 years ago

Pull-Request has been merged by robyduck

6 years ago
Metadata