diff --git a/.cvsignore b/.cvsignore index 5fedde7..0cd1535 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.29.tar.gz +libuser-0.32.tar.gz diff --git a/libuser.spec b/libuser.spec index 9f2cbec..2cde4ac 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,11 +1,11 @@ Name: libuser -Version: 0.29 +Version: 0.32 Release: 1 Group: System Environment/Base License: LGPL Source: libuser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root -BuildPrereq: pam-devel, popt, python-devel, cyrus-sasl-devel +BuildPrereq: pam-devel, popt, python-devel BuildPrereq: doxygen, jade, sgml-tools Summary: A user account administration library. @@ -30,7 +30,7 @@ files useful for developing applications with libuser. %setup -q %build -%configure --with-sasl +%configure make make -C docs/sgml make doc @@ -44,6 +44,12 @@ rm -fr $RPM_BUILD_ROOT %install rm -fr $RPM_BUILD_ROOT %makeinstall pkglibdir=$RPM_BUILD_ROOT%{_libdir}/%{name} + +pushd $RPM_BUILD_ROOT/%{_libdir}/python1.5/site-packages/ +python -c "import libuser" +python -c "import quota" +popd + %find_lang %{name} %post -p /sbin/ldconfig @@ -79,6 +85,22 @@ rm -fr $RPM_BUILD_ROOT %attr(0644,root,root) %{_libdir}/libuser_quota.la %changelog +* Wed Aug 29 2001 Nalin Dahyabhai 0.32-1 +- link the python module against libpam +- attempt to import the python modules at build-time to verify dependencies + +* Tue Aug 28 2001 Nalin Dahyabhai 0.31-1 +- fix a file-parsing bug that popped up in 0.29's mmap modifications + +* Mon Aug 27 2001 Nalin Dahyabhai 0.30-1 +- quotaq: fix argument order when reading quota information +- user_quota: set quota grace periods correctly +- luseradd: never create home directories for system accounts + +* Tue Aug 21 2001 Nalin Dahyabhai +- add da translation files +- update translations + * Tue Aug 21 2001 Nalin Dahyabhai 0.29-1 - add an explicit build dependency on jade (for the docs) diff --git a/sources b/sources index 0f0b2da..fc0a446 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -172391edaba0cb7b652f933bfded4063 libuser-0.29.tar.gz +28c50a94699aede829eaf0360d16b967 libuser-0.32.tar.gz