DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
All instructions are given from the root of release archive, available from Apache Ignite Release Build Project.
Install build-required dependencies
yum install -y rpmdevtools rpm-build
Create directory layout
rpmdev-setuptree
Copy build specification and additional sources required for build
cp -rfv git/packaging/rpm/* ~/rpmbuild
Copy built binary from target/bin to sources directory
cp -rfv svn/vote/apache-ignite-fabric-<version>-bin.zip ~/rpmbuild/SOURCES/apache-ignite.zip
Run build process
rpmbuild -bb ~/rpmbuild/SPECS/apache-ignite.spec
To build also SRPM package, run with -ba flag instead
Package will be available in ~/rpmbuild/RPMS/noarch