> 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 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list