[arch-commits] Commit in systemd/trunk (PKGBUILD)
Tom Gundersen
tomegun at archlinux.org
Wed Nov 21 12:44:06 UTC 2012
Date: Wednesday, November 21, 2012 @ 07:44:05
Author: tomegun
Revision: 171686
upgpkg: systemd 196-1
upstream release
* udev gained support for loading additional device properties
from an indexed database that is keyed by vendor/product IDs
and similar device identifiers. For the beginning this
hwdb is populated with data from the well-known PCI and
USB database, but also includes PNP, ACPI and OID data. In
the longer run this indexed database shall grow into
becoming the one central database for non-essential
userspace device metadata. Previously, data from the PCI/USB
database was only attached to select devices, since the
lookup was a relatively expensive operation due to O(n) time
complexity (with n being the number of entries in the
database). Since this is now O(1), we decided to add in this
data for all devices where this is available, by
default. Note that the indexed database needs to be rebuilt
when new data files are installed. To achieve this you need
to update your packaging scripts to invoke udevadm
Modified:
systemd/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-11-21 11:25:44 UTC (rev 171685)
+++ PKGBUILD 2012-11-21 12:44:05 UTC (rev 171686)
@@ -1,5 +1,5 @@
# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Tom Gundersen <teg at jklm.no>
+# Maintainer: Tom Gundersen <teg at jklm.no>
pkgbase=systemd
pkgname=('systemd' 'systemd-sysvcompat')
More information about the arch-commits
mailing list