From a0b2a1e2719065fc34efd240cea40ef9ef1efc5d Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Mon, 1 May 2006 05:28:02 +0000 Subject: [PATCH] - 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) --- .cvsignore | 2 +- libuser.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index d34dd0c..ad7e3f8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.54.5.tar.gz +libuser-0.54.6.tar.gz diff --git a/libuser.spec b/libuser.spec index 09aa27a..68b8534 100644 --- a/libuser.spec +++ b/libuser.spec @@ -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 - 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 - 0.54.5-1 - Fix multilib conflict on libuser.conf.5 diff --git a/sources b/sources index 608ca3b..7d002d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2178d68f43869e88adcfa223f7852f7c libuser-0.54.5.tar.gz +9c36724fa1bc2c2e5e76318dd158efaf libuser-0.54.6.tar.gz