diff --git a/.cvsignore b/.cvsignore index 45eb657..15e8e35 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.54.tar.gz +libuser-0.54.1.tar.gz diff --git a/libuser.spec b/libuser.spec index 95f1c37..a3a8201 100644 --- a/libuser.spec +++ b/libuser.spec @@ -4,12 +4,11 @@ %define python %(%{__python} -c "import sys; print sys.version[:3]") Name: libuser -Version: 0.54 -Release: 2 +Version: 0.54.1 +Release: 1 Group: System Environment/Base License: LGPL Source: libuser-%{version}.tar.gz -Patch0: libuser-0.54-gmodule-no-export.patch BuildRoot: %{_tmppath}/%{name}-root BuildRequires: pam-devel, popt, python-devel BuildRequires: glib2-devel, gtk-doc, linuxdoc-tools @@ -39,7 +38,6 @@ files useful for developing applications with libuser. %prep %setup -q -%patch0 -p1 -b .gmodule-no-export %build %configure --enable-gtk-doc \ @@ -83,6 +81,7 @@ popd %{_libdir}/%{name}/*.so %attr(0755,root,root) %{_sbindir}/* %{_mandir}/man1/* +%{_mandir}/man5/* %exclude %{_libdir}/*.la %exclude %{_libdir}/%{name}/*.la @@ -97,6 +96,11 @@ popd %{_datadir}/gtk-doc/html/* %changelog +* Tue Oct 11 2005 Miloslav Trmac - 0.54.1-1 +- Support importing of configuration from shadow-utils (/etc/login.defs and + /etc/default/useradd) +- Add libuser.conf(5) man page + * Wed Oct 5 2005 Matthias Clasen - 0.54-2 - Use gmodule-no-export in the .pc file diff --git a/sources b/sources index 86d9098..96dc415 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03af14fa0b020e56195955b5a38155f5 libuser-0.54.tar.gz +de816d5510865414ec97cb80e93b4436 libuser-0.54.1.tar.gz