Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > b06457cf7a077632a43b88a4fea63089 > scriptlet

glibc-2.15-59.fc17.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