Hello community, here is the log from the commit of package udev for openSUSE:Factory checked in at Thu Jun 16 09:11:04 CEST 2011.
-------- --- udev/udev.changes 2011-04-26 21:29:09.000000000 +0200 +++ /mounts/work_src_done/STABLE/udev/udev.changes 2011-05-27 02:00:28.000000000 +0200 @@ -1,0 +2,32 @@ +Fri May 27 01:46:53 CEST 2011 - [email protected] + +- version 171 + - systemd: run udev.service and udev-trigger.service in + parallel + - path_id: allow to be asked about usb_devices not only + usb_interfaces + - rules: support substitutions in TAG= + - libudev: enumerate - do not ignore other matches when + add_match_tag() is used + - rules: implement TAGS== match + - configure: allow usb.ids location to be specified + +------------------------------------------------------------------- +Thu May 19 23:16:54 CEST 2011 - [email protected] + +- version 170 + - fix control message handling which could lead to a failing + udevadm control --exit + +------------------------------------------------------------------- +Wed May 18 18:40:32 CEST 2011 - [email protected] + +- version 169 + - hid2hci is no longer part of udev, it moved to bluez + - mobile-action-modeswitch is disabled, it moved + to usb_modeswitch + - edd_id is disabled, it depends on disk signatures that + might be removed + - the event timeout is 60 seconds now + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- udev-168.tar.bz2 New: ---- udev-171.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ udev.spec ++++++ --- /var/tmp/diff_new_pack.mdjS93/_old 2011-06-16 09:10:24.000000000 +0200 +++ /var/tmp/diff_new_pack.mdjS93/_new 2011-06-16 09:10:24.000000000 +0200 @@ -20,13 +20,13 @@ Name: udev Url: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html -Version: 168 +Version: 171 Release: 1 License: GPLv2+ Group: System/Kernel Summary: A rule-based device node and kernel event manager PreReq: /bin/pidof /bin/rm /usr/bin/stat %insserv_prereq %fillup_prereq /usr/sbin/groupadd -Conflicts: systemd < 24 +Conflicts: systemd < 28 Conflicts: aaa_base < 11.5 Conflicts: filesystem < 11.5 Conflicts: mkinitrd < 2.7.0 @@ -110,6 +110,7 @@ --docdir=%{_docdir}/udev \ --with-selinux \ --with-systemdsystemunitdir=/lib/systemd/system \ + --enable-floppy \ CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} @@ -134,7 +135,7 @@ # stop daemon if we are not in a chroot if test -f /proc/1/exe -a -d /proc/1/root; then if test "$(stat -Lc '%%D-%%i' /)" = "$(stat -Lc '%%D-%%i' /proc/1/root)"; then - /bin/systemctl stop udev.socket udev.service >/dev/null 2>&1 || : + /bin/systemctl stop udev-control.socket udev-kernel.service >/dev/null 2>&1 || : /sbin/udevadm control --exit >/dev/null 2>&1 || : fi fi ++++++ udev-168.tar.bz2 -> udev-171.tar.bz2 ++++++ ++++ 15580 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
