- Fix bugs in handling of invalid lines in the files and shadow modules
- Fix pattern matching in lu_*_enumerate_full in the files and shadow modules - Add more error reporting, return non-zero exit status on error from utils - Use the skeleton directory specified in libuser.conf by Python admin.createHome and admin.addUser, add parameter skeleton= to admin.addUser (#189984)
This commit is contained in:
parent
0bace58c32
commit
a0b2a1e271
@ -1 +1 @@
|
|||||||
libuser-0.54.5.tar.gz
|
libuser-0.54.6.tar.gz
|
||||||
|
10
libuser.spec
10
libuser.spec
@ -4,7 +4,7 @@
|
|||||||
%define python %(%{__python} -c "import sys; print sys.version[:3]")
|
%define python %(%{__python} -c "import sys; print sys.version[:3]")
|
||||||
|
|
||||||
Name: libuser
|
Name: libuser
|
||||||
Version: 0.54.5
|
Version: 0.54.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -96,6 +96,14 @@ popd
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 1 2006 Miloslav Trmac <mitr@redhat.com> - 0.54.6-1
|
||||||
|
- Fix bugs in handling of invalid lines in the files and shadow modules
|
||||||
|
- Fix pattern matching in lu_*_enumerate_full in the files and shadow modules
|
||||||
|
- Add more error reporting, return non-zero exit status on error from utils
|
||||||
|
- Use the skeleton directory specified in libuser.conf by Python
|
||||||
|
admin.createHome and admin.addUser, add parameter skeleton= to admin.addUser
|
||||||
|
(#189984)
|
||||||
|
|
||||||
* Tue Feb 21 2006 Miloslav Trmac <mitr@redhat.com> - 0.54.5-1
|
* Tue Feb 21 2006 Miloslav Trmac <mitr@redhat.com> - 0.54.5-1
|
||||||
- Fix multilib conflict on libuser.conf.5
|
- Fix multilib conflict on libuser.conf.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user