>> + else: >> + if udev_device_get_name(dev) == os.path.basename(devspec): >> + ret = dev >> + break >> + > > I believe this should be: > > if udev_device_get_name(dev) == devices.devicePathToName(devspec): Yeah if you look at the second patch in the code that udev_resolve_devspec replaces, you'll see it was doing devicePathToName. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list