From 153ada155a0962eb0787f3d598b106533aa76145 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 25 Apr 2006 20:43:08 +0000 Subject: [PATCH] - set the default dictionary path so that tools like cracklib-check will heed %%{dictpath} --- cracklib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cracklib.spec b/cracklib.spec index f03afcf..1c05833 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -88,7 +88,7 @@ do done %build -%configure --with-pic --with-python +%configure --with-pic --with-python --with-default-dict=%{dictpath} make %clean