Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 7c6c18a562d07076927ba15aacf3c4ce > scriptlet

glibc-2.13-2.i686.rpm

PREIN

<lua>
-- Check that the running kernel is new enough
required = '2.6.32'
rel = posix.uname("%r")
if rpm.vercmp(rel, required) < 0 then
  error("FATAL: kernel too old", 0)
end