Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > d99fdc4356a63c0c4591cc50ed516f62 > files > 192

distribution-gpg-keys-1.29-1.mga7.noarch.rpm

# distribution-gpg-keys

GPG keys used by various Linux distributions to sign packages.

## Keys for

 * CentOS
 * EPEL
 * Fedora
 * Red Hat
 * RPM Fusion
 * Mageia
 * COPR repositories

and for third parties repos:

 * Adobe
 * CalcForge
 * Dell
 * Dropbox
 * Google
 * JPackage
 * PostgreSQL RPM Building Project
 * Remi's
 * Skype
 * VirtualBox
 
## Releasing

To get tar.gz:

    dnf install tito
    git clone git://github.com/xsuchy/distribution-gpg-keys.git
    cd distribution-gpg-keys
    tito build --tgz

To get SRPM:

    tito build --srpm

To get RPM:

    tito build --rpm

To create new release:

    # do NOT create changelog entries
    git commit
    tito tag
    git push && git push --tags