- Don't claim success and exception at the same time (#133479)
- LDAP fixes, second round - Various other bugfixes
This commit is contained in:
parent
2902f1e4ca
commit
001b3ec17f
@ -1 +1 @@
|
|||||||
libuser-0.51.11.tar.gz
|
libuser-0.51.12.tar.gz
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user