[arch-commits] Commit in aufs2/trunk (PKGBUILD aufs2.install create-tarball.sh)
Tobias Powalowski
tpowa at archlinux.org
Wed Mar 16 06:28:38 UTC 2011
Date: Wednesday, March 16, 2011 @ 02:28:38
Author: tpowa
Revision: 114817
upgpkg: aufs2 2.6.38_20110314-1
bump to .38 series
Modified:
aufs2/trunk/PKGBUILD
aufs2/trunk/aufs2.install
aufs2/trunk/create-tarball.sh
-------------------+
PKGBUILD | 13 +++++++------
aufs2.install | 2 +-
create-tarball.sh | 10 +++++-----
3 files changed, 13 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-16 06:27:49 UTC (rev 114816)
+++ PKGBUILD 2011-03-16 06:28:38 UTC (rev 114817)
@@ -2,16 +2,16 @@
# Maintainer: Paul Mattal <pjmattal at elys.com>
pkgname=aufs2
-pkgver=2.6.37_20110124
-pkgrel=4
+pkgver=2.6.38_20110314
+pkgrel=1
#_kernver=${pkgver%_*}-ARCH
-_kernver=2.6.37-ARCH
+_kernver=2.6.38-ARCH
pkgdesc="Another Unionfs Implementation"
arch=('i686' 'x86_64')
url="http://aufs.sourceforge.net/"
license=('GPL2')
-depends=('kernel26>=2.6.37.3' 'kernel26<2.6.38')
-makedepends=('kernel26-headers>=2.6.37' 'kernel26-headers<2.6.38')
+depends=('kernel26>=2.6.38' 'kernel26<2.6.39')
+makedepends=('kernel26-headers>=2.6.38' 'kernel26-headers<2.6.39')
replaces=('aufs')
install=${pkgname}.install
source=("ftp://ftp.archlinux.org/other/aufs2/${pkgname}-${pkgver}.tar.gz")
@@ -59,4 +59,5 @@
# gzip -9 all modules to safe 100MB
find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
}
-md5sums=('fa64d7893490ef9c82310ebd5f730443')
+
+md5sums=('60649fa47d3f499dfbb4b68a2afde47c')
Modified: aufs2.install
===================================================================
--- aufs2.install 2011-03-16 06:27:49 UTC (rev 114816)
+++ aufs2.install 2011-03-16 06:28:38 UTC (rev 114817)
@@ -1,5 +1,5 @@
post_install() {
- KERNEL_VERSION=2.6.37-ARCH
+ KERNEL_VERSION=2.6.38-ARCH
depmod $KERNEL_VERSION
}
Modified: create-tarball.sh
===================================================================
--- create-tarball.sh 2011-03-16 06:27:49 UTC (rev 114816)
+++ create-tarball.sh 2011-03-16 06:28:38 UTC (rev 114817)
@@ -1,12 +1,12 @@
#!/bin/sh
-AUFS2VERSION="-37"
-KERNELVERSION=2.6.37
-GITSNAPSHOT=20110124
+AUFS2VERSION="-38"
+KERNELVERSION=2.6.38
+GITSNAPSHOT=20110314
# aufs2 (no -xx) for the latest -rc version.
git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git aufs2-standalone.git
cd aufs2-standalone.git
-git checkout origin/aufs2.1${AUFS2VERSION}
-#git checkout origin/aufs2.1
+#git checkout origin/aufs2.1${AUFS2VERSION}
+git checkout origin/aufs2.1
#*** apply "aufs2-base.patch" and "aufs2-standalone.patch" to your kernel source files.
cd ..
rm -rf aufs2-${KERNELVERSION}_${GITSNAPSHOT}
More information about the arch-commits
mailing list