- 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:
Miloslav Trmac 2006-05-01 05:28:02 +00:00
parent 0bace58c32
commit a0b2a1e271
3 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
libuser-0.54.5.tar.gz
libuser-0.54.6.tar.gz

View File

@ -4,7 +4,7 @@
%define python %(%{__python} -c "import sys; print sys.version[:3]")
Name: libuser
Version: 0.54.5
Version: 0.54.6
Release: 1
Group: System Environment/Base
License: LGPL
@ -96,6 +96,14 @@ popd
%{_datadir}/gtk-doc/html/*
%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
- Fix multilib conflict on libuser.conf.5

View File

@ -1 +1 @@
2178d68f43869e88adcfa223f7852f7c libuser-0.54.5.tar.gz
9c36724fa1bc2c2e5e76318dd158efaf libuser-0.54.6.tar.gz