Skip to content

Instantly share code, notes, and snippets.

@jjneely
Created May 9, 2011 17:32
Show Gist options
  • Save jjneely/962937 to your computer and use it in GitHub Desktop.
Save jjneely/962937 to your computer and use it in GitHub Desktop.
<Bundle name='gpg-pubkeys' version='2.0'>
<Path name='/etc/pki/rpm-gpg/RPM-GPG-KEY-RealmLinux-0'/>
<Path name='/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta-2'/>
<Path name='/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release'/>
<Path name='/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5'/>
<Path name='/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-former'/>
<Package name='gpg-pubkey'>
<!-- The Realm Linux RPM signing key GPG v1.2.1 -->
<Instance simplefile='/etc/pki/rpm-gpg/RPM-GPG-KEY-RealmLinux-0'
version='b274beb2' release='4283a289'/>
<!-- Red Hat's signing key for Beta products -->
<Instance simplefile='/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta-2'
version='f21541eb' release='4a5233e7'/>
<!-- Red Hat's current RPM signing key -->
<Instance simplefile='/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release'
version='37017186' release='45761324'/>
<!-- CentOS5: Required for compatibility with CentOS 5 RL bases -->
<Instance simplefile='/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5'
version='e8562897' release='459f07a4'/>
<!-- Used with RHEL4 products and below -->
<Instance simplefile='/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-former'
version='db42a60e' release='37ea5438'/>
</Package>
</Bundle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment