- Support UID and GID values larger than LONG_MAX (#124967)
- Fix updating of groups after user renaming in lusermod - Allow setting a shadow password even if the current shadow password is invalid (#131180) - Add lu_{user,group}_unlock_nonempty (#86414); module interface ABI has changed - Miscellaneous bug and memory leak fixes
This commit is contained in:
parent
68b0f2168b
commit
fb4a05db43
@ -1 +1 @@
|
||||
libuser-0.52.6.tar.gz
|
||||
libuser-0.53.tar.gz
|
||||
|
13
libuser.spec
13
libuser.spec
@ -4,8 +4,8 @@
|
||||
%define python %(%{__python} -c "import sys; print sys.version[:3]")
|
||||
|
||||
Name: libuser
|
||||
Version: 0.52.6
|
||||
Release: 2
|
||||
Version: 0.53
|
||||
Release: 1
|
||||
Group: System Environment/Base
|
||||
License: LGPL
|
||||
Source: libuser-%{version}.tar.gz
|
||||
@ -94,6 +94,15 @@ popd
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Sun Nov 14 2004 Miloslav Trmac <mitr@redhat.com> - 0.53-1
|
||||
- Support UID and GID values larger than LONG_MAX (#124967)
|
||||
- Fix updating of groups after user renaming in lusermod
|
||||
- Allow setting a shadow password even if the current shadow password is
|
||||
invalid (#131180)
|
||||
- Add lu_{user,group}_unlock_nonempty (#86414); module interface ABI has
|
||||
changed
|
||||
- Miscellaneous bug and memory leak fixes
|
||||
|
||||
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 0.52.6-2
|
||||
- rebuild against python 2.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user