Browse Source

add kernel-devel as requires for DKMS module build on target host

DKMS module will not builded without kernel sources
pull/740/head
netaskd 7 years ago
committed by GitHub
parent
commit
7b546e481d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      el/rtpengine.spec

+ 1
- 1
el/rtpengine.spec View File

@ -50,7 +50,7 @@ Summary: Kernel module for NGCP rtpengine in-kernel packet forwarding
Group: System Environment/Daemons
BuildArch: noarch
BuildRequires: redhat-rpm-config
Requires: gcc make
Requires: gcc make kernel-devel
Requires(post): dkms
Requires(preun): dkms


Loading…
Cancel
Save