Browse Source

EL8: mariadb-devel conflicts with mysql-devel

pull/831/head
spchan 6 years ago
parent
commit
c147556d27
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      el/rtpengine.spec

+ 6
- 1
el/rtpengine.spec View File

@ -61,12 +61,17 @@ Requires(preun): dkms
%description dkms
%{summary}.
%if 0%{?rhel} >= 8
%define mysql_devel_pkg mariadb-devel
%else
%define mysql_devel_pkg mysql-devel
%endif
%if 0%{?with_transcoding} > 0
%package recording
Summary: NGCP rtpengine recording daemon packet
Group: System Environment/Daemons
BuildRequires: gcc make redhat-rpm-config mysql-devel ffmpeg-devel
BuildRequires: gcc make redhat-rpm-config %{mysql_devel_pkg} ffmpeg-devel
%description recording
%{summary}.


Loading…
Cancel
Save