- Support importing of configuration from shadow-utils (/etc/login.defs and

/etc/default/useradd)
- Add libuser.conf(5) man page
This commit is contained in:
Miloslav Trmac 2005-10-10 23:08:26 +00:00
parent d600e1cac7
commit 2b297586cc
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
libuser-0.54.tar.gz
libuser-0.54.1.tar.gz

View File

@ -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 <mitr@redhat.com> - 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 <mclasen@redhat.com> - 0.54-2
- Use gmodule-no-export in the .pc file

View File

@ -1 +1 @@
03af14fa0b020e56195955b5a38155f5 libuser-0.54.tar.gz
de816d5510865414ec97cb80e93b4436 libuser-0.54.1.tar.gz