[arch-commits] Commit in aufs2/trunk (PKGBUILD aufs2.install create-tarball.sh)

Tobias Powalowski tpowa at archlinux.org
Mon May 17 07:59:58 UTC 2010


    Date: Monday, May 17, 2010 @ 03:59:57
  Author: tpowa
Revision: 80414

upgpkg: aufs2 2.6.34_20100517-1
rebuild  against .34 series

Modified:
  aufs2/trunk/PKGBUILD
  aufs2/trunk/aufs2.install
  aufs2/trunk/create-tarball.sh

-------------------+
 PKGBUILD          |   12 +++++++-----
 aufs2.install     |    2 +-
 create-tarball.sh |    9 +++++----
 3 files changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-17 07:59:19 UTC (rev 80413)
+++ PKGBUILD	2010-05-17 07:59:57 UTC (rev 80414)
@@ -2,15 +2,16 @@
 # Maintainer: Paul Mattal <pjmattal at elys.com>
 
 pkgname=aufs2
-pkgver=2.6.33_20100425
-pkgrel=2
-_kernver=${pkgver%_*}-ARCH
+pkgver=2.6.34_20100517
+pkgrel=1
+#_kernver=${pkgver%_*}-ARCH
+_kernver=2.6.34-ARCH
 pkgdesc="Another Unionfs Implementation"
 arch=('i686' 'x86_64')
 url="http://aufs.sourceforge.net/"
 license=('GPL2')
-depends=('kernel26>=2.6.33.3-2' 'kernel26<2.6.34')
-makedepends=('kernel26-headers>=2.6.33' 'kernel26-headers<2.6.34')
+depends=('kernel26>=2.6.34' 'kernel26<2.6.35')
+makedepends=('kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
 replaces=('aufs')
 install=${pkgname}.install
 source=("ftp://ftp.archlinux.org/other/aufs2/${pkgname}-${pkgver}.tar.gz")
@@ -54,3 +55,4 @@
   # install include files
   install -D -m 644 include/linux/aufs_type.h $pkgdir/usr/src/linux-$_kernver/include/linux/aufs_type.h || return 1
 }
+md5sums=('421c5ca3d4d917f92f7c0508a16f8177')

Modified: aufs2.install
===================================================================
--- aufs2.install	2010-05-17 07:59:19 UTC (rev 80413)
+++ aufs2.install	2010-05-17 07:59:57 UTC (rev 80414)
@@ -1,5 +1,5 @@
 post_install() {
-  KERNEL_VERSION=2.6.33-ARCH
+  KERNEL_VERSION=2.6.34-ARCH
   depmod $KERNEL_VERSION
 }
 

Modified: create-tarball.sh
===================================================================
--- create-tarball.sh	2010-05-17 07:59:19 UTC (rev 80413)
+++ create-tarball.sh	2010-05-17 07:59:57 UTC (rev 80414)
@@ -1,11 +1,12 @@
 #!/bin/sh
-AUFS2VERSION="-33"
-KERNELVERSION=2.6.33
-GITSNAPSHOT=20100425
+AUFS2VERSION="-34"
+KERNELVERSION=2.6.34
+GITSNAPSHOT=20100517
 # 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${AUFS2VERSION}
+#git checkout origin/aufs2${AUFS2VERSION}
+git checkout origin/aufs2
 #*** apply "aufs2-base.patch" and "aufs2-standalone.patch" to your kernel source files.
 cd ..
 rm -rf aufs2-${KERNELVERSIN}_${GITSNAPSHOT}




More information about the arch-commits mailing list