tree: b7fec396b012de74f0f1b36db45b369484c1e4e5 [path history] [tgz]
  1. SOURCES/
  2. aurora.spec
  3. Makefile
  4. README.md
specs/rpm/README.md

Building Aurora RPMs

This directory contains all necessary scripting to support the building of Aurora nightly and release RPMs. Building and deployment have been tested against the following Red Hat flavors:

  • CentOS 6/7 on x86_64
  • Fedora 19/20 on x86_64

How to build using Make and rpmbuild

  1. Install the necessary build dependencies via yum-builddep:
sudo yum install -y make rpm-build yum-utils
make srpm
sudo yum-builddep ../../../dist/rpmbuild/SRPMS/*
  1. Build the RPM via Make.
make rpm
  1. After the RPM building process has concluded, RPMs will land here:
$AURORA_HOME/dist/rpmbuild/RPMS