wok diff dmraid/receipt @ rev 6714

linux/bootloader.sh: align initrdlen to 32bits
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 14 13:41:19 2010 +0200 (2010-10-14)
parents 964f5d384827
children f5b7e0c47763
line diff
     1.1 --- a/dmraid/receipt	Sat Sep 04 16:02:13 2010 +0200
     1.2 +++ b/dmraid/receipt	Thu Oct 14 13:41:19 2010 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dmraid"
     1.7 -VERSION="1.0.0.rc15"
     1.8 +VERSION="1.0.0.rc16"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Device-Mapper Software Raid Tool."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  WEB_SITE="http://people.redhat.com/~heinzm/sw/dmraid/"
    1.14  WGET_URL="$WEB_SITE/src/$TARBALL"
    1.15  DEPENDS="libdevmapper linux-md"
    1.16 -BUILD_DEPENDS="libdevmapper-dev"
    1.17 +BUILD_DEPENDS="libdevmapper libdevmapper-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()