Skip to content

Commit 8bc938f

Browse files
authored
Merge pull request #213 from timvaillancourt/rpm_spec_dep_update
Ensure openssl-libs are required in RPM (for SSL support), add missing BuildRequires
2 parents c15a535 + 31beb9d commit 8bc938f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/mongodb_consistent_backup.spec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ 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'
24-
%{?el6:Requires: python27-python}
25-
%{?el6:BuildRequires: 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'
24+
%{?el6:Requires: python27-python openssl-libs}
25+
%{?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'
29-
%{?el7:Requires: python >= 2.7}
30-
%{?el7:BuildRequires: python >= 2.7 python-devel >= 2.7 python-virtualenv gcc}
28+
# On build host: 'yum install python python-devel python-virtualenv gcc make libffi-devel openssl-devel'
29+
%{?el7:Requires: python >= 2.7 openssl-libs}
30+
%{?el7:BuildRequires: python >= 2.7 python-devel >= 2.7 python-virtualenv gcc make libffi-devel openssl-devel}
3131

3232

3333
%description

0 commit comments

Comments
 (0)