[arch-commits] Commit in aufs/trunk (PKGBUILD aufs.install)

Tobias Powalowski tpowa at archlinux.org
Fri Dec 26 20:13:35 UTC 2008


    Date: Friday, December 26, 2008 @ 15:13:34
  Author: tpowa
Revision: 22431

upgpkg: aufs 20081226-1

Modified:
  aufs/trunk/PKGBUILD
  aufs/trunk/aufs.install

--------------+
 PKGBUILD     |   17 ++++++++++-------
 aufs.install |    6 +++---
 2 files changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-26 20:13:19 UTC (rev 22430)
+++ PKGBUILD	2008-12-26 20:13:34 UTC (rev 22431)
@@ -2,21 +2,20 @@
 # Contributor: Paul Mattal <paul at mattal.com>
 # Maintainer: Paul Mattal <pjmattal at elys.com>
 pkgname=aufs
-pkgver=20081012
-pkgrel=2
-_kernver='2.6.27-ARCH'
+pkgver=20081226
+pkgrel=1
+_kernver='2.6.28-ARCH'
 pkgdesc="Another Unionfs Implementation that supports NFS branches"
 arch=('i686' 'x86_64')
 url="http://aufs.sourceforge.net/"
 license=('GPL2')
-depends=('kernel26>=2.6.27' 'kernel26<2.6.28' 'glibc' 'aufs-utils=20081012')
+depends=('kernel26>=2.6.28' 'kernel26<2.6.29' 'glibc' 'aufs-utils=20081226')
 install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/aufs/$pkgname-$pkgver.tar.gz)
+source=(ftp://ftp.archlinux.org/other/aufs/$pkgname-$pkgver.tar.bz2)
 options=(!libtool !makeflags)
-md5sums=('fb5eaa69b2c7e6e521cb9a9cae9ac23f')
 
 build() {
-  cd $startdir/src/$pkgname || return 1
+  cd $srcdir/$pkgname || return 1
 
   # Fix TMPFS_MAGIC error
   sed 's|-le 26|-le 27|g' -i fs/aufs25/Makefile || return 1
@@ -42,6 +41,9 @@
   # ???
   sed -i 's|.*CONFIG_AUFS_SHWH =.*|CONFIG_AUFS_SHWH = y|' \
     local.mk || return 1
+  # disable debug, broken in 2.6.28!
+  sed -i 's|CONFIG_AUFS_DEBUG = y|CONFIG_AUFS_DEBUG = |' \
+     local.mk || return 1
 
   # configure for NFS by:
   # 1) configure local.mk to use FILP and LHASH
@@ -66,3 +68,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
+md5sums=('e855ed9edc16953028f22cae393690de')

Modified: aufs.install
===================================================================
--- aufs.install	2008-12-26 20:13:19 UTC (rev 22430)
+++ aufs.install	2008-12-26 20:13:34 UTC (rev 22431)
@@ -5,7 +5,7 @@
 post_install() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.27-ARCH
+  KERNEL_VERSION=2.6.28-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }
@@ -13,7 +13,7 @@
 post_upgrade() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.27-ARCH
+  KERNEL_VERSION=2.6.28-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }
@@ -21,7 +21,7 @@
 post_remove() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.27-ARCH
+  KERNEL_VERSION=2.6.28-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }




More information about the arch-commits mailing list