auto-import changelog data from libuser-0.32-1.src.rpm
Wed Aug 29 2001 Nalin Dahyabhai <nalin@redhat.com> 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 <nalin@redhat.com> 0.31-1 - fix a file-parsing bug that popped up in 0.29's mmap modifications Mon Aug 27 2001 Nalin Dahyabhai <nalin@redhat.com> 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
This commit is contained in:
parent
8e774d1b70
commit
242abfda33
@ -1 +1 @@
|
||||
libuser-0.29.tar.gz
|
||||
libuser-0.32.tar.gz
|
||||
|
||||
28
libuser.spec
28
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 <nalin@redhat.com> 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 <nalin@redhat.com> 0.31-1
|
||||
- fix a file-parsing bug that popped up in 0.29's mmap modifications
|
||||
|
||||
* Mon Aug 27 2001 Nalin Dahyabhai <nalin@redhat.com> 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 <nalin@redhat.com>
|
||||
- add da translation files
|
||||
- update translations
|
||||
|
||||
* Tue Aug 21 2001 Nalin Dahyabhai <nalin@redhat.com> 0.29-1
|
||||
- add an explicit build dependency on jade (for the docs)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user