EL8: mariadb-devel conflicts with mysql-devel

pull/831/head
spchan 6 years ago
parent 781b275295
commit c147556d27

@ -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