Updated to use DKMS from EPEL for Enterprise Linux builds

git.mgm/mediaproxy-ng/origin/mr3.2
Peter Dunkley 12 years ago
parent dfe9cfb905
commit 829e835066

@ -17,9 +17,9 @@ CentOS repository).
The *ngcp-mediaproxy-ng-kernel* package is dependent on the
*ngcp-mediaproxy-ng*, and *ngcp-mediaproxy-ng-dkms* packages. The
*ngcp-mediaproxy-ng-dkms* package has a dependency (DKMS) that cannot be met
by the standard CentOS repository. If you want to use in-kernel forwarding you
need to download and install the latest version of the
[*dkms*](http://linux.dell.com/dkms/) package before attempting to install
by the CentOS base repository. If you want to use in-kernel forwarding you
need to add the [*EPEL*](http://fedoraproject.org/wiki/EPEL) repository and
install the *dkms* package before attempting to install
*ngcp-mediaproxy-ng-dkms* or *ngcp-mediaproxy-ng-kernel*.
Note: installing *ngcp-mediaproxy-ng-dkms* builds a kernel module which requires

@ -1,6 +1,6 @@
Name: ngcp-mediaproxy-ng
Version: 2.3.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: The Sipwise NGCP mediaproxy-ng
Group: System Environment/Daemons
@ -39,8 +39,8 @@ Group: System Environment/Daemons
BuildArch: noarch
BuildRequires: redhat-rpm-config
Requires: gcc make
Requires(post): dkms
Requires(preun): dkms
Requires(post): epel-release dkms
Requires(preun): epel-release dkms
%description dkms
Kernel module for mediaproxy-ng in-kernel packet forwarding

Loading…
Cancel
Save