From: Thierry Parmentelat Date: Thu, 28 Aug 2008 14:44:30 +0000 (+0000) Subject: fix for centos5.2 X-Git-Tag: 4.2-rc21^2~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=167e46ae08adbaa030baa4aaf28b6bbf78aab063;p=build.git fix for centos5.2 --- diff --git a/build.common b/build.common index 6b7c0567..70bce37e 100644 --- a/build.common +++ b/build.common @@ -290,7 +290,8 @@ $releasever/$basearch/os # for now I do the mapping here, mmhh case $releasever in 4) actual=4.6 ;; - 5) actual=5.2 ;; + # getrelease.sh returns 5.2, used to be simply 5 + 5*) releasever=5; actual=5.2 ;; *) actual=$releasever ;; esac attempts="