summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2017-03-18 19:44:37 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2017-03-18 19:44:37 +0100
commitaeb5bcbd06637b5e132a2796438fd6a612bf57cc (patch)
tree6b92c2708e208bed4c903f0e71bfaf9f57be31da /redhat
parent4bda3f2391982e29be56414c58b6a937d1ed22c6 (diff)
downloadtde-packaging-aeb5bcbd06637b5e132a2796438fd6a612bf57cc.tar.gz
tde-packaging-aeb5bcbd06637b5e132a2796438fd6a612bf57cc.zip
RPM packaging: fix tdenetwork build dependency to v4l under RHEL5
Diffstat (limited to 'redhat')
-rw-r--r--redhat/main/tdenetwork/tdenetwork-14.0.0.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
index 63cc9a94c..79c17d0d0 100644
--- a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
+++ b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
@@ -198,6 +198,9 @@ BuildRequires: libv4l-devel
%if 0%{?mgaversion} || 0%{?mdkversion}
BuildRequires: %{_lib}v4l-devel
%endif
+%if 0%{?rhel} == 5
+BuildRequires: kernel-headers
+%endif
# XML support
BuildRequires: libxml2-devel