|
|
777f97 |
centos-release-ceph-nautilus provides the YUM repository file for packages of the
|
|
|
777f97 |
CentOS Storage SIG that are used with Ceph Nautilus
|
|
|
777f97 |
|
|
|
777f97 |
This package needs to be built against the following targets so that the
|
|
|
777f97 |
packages land at the right tag for inclusion in CentOS Extras:
|
|
|
777f97 |
|
|
|
777f97 |
- core6-extras-common-el6.centos (tag: core6-extras-common-candidate)
|
|
|
777f97 |
- core7-extras-common-el7.centos (tag: core7-extras-common-candidate)
|
|
|
777f97 |
- core8-extras-common-el8.centos (tag: core8-extras-common-candidate)
|
|
|
777f97 |
|
|
|
777f97 |
Building the package can be done like this:
|
|
|
777f97 |
|
|
|
777f97 |
|
|
|
777f97 |
$ rpmbuild -bs \
|
|
|
777f97 |
--define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \
|
|
|
777f97 |
--define "dist .el7.centos" \
|
|
|
777f97 |
SPECS/centos-release-ceph-nautilus.spec
|
|
|
777f97 |
|
|
|
777f97 |
$ cbs \
|
|
|
777f97 |
build core7-extras-common-el7.centos \
|
|
|
777f97 |
centos-release-ceph-nautilus-1.2-2.el7.centos.src.rpm
|
|
|
777f97 |
|