auto-import changelog data from cracklib-2.7-24.src.rpm
Mon Dec 01 2003 Nalin Dahyabhai <nalin@redhat.com> 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
This commit is contained in:
parent
a2bceb34ec
commit
ceb87c7445
@ -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 <nalin@redhat.com> 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 <nalin@redhat.com> 2.7-23
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user