[arch-commits] Commit in kernel26/trunk (PKGBUILD config config.x86_64)

Tobias Powalowski tpowa at archlinux.org
Mon Jan 24 18:37:09 UTC 2011


    Date: Monday, January 24, 2011 @ 13:37:07
  Author: tpowa
Revision: 107412

upgpkg: kernel26 2.6.37-2
fix udev crash, updated aufs, changed ext3 mount default

Modified:
  kernel26/trunk/PKGBUILD
  kernel26/trunk/config
  kernel26/trunk/config.x86_64

---------------+
 PKGBUILD      |   22 +++++-----------------
 config        |    2 +-
 config.x86_64 |    2 +-
 3 files changed, 7 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-24 18:34:43 UTC (rev 107411)
+++ PKGBUILD	2011-01-24 18:37:07 UTC (rev 107412)
@@ -7,7 +7,7 @@
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.37
 pkgver=${_basekernel}
-pkgrel=1
+pkgrel=2
 makedepends=('xmlto' 'docbook-xsl')
 _patchname="patch-${pkgver}-${pkgrel}-ARCH"
 #_patchname="patch-${pkgver}-1-ARCH"
@@ -22,10 +22,11 @@
         # standard config files for mkinitcpio ramdisk
         kernel26.preset)
 md5sums=('c8ee37b4fdccdb651e0603d35350b434'
-         'dd03325990dadb76e3fa94345649c229'
-         'dd2ff14de1a8689b6ddc4ec714edccd2'
-         '58990501d493d3e516a9ff58b3e0e0e7'
+         '476a10111337ee918ab2e0802ccb2f5b'
+         'd9760913784964d1a22570e62e29009f'
+         'd8ae6f5c48a94f632298c43480e3b01f'
          '25584700a0a679542929c4bed31433b6')
+
 build() {
   cd ${srcdir}/linux-$_basekernel
   # Add -ARCH patches
@@ -216,19 +217,6 @@
   rm -rf ${pkgdir}/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
 }
 
-#package_kernel26-manpages() {
-#pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux kernel."
-
-#cd ${srcdir}/linux-$_basekernel
-#make mandocs || return 1
-
-#install -d ${pkgdir}/usr/share/man/man9/
-#install ${srcdir}/linux-${_basekernel}/Documentation/DocBook/man/*.9.gz \
-#${pkgdir}/usr/share/man/man9/
-
-#find ${pkgdir} -type f -exec chmod 644 {} \;
-#}
-
 package_kernel26-docs() {
 pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel."
 

Modified: config
===================================================================
--- config	2011-01-24 18:34:43 UTC (rev 107411)
+++ config	2011-01-24 18:37:07 UTC (rev 107412)
@@ -4861,7 +4861,7 @@
 CONFIG_EXT2_FS_SECURITY=y
 # CONFIG_EXT2_FS_XIP is not set
 CONFIG_EXT3_FS=m
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
+CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
 CONFIG_EXT3_FS_XATTR=y
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y

Modified: config.x86_64
===================================================================
--- config.x86_64	2011-01-24 18:34:43 UTC (rev 107411)
+++ config.x86_64	2011-01-24 18:37:07 UTC (rev 107412)
@@ -4614,7 +4614,7 @@
 CONFIG_EXT2_FS_SECURITY=y
 # CONFIG_EXT2_FS_XIP is not set
 CONFIG_EXT3_FS=m
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
+CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
 CONFIG_EXT3_FS_XATTR=y
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y




More information about the arch-commits mailing list