[Lunar-commits] <moonbase> lilo: version bumped to 23.0.
Florin Braescu
florin at lunar-linux.org
Sun Aug 29 16:34:30 CEST 2010
commit 2bb40d86fc8fcfe931919bf9dda9b9dd5c66420e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Aug 29 17:34:30 2010 +0300
lilo: version bumped to 23.0.
---
utils/lilo/BUILD | 3 +--
utils/lilo/DETAILS | 16 +++++++---------
utils/lilo/PRE_BUILD | 4 ++--
3 files changed, 10 insertions(+), 13 deletions(-)
diff --git a/utils/lilo/BUILD b/utils/lilo/BUILD
index d65b071..e47ea92 100644
--- a/utils/lilo/BUILD
+++ b/utils/lilo/BUILD
@@ -1,8 +1,7 @@
(
- patch_it $SOURCE2 1 &&
sedit "/^MAN_DIR/s/.*/MAN_DIR=\/usr\/share\/man/;/manpath/d" Makefile &&
- make ROOT= all &&
+ make ROOT= all &&
prepare_install &&
make ROOT= install
diff --git a/utils/lilo/DETAILS b/utils/lilo/DETAILS
index 2385e65..a56aaf6 100644
--- a/utils/lilo/DETAILS
+++ b/utils/lilo/DETAILS
@@ -1,14 +1,12 @@
MODULE=lilo
- VERSION=22.8
- SOURCE=$MODULE-$VERSION.src.tar.gz
- SOURCE2=$MODULE-22.7.2-disabled-checkit.patch.bz2
- SOURCE_URL=http://www.ibiblio.org/pub/Linux/system/boot/$MODULE/
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:59852eab59b93dcea63b39eef1db7963b7268b0d
- SOURCE2_VFY=sha1:ba31e2b3e36f07fbb8ee6b3bc407cb3d0ed154b4
- WEB_SITE=http://home.san.rr.com/johninsd/pub/linux/lilo/
+ VERSION=23.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$MIRROR_URL
+ SOURCE_URL[1]=https://alioth.debian.org/frs/download.php/3315
+ SOURCE_VFY=sha1:2465f359f1c298d9bbf17843127cffc14e352e39
+ WEB_SITE=http://home.san.rr.com/johninsd/pub/linux/$MODULE
ENTERED=20010922
- UPDATED=20070506
+ UPDATED=20100829
SHORT="Boot loader for Linux/x86 and other PC operating systems"
cat << EOF
diff --git a/utils/lilo/PRE_BUILD b/utils/lilo/PRE_BUILD
index bfcf9ea..c002ae8 100644
--- a/utils/lilo/PRE_BUILD
+++ b/utils/lilo/PRE_BUILD
@@ -1,9 +1,9 @@
-default_pre_build &&
+default_pre_build &&
KERNEL_MAJOR=$(grep UTS_RELEASE /usr/include/linux/version.h | cut -d'"' -f2 | cut -d. -f1,2)
if [ "$KERNEL_MAJOR" == "2.6" ] ; then
if [ ! -f /usr/include/libdevmapper.h ] ; then
- message "${PROBLEM_COLOR}Module device-mapper is not installed and is required to build lilo against 2.6 headers!${DEFAULT_COLOR}"
+ message "${PROBLEM_COLOR}Module lvm2 is not installed and is required to build lilo against 2.6 headers!${DEFAULT_COLOR}"
exit 1
fi
fi
More information about the Lunar-commits
mailing list