wok rev 8584
Fix: using date for aufs versionning is more reliable (thanks godane)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 03:10:56 2011 +0100 (2011-02-14) |
parents | e06d60ae03eb |
children | e446ced86bd1 |
files | aufs-utils/receipt aufs/receipt |
line diff
1.1 --- a/aufs-utils/receipt Sun Feb 13 22:57:57 2011 +0100 1.2 +++ b/aufs-utils/receipt Mon Feb 14 03:10:56 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aufs-utils" 1.7 -VERSION="2.1" 1.8 +VERSION="20110214" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="The aufs utils." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,7 +9,7 @@ 1.13 BUILD_DEPENDS="git linux-module-headers" 1.14 WEB_SITE="http://aufs.sourceforge.net/" 1.15 WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git" 1.16 -BRANCH="origin/aufs$VERSION" 1.17 +BRANCH="origin/aufs2.1" 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {
2.1 --- a/aufs/receipt Sun Feb 13 22:57:57 2011 +0100 2.2 +++ b/aufs/receipt Mon Feb 14 03:10:56 2011 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="aufs" 2.7 -VERSION="2.1-37" 2.8 +VERSION="20110214" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="aufs2 kernel module" 2.11 MAINTAINER="slaxemulator@gmail.com" 2.12 @@ -10,7 +10,7 @@ 2.13 WEB_SITE="http://aufs.sf.net/" 2.14 PROVIDE="linux-aufs" 2.15 WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs2-standalone.git" 2.16 -BRANCH="origin/$PACKAGE$VERSION" 2.17 +BRANCH="origin/$PACKAGE2.1-37" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules()