slogging/doc/source/install/build_rpm_packages.rst
Keiichi Hikita 7444891218 Fix tox settings and relevant bugs
I found problem as follows in current tox.ini

- test-requirements can not be read correctly
- some os level command is not in white_list
- one rst file does not follow rst syntac
- fix lack of gitreview file

Purpose of this review request is fixing above problems.

Change-Id: I1d2b29bbc7cdc506f5187c2ef6ee03fd2b908f58
2018-04-18 09:29:01 +09:00

588 B

How to Build to RPM Packages

  1. Make sure you have rpm-build installed:

    sudo yum install rpm-build

Fedora/CentOS/RedHat

  1. Type following command at the top of slogging directory:

    sudo python setup.py bdist_rpm
  2. Check if the RPM package has built:

    ls dist/slogging-[slogging-version]

OpenSUSE

  1. Type following command at the top of slogging directory:

    sudo zypper install rpm-build
  2. Check if the RPM package has built:

    ls dist/slogging-[slogging-version]