Skip to content

Commit 31beb9d

Browse files
fix comment
1 parent 77f5fe8 commit 31beb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/mongodb_consistent_backup.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Source3: README.rst
2020
Prefix: /usr
2121

2222
# Use CentOS SCL python27 (https://www.softwarecollections.org/en/scls/rhscl/python27/) on CentOS 6 (RHEL6 untested)
23-
# On build host: 'yum install python27-python python27-python-devel python27-python-virtualenv gcc'
23+
# On build host: 'yum install python27-python python27-python-devel python27-python-virtualenv gcc make libffi-devel openssl-devel'
2424
%{?el6:Requires: python27-python openssl-libs}
2525
%{?el6:BuildRequires: python27-python python27-python-devel python27-python-virtualenv gcc make libffi-devel openssl-devel}
2626

2727
# Use base python/virtualenv, which should be 2.7 on CentOS/RHEL 7
28-
# On build host: 'yum install python python-devel python-virtualenv gcc'
28+
# On build host: 'yum install python python-devel python-virtualenv gcc make libffi-devel openssl-devel'
2929
%{?el7:Requires: python >= 2.7 openssl-libs}
3030
%{?el7:BuildRequires: python >= 2.7 python-devel >= 2.7 python-virtualenv gcc make libffi-devel openssl-devel}
3131

0 commit comments

Comments
 (0)