diff --git a/cracklib.spec b/cracklib.spec index e69a768..6ae1a88 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -1,7 +1,7 @@ Summary: A password-checking library. Name: cracklib Version: 2.7 -Release: 23 +Release: 24 Group: System Environment/Libraries Source0: http://www.crypticide.org/users/alecm/security/cracklib,%{version}.tgz Source1: crack.h @@ -90,7 +90,7 @@ gunzip cracklib-dicts/* %build make all \ DICTPATH=%{_libdir}/cracklib_dict \ - libdir=%{_libdir} \ + libdir=%{_libdir} %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT @@ -104,12 +104,13 @@ make install \ DICTPATH=%{_libdir}/cracklib_dict \ libdir=%{_libdir} \ sbindir=%{_sbindir} -/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig +%triggerpostun -p /sbin/ldconfig -- cracklib < 2.7-24 + %files %defattr(-,root,root) %doc README MANIFEST LICENCE HISTORY POSTER @@ -122,6 +123,11 @@ make install \ %{_libdir}/cracklib_dict* %changelog +* Mon Dec 1 2003 Nalin Dahyabhai 2.7-24 +- include packer.h for reading dictionaries directly, since we already include + packer in the -dicts subpackage (#68339) +- don't include the soname symlink in the package, let ldconfig do its job + * Wed Jun 18 2003 Nalin Dahyabhai 2.7-23 - rebuild