Skip to content

Commit

Permalink
Merge pull request #69 from vasilevalex/dep_centos8
Browse files Browse the repository at this point in the history
Fix CentOS 8 dependencies
  • Loading branch information
liviuchircu authored Aug 28, 2020
2 parents d44ebdf + 8394d86 commit 2792c13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packaging/redhat_fedora/opensips-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 0.1
Release: 2%{?dist}
License: GPL-3+
Group: System Environment/Daemons
Source0: http://download.opensips.org/%{name}-%{version}.tar.gz
Source0: https://github.com/OpenSIPS/opensips-cli/archive/%{version}.tar.gz
URL: http://opensips.org

BuildArch: noarch
Expand All @@ -22,10 +22,16 @@ Requires: python36-sqlalchemy
Requires: python36-mysql
Requires: python36-pyOpenSSL
%else
%if 0%{?rhel} == 8
Requires: python3-sqlalchemy
Requires: python3-mysqlclient
Requires: python3-pyOpenSSL
%else
Requires: python36-sqlalchemy
Requires: python36-mysql
Requires: python36-pyOpenSSL
%endif
%endif

%description
This package contains the OpenSIPS CLI tool, an interactive command line tool
Expand Down

0 comments on commit 2792c13

Please sign in to comment.