diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-09 16:50:25 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-09 16:50:25 -0300 |
commit | b6aef2fa31eefccec41172ba32ece5326c729291 (patch) | |
tree | 7a6e6efcc20c45c379f244ea388dda5e1a0c2334 /libre/aufs2-libre | |
parent | dccab1509d2289e66edf699d1f90d127648fdeeb (diff) | |
parent | 13bf0e2a4ebb6c8b591b204f4c2e3c8e73e6fe18 (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre
Conflicts:
libre/kernel26-libre-lts/PKGBUILD
libre/kernel26-libre-lts/config.x86_64
Diffstat (limited to 'libre/aufs2-libre')
-rw-r--r-- | libre/aufs2-libre/PKGBUILD | 17 | ||||
-rw-r--r-- | libre/aufs2-libre/aufs2-libre.install | 2 | ||||
-rw-r--r-- | libre/aufs2-libre/create-tarball.sh | 10 |
3 files changed, 13 insertions, 16 deletions
diff --git a/libre/aufs2-libre/PKGBUILD b/libre/aufs2-libre/PKGBUILD index 7e092717b..bd177ef9c 100644 --- a/libre/aufs2-libre/PKGBUILD +++ b/libre/aufs2-libre/PKGBUILD @@ -2,22 +2,23 @@ # Maintainer: Paul Mattal <pjmattal@elys.com> pkgname=aufs2-libre -pkgver=2.6.37_20110124 -pkgrel=3 +pkgver=2.6.38_20110314 +pkgrel=4 #_kernver=${pkgver%_*}-LIBRE -_kernver=2.6.37-LIBRE +_kernver=2.6.38-LIBRE pkgdesc="Another Unionfs Implementation for the Linux-Libre kernel" arch=('i686' 'x86_64') url="http://aufs.sourceforge.net/" license=('GPL2') -depends=('kernel26-libre>=2.6.37.3' 'kernel26-libre<2.6.38') -makedepends=('kernel26-libre-headers>=2.6.37' 'kernel26-libre-headers<2.6.38') +depends=('kernel26-libre>=2.6.38' 'kernel26-libre<2.6.39') +makedepends=('kernel26-libre-headers>=2.6.38' 'kernel26-libre-headers<2.6.39') replaces=('aufs' 'aufs2') conflicts=('aufs2') provides=("aufs2=$pkgver") install=${pkgname}.install source=("ftp://ftp.archlinux.org/other/aufs2/${pkgname%-libre}-${pkgver}.tar.gz") -options=('!makeflags') +options=('!makeflags' '!strip') +md5sums=('60649fa47d3f499dfbb4b68a2afde47c') build() { cd ${srcdir}/${pkgname%-libre}-${pkgver} @@ -61,7 +62,3 @@ package() { # gzip -9 all modules to safe 100MB find "$pkgdir" -name '*.ko' -exec gzip -9 {} \; } - -md5sums=('fa64d7893490ef9c82310ebd5f730443') - -md5sums=('fa64d7893490ef9c82310ebd5f730443') diff --git a/libre/aufs2-libre/aufs2-libre.install b/libre/aufs2-libre/aufs2-libre.install index 4c95ad76e..883882a54 100644 --- a/libre/aufs2-libre/aufs2-libre.install +++ b/libre/aufs2-libre/aufs2-libre.install @@ -1,5 +1,5 @@ post_install() { - KERNEL_VERSION=2.6.37-ARCH + KERNEL_VERSION=2.6.38-LIBRE depmod $KERNEL_VERSION } diff --git a/libre/aufs2-libre/create-tarball.sh b/libre/aufs2-libre/create-tarball.sh index a460a8b3b..6801f00bd 100644 --- a/libre/aufs2-libre/create-tarball.sh +++ b/libre/aufs2-libre/create-tarball.sh @@ -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} |