- Don't claim success and exception at the same time (#133479)

- LDAP fixes, second round
- Various other bugfixes
This commit is contained in:
Miloslav Trmac 2004-09-24 16:42:24 +00:00
parent 2902f1e4ca
commit 001b3ec17f
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
libuser-0.51.11.tar.gz libuser-0.51.12.tar.gz

View File

@ -1,11 +1,10 @@
# -*- rpm-spec -*-
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
%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.51.11 Version: 0.51.12
Release: 1 Release: 1
Group: System Environment/Base Group: System Environment/Base
License: LGPL License: LGPL
@ -95,6 +94,11 @@ popd
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Fri Sep 24 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.12-1
- Don't claim success and exception at the same time (#133479)
- LDAP fixes, second round
- Various other bugfixes
* Thu Sep 23 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.11-1 * Thu Sep 23 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.11-1
- Allow documented optional arguments in Python - Allow documented optional arguments in Python
ADMIN.{addUser,modifyUser,deleteUser} (#119812) ADMIN.{addUser,modifyUser,deleteUser} (#119812)

View File

@ -1 +1 @@
77e764d6c008153b7373a71c0e9f8707 libuser-0.51.11.tar.gz 2ca45c79cad9eb4453d132d63573de08 libuser-0.51.12.tar.gz