From 167e46ae08adbaa030baa4aaf28b6bbf78aab063 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 28 Aug 2008 14:44:30 +0000 Subject: [PATCH] fix for centos5.2 --- build.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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=" -- 2.47.0