Subject: | 64bit patch to prevent test failure |
The Cracklib.pm module doesn't check for a lib64 dictionary. This patch
adds a line to the dictionary paths that includes /usr/lib64/cracklib_dict
Subject: | crypt-cracklib-lib64.patch |
--- Crypt-Cracklib-1.4/Cracklib.pm.lib64 2008-05-18 10:23:30.000000000 -0500
+++ Crypt-Cracklib-1.4/Cracklib.pm 2010-07-17 14:43:53.317667679 -0500
@@ -19,6 +19,7 @@
/usr/share/pw_dict
/var/cache/cracklib/cracklib_dict
/usr/lib/cracklib_dict
+ /usr/lib64/cracklib_dict
/usr/share/dict/cracklib_words)) {
if (-f "$path.pwd") {