fix useradd segfaults (#173241)
This commit is contained in:
parent
dde8a90fd0
commit
65f62a2d58
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
Summary: Utilities for managing accounts and shadow password files.
|
||||
Name: shadow-utils
|
||||
Version: 4.0.13
|
||||
Release: 2
|
||||
Release: 3
|
||||
Epoch: 2
|
||||
URL: http://shadow.pld.org.pl/
|
||||
Source0: ftp://ftp.pld.org.pl/software/shadow/shadow-%{version}.tar.bz2
|
||||
|
@ -232,6 +232,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_mandir}/*/man8/faillog.8*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 16 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.13-3
|
||||
- fix useradd segfaults (#173241)
|
||||
|
||||
* Sat Nov 5 2005 Steve Grubb <sgrubb@redhat.com> 2:4.0.13-2
|
||||
- Update audit communication to standard format messages
|
||||
|
||||
|
|
Loading…
Reference in a new issue