Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 747 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 747 Bytes

centos-release-paas-common is a package shared between the different projects of the CentOS PaaS SIG. This package contains the public GPG key that is used for verification of the released RPMs.

This package needs to get build against the following targets so that the packages land at the right tag for inclusion in CentOS Extras:

  • core7-extras-common-el7.centos (tag: core7-extras-common-candidate)

Building the package can be done like this:

$ rpmbuild -bs \
           --define "_sourcedir $PWD" --define "_srcrpmdir $PWD" \
           --define "dist .el7.centos" \
           centos-release-paas-common.spec

$ cbs build core7-extras-common-el7.centos \
      centos-release-paas-common-1-2.el7.centos.src.rpm