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

Thomas Baechler thomas at archlinux.org
Mon Jul 21 19:28:11 UTC 2008


    Date: Monday, July 21, 2008 @ 15:28:11
  Author: thomas
Revision: 5885

upgpkg: aufs 20080527-2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-21 19:27:25 UTC (rev 5884)
+++ PKGBUILD	2008-07-21 19:28:11 UTC (rev 5885)
@@ -3,13 +3,13 @@
 # Maintainer: Paul Mattal <pjmattal at elys.com>
 pkgname=aufs
 pkgver=20080527
-pkgrel=1
-_kernver='2.6.25-ARCH'
+pkgrel=2
+_kernver='2.6.26-ARCH'
 pkgdesc="Another Unionfs Implementation that supports NFS branches"
 arch=('i686' 'x86_64')
 url="http://aufs.sourceforge.net/"
 license=('GPL2')
-depends=('kernel26>=2.6.25.3-1' 'kernel26<=2.6.26' 'glibc' 'aufs-utils')
+depends=('kernel26>=2.6.26-1' 'kernel26<=2.6.27' 'glibc' 'aufs-utils')
 install=$pkgname.install
 source=(ftp://ftp.archlinux.org/other/aufs/$pkgname-$pkgver.tar.gz)
 options=(!libtool !makeflags)

Modified: aufs.install
===================================================================
--- aufs.install	2008-07-21 19:27:25 UTC (rev 5884)
+++ aufs.install	2008-07-21 19:28:11 UTC (rev 5885)
@@ -5,7 +5,7 @@
 post_install() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.25-ARCH
+  KERNEL_VERSION=2.6.26-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.25-ARCH
+  KERNEL_VERSION=2.6.26-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.25-ARCH
+  KERNEL_VERSION=2.6.26-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }





More information about the arch-commits mailing list