Browse Source

MT#55283 el: fix dkms failing to build because of a missing file

Change-Id: Idf989996f17dd70da289e3a3c9ebb0e02edbff25
(cherry picked from commit c55076ae31)
(cherry picked from commit ea339b33e0)
mr13.4.1
Ivan Poddubnyi 4 months ago
committed by Richard Fuchs
parent
commit
a45d15cd3e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      el/rtpengine.spec

+ 2
- 0
el/rtpengine.spec View File

@ -198,6 +198,8 @@ install -D -p -m644 etc/%{binname}-recording.conf \
## DKMS module source install
install -D -p -m644 kernel-module/Makefile \
%{buildroot}%{_usrsrc}/%{name}-%{version}-%{release}/Makefile
install -D -p -m755 kernel-module/gen-rtpengine-kmod-flags \
%{buildroot}%{_usrsrc}/%{name}-%{version}-%{release}/gen-rtpengine-kmod-flags
install -D -p -m644 kernel-module/xt_RTPENGINE.c \
%{buildroot}%{_usrsrc}/%{name}-%{version}-%{release}/xt_RTPENGINE.c
install -D -p -m644 kernel-module/xt_RTPENGINE.h \


Loading…
Cancel
Save