auto-import changelog data from libuser-0.51.7-1.src.rpm

Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.7-1
- ldap: set error codes correctly when we encounter failures initializing
- don't double-close modules which fail initialization
- ldap: don't set an error in cases where one is already set
Tue Feb 18 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.6-1
- use a crypt salt consistent with the defaults/crypt_style setting when
    setting new passwords (#79337)
Thu Feb 06 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.5-2
- rebuild
Wed Feb 05 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.5-1
- expose lu_get_first_unused_id() as a package-private function
- provide libuser.ADMIN.getFirstUnusedUid and
    libuser.ADMIN.getFirstUnusedGid in python
Thu Dec 19 2002 Nalin Dahyabhai <nalin@redhat.com> 0.51.4-1
- fix not freeing resources properly in files.c(generic_is_locked), spotted
    by Zou Pengcheng
Wed Dec 11 2002 Nalin Dahyabhai <nalin@redhat.com> 0.51.2-1
- degrade gracefully
- build with --with-pic and -fPIC
- remove unpackaged man page
This commit is contained in:
cvsdist 2004-09-09 07:50:33 +00:00
parent ee1dfcc379
commit a667421898
3 changed files with 33 additions and 9 deletions

View File

@ -1 +1 @@
libuser-0.51.1.tar.gz
libuser-0.51.7.tar.gz

View File

@ -1,12 +1,11 @@
%define python 2.2
Name: libuser
Version: 0.51.1
Release: 2.1
Version: 0.51.7
Release: 1
Group: System Environment/Base
License: LGPL
Source: libuser-%{version}.tar.gz
Patch: libuser-0.51-fpic.patch
BuildRoot: %{_tmppath}/%{name}-root
BuildPrereq: pam-devel, popt, python-devel
BuildPrereq: gtk-doc, linuxdoc-tools
@ -32,16 +31,15 @@ files useful for developing applications with libuser.
%prep
%setup -q
%patch -p1 -b .fpic
%build
CFLAGS="-fPIC -O2"
export CFLAGS
CFLAGS="$RPM_OPT_FLAGS -fPIC" ; export CFLAGS
%configure \
--with-ldap \
--with-python-version=%{python} \
--with-python-path=%{_includedir}/python%{python} \
--with-html-dir=%{_datadir}/gtk-doc/html
--with-html-dir=%{_datadir}/gtk-doc/html \
--with-pic
make
%clean
@ -91,6 +89,32 @@ popd
%{_datadir}/gtk-doc/html/*
%changelog
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.7-1
- ldap: set error codes correctly when we encounter failures initializing
- don't double-close modules which fail initialization
- ldap: don't set an error in cases where one is already set
* Tue Feb 18 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.6-1
- use a crypt salt consistent with the defaults/crypt_style setting when
setting new passwords (#79337)
* Thu Feb 6 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.5-2
- rebuild
* Wed Feb 5 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.5-1
- expose lu_get_first_unused_id() as a package-private function
- provide libuser.ADMIN.getFirstUnusedUid and libuser.ADMIN.getFirstUnusedGid
in python
* Thu Dec 19 2002 Nalin Dahyabhai <nalin@redhat.com> 0.51.4-1
- fix not freeing resources properly in files.c(generic_is_locked), spotted by
Zou Pengcheng
* Wed Dec 11 2002 Nalin Dahyabhai <nalin@redhat.com> 0.51.2-1
- degrade gracefully
- build with --with-pic and -fPIC
- remove unpackaged man page
* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 0.51.1-2
- translation updates

View File

@ -1 +1 @@
ebae483edd884b8c26f77e8e9a789c58 libuser-0.51.1.tar.gz
b6bfdc7d3fe7cfedcf5f9731d564dfe7 libuser-0.51.7.tar.gz