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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
el/rtpengine.spec
|
|
@ -50,7 +50,7 @@ Summary: Kernel module for NGCP rtpengine in-kernel packet forwarding |
|
|
Group: System Environment/Daemons |
|
|
Group: System Environment/Daemons |
|
|
BuildArch: noarch |
|
|
BuildArch: noarch |
|
|
BuildRequires: redhat-rpm-config |
|
|
BuildRequires: redhat-rpm-config |
|
|
Requires: gcc make |
|
|
|
|
|
|
|
|
Requires: gcc make kernel-devel |
|
|
Requires(post): dkms |
|
|
Requires(post): dkms |
|
|
Requires(preun): dkms |
|
|
Requires(preun): dkms |
|
|
|
|
|
|
|
|
|