]> git.pld-linux.org Git - packages/kmod.git/commitdiff
R: uname(release) >= 2.6.21 - won't work with older kernels
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 9 Jan 2012 07:29:19 +0000 (07:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kmod.spec -> 1.4

kmod.spec

index 218bf8b2bd8b28f8d7a131817a42daa80ba85c71..f26f50020d3224187ce0efea466e17314bc9ddd4 100644 (file)
--- a/kmod.spec
+++ b/kmod.spec
@@ -13,6 +13,8 @@ BuildRequires:        automake >= 1:1.11
 BuildRequires: libtool >= 2:2.0
 BuildRequires: xz-devel >= 1:4.99
 BuildRequires: zlib-devel
+# won't work on older kernels as these do not provide require information in /sys
+Requires:      uname(release) >= 2.6.21
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _exec_prefix    /
This page took 0.031332 seconds and 4 git commands to generate.