|
|
091193 |
centos-release-storage-common is a package shared between the different
|
|
|
091193 |
projects of the CentOS Storage SIG. This package contains the public GPG key
|
|
|
091193 |
that is used for verification of the released RPMs.
|
|
|
091193 |
|
|
|
91a08e |
This package needs to get built against the following targets so that the
|
|
|
091193 |
packages land at the right tag for inclusion in CentOS Extras:
|
|
|
091193 |
|
|
|
91a08e |
- core8-extras-common-el8.centos (tag: core8-extras-common-candidate)
|
|
|
091193 |
- core7-extras-common-el7.centos (tag: core7-extras-common-candidate)
|
|
|
091193 |
- core6-extras-common-el6.centos (tag: core6-extras-common-candidate)
|
|
|
091193 |
|
|
|
091193 |
Building the package can be done like this:
|
|
|
091193 |
|
|
|
091193 |
|
|
|
091193 |
$ rpmbuild -bs \
|
|
|
91a08e |
--define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \
|
|
|
091193 |
--define "dist .el7.centos" \
|
|
|
91a08e |
SPECS/centos-release-storage-common.spec
|
|
|
091193 |
|
|
|
091193 |
$ cbs \
|
|
|
91a08e |
build core8-extras-common-el8.centos \
|
|
|
91a08e |
centos-release-storage-common-2-2.el8.centos.src.rpm
|
|
|
091193 |
|