Browse Source

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

DKMS module will not builded without kernel sources
changes/94/28494/1
netaskd 7 years ago
committed by Richard Fuchs
parent
commit
41adbdeb1f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      el/rtpengine.spec

+ 1
- 1
el/rtpengine.spec View File

@ -49,7 +49,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