From 7adebcd30ca7e358790b2cd70f49fe98750aeace Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Tue, 5 Sep 2017 21:35:12 +0200 Subject: [PATCH] 'rpm-build' package is required to build RPMs --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index f87a7a1e..e82b1ca2 100644 --- a/README.rst +++ b/README.rst @@ -77,6 +77,7 @@ To build an CentOS/RedHat RPM of the tool *(recommended)*: :: $ cd /path/to/mongodb_consistent_backup + $ sudo yum install -y rpm-build $ make rpm To build and install from source *(to default '/usr/local/bin/mongodb-consistent-backup')*: