Hello community, here is the log from the commit of package udev checked in at Mon May 29 13:01:00 CEST 2006. -------- --- udev/udev.changes 2006-05-25 15:43:50.000000000 +0200 +++ udev/udev.changes 2006-05-26 17:37:52.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 26 17:36:47 CEST 2006 - kay.sievers@suse.de + +- path_id: prevent endless loop for SAS devices (#178343) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ udev.spec ++++++ --- /var/tmp/diff_new_pack.Uedg6h/_old 2006-05-29 12:57:32.000000000 +0200 +++ /var/tmp/diff_new_pack.Uedg6h/_new 2006-05-29 12:57:32.000000000 +0200 @@ -13,7 +13,7 @@ Name: udev URL: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/ Version: 085 -Release: 33 +Release: 34 License: GPL Group: System/Kernel Summary: A rule based device node and kernel event manager @@ -238,6 +238,8 @@ %attr(600,root,root) %dev(c,10,200) /lib/udev/devices/fwmonitor %changelog -n udev +* Fri May 26 2006 - kay.sievers@suse.de +- path_id: prevent endless loop for SAS devices (#178343) * Thu May 25 2006 - kay.sievers@suse.de - remove boot.proc dependency from boot.udev (#178754) - fix '==' vs. '=' in rules ++++++ path_id ++++++ --- udev/path_id 2006-05-19 16:40:18.000000000 +0200 +++ udev/path_id 2006-05-26 17:36:25.000000000 +0200 @@ -202,6 +202,7 @@ fi if [ -z "$wwpn" ] ; then : no WWPN + D= RESULT=1 return fi @@ -240,6 +241,7 @@ fi if [ -z "$phy_address" ] ; then : no initiator address + D= RESULT=1 return fi @@ -251,6 +253,7 @@ fi if [ -z "$rphy_address" ] ; then : no initiator address + D= RESULT=1 return fi ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de