[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Cracklib moved locations, account for this in our keepfiles.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] Cracklib moved locations, account for this in our keepfiles.
- Date: Fri, 16 Jan 2009 21:01:51 -0500
> Cracklib is now a non-compiled python module, as well as a
> second compiled module. Kinda weird, but with both sets of files
> it works.
> ---
> scripts/upd-instroot | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/scripts/upd-instroot b/scripts/upd-instroot
> index 2dfeded..4f29314 100755
> --- a/scripts/upd-instroot
> +++ b/scripts/upd-instroot
> @@ -488,7 +488,8 @@ usr/lib/booty
> usr/lib/kernel-wrapper
> usr/lib/locale
> usr/lib/python?.?/site-packages/bugzilla*
> -usr/lib/python?.?/site-packages/cracklibmodule.so
> +usr/lib/python?.?/site-packages/_cracklibmodule.so
> +usr/lib/python?.?/site-packages/cracklib.py*
> usr/lib/python?.?/site-packages/dbus
> usr/lib/python?.?/site-packages/dbus_bindings.py*
> usr/lib/python?.?/site-packages/elementtree
Don't you want to use $LIBDIR for the compiled module? According to
koji, the module's in /usr/lib64 on x86-64.
This is another example of how removing files by default instead of
including files by default would make things easier on us.
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]