[PATCH] Update soname for libudev

Brian C. Lane bcl at redhat.com
Wed Aug 15 13:40:04 UTC 2012


On Tue, Aug 14, 2012 at 11:36:17PM -0700, Jesse Keating wrote:
> Why is this hard coded?  Anyway without bumping this to 1 we get a
> traceback when trying to import pyudev.
> ---
>  pyanaconda/pyudev.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/pyudev.py b/pyanaconda/pyudev.py
> index 4b5d586..d5e5ece 100644
> --- a/pyanaconda/pyudev.py
> +++ b/pyanaconda/pyudev.py
> @@ -31,7 +31,7 @@ def find_library(name, somajor=0):
>          return None
>  
>  # find the udev library
> -libudev = find_library(name="udev", somajor=0)
> +libudev = find_library(name="udev", somajor=1)
>  
>  if not libudev or not os.path.exists(libudev):
>      raise ImportError, "No library named %s" % libudev
> -- 
> 1.7.11.2

Ack.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20120815/2851d1af/attachment.sig>


More information about the anaconda-patches mailing list