[arch-commits] CVS update of core/base/klibc-udev (PKGBUILD udev.rules)

Tobias Powalowski tpowa at archlinux.org
Mon Oct 15 17:55:56 UTC 2007


    Date: Monday, October 15, 2007 @ 13:55:56
  Author: tpowa
    Path: /home/cvs-core/core/base/klibc-udev

Modified: PKGBUILD (1.33 -> 1.34) udev.rules (1.19 -> 1.20)

'upgpkg: update to new version'


------------+
 PKGBUILD   |   10 +++++-----
 udev.rules |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)


Index: core/base/klibc-udev/PKGBUILD
diff -u core/base/klibc-udev/PKGBUILD:1.33 core/base/klibc-udev/PKGBUILD:1.34
--- core/base/klibc-udev/PKGBUILD:1.33	Wed Sep 19 14:06:08 2007
+++ core/base/klibc-udev/PKGBUILD	Mon Oct 15 13:55:56 2007
@@ -1,9 +1,9 @@
-#$Id: PKGBUILD,v 1.33 2007/09/19 18:06:08 thomas Exp $
+#$Id: PKGBUILD,v 1.34 2007/10/15 17:55:56 tpowa Exp $
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=klibc-udev
-pkgver=115
-pkgrel=2
+pkgver=116
+pkgrel=1
 pkgdesc="udevd compiled under klibc"
 arch=(i686 x86_64)
 url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
@@ -13,11 +13,11 @@
 source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-$pkgver.tar.bz2 \
         udev_hook udev_install start_udev udev.rules load-modules.sh \
         vol_id-suspend2.patch)
-md5sums=('39bbe5ddcd62d35cd56b184d6862c540'
+md5sums=('02c49d93ffda4a104c853c082138b835'
          'bcfed63882660e7d33f367d722e0a5c9'
          '44747726599e90a2fa3db474bfc57a0e'
          '22741baf8f5d7d8bc88022b39bca74d8'
-         '37098e09b8f7b1877467089ef1a21ec2'
+         '84797123003a7e6079aee9ac3291881a'
          '1ecfeec15e88485e88f2e37f46861f2e'
          '80f75fc9a8fc32c7b8ff146d53bf579f')
 
Index: core/base/klibc-udev/udev.rules
diff -u core/base/klibc-udev/udev.rules:1.19 core/base/klibc-udev/udev.rules:1.20
--- core/base/klibc-udev/udev.rules:1.19	Tue Aug  7 16:45:48 2007
+++ core/base/klibc-udev/udev.rules	Mon Oct 15 13:55:56 2007
@@ -137,7 +137,7 @@
 KERNEL=="hd*[0-9]", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/ata-$env{ID_MODEL}_$env{ID_SERIAL}-part%n"
 
 KERNEL=="sd*[!0-9]|sr*|st*", ATTRS{ieee1394_id}=="?*", ENV{ID_SERIAL}="$attr{ieee1394_id}", ENV{ID_SUBSYSTEMS}="ieee1394"
-KERNEL=="sd*[!0-9]|sr*|st*", ENV{ID_SERIAL}!="?*", IMPORT{program}="/lib/udev/usb_id --export %p"
+KERNEL=="sd*[!0-9]|sr*|st*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="usb", IMPORT{program}="/lib/udev/usb_id --export %p"
 KERNEL=="sd*[!0-9]|sr*|st*", ENV{ID_SERIAL}!="?*", IMPORT{program}="/lib/udev/scsi_id --export --whitelisted --fallback-to-sysfs -s %p -d $tempnode"
 KERNEL=="cciss?c[0-9]d[0-9]", ENV{ID_SERIAL}!="?*", IMPORT{program}="/lib/udev/scsi_id --export --whitelisted --ignore-sysfs -s %p -d $tempnode", ENV{ID_BUS}="cciss"
 KERNEL=="sd*[!0-9]|sr*|cciss?c[0-9]d[0-9]", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/$env{ID_BUS}-$env{ID_SERIAL}"




More information about the arch-commits mailing list