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

Fri Sep 03 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.10-1
- Don't attempt to lookup using original entity name after entity
    modification (rename in particular) (#78376, #121252)
- Fix copying of symlinks from /etc/skel (#87572, original patch from
    gLaNDix)
- Make --enable-quota work, and fix the quota code to at least compile
    (#89114)
- Fix several bugs (#120168, original patch from Steve Grubb)
- Don't hardcode python version in spec file (#130952, from Robert Scheck)
- Properly integrate the SELinux patch, it should actually be used now,
    even though it was "enabled" since 0.51.7-6
This commit is contained in:
cvsdist 2004-09-09 07:53:01 +00:00
parent 44b87b4046
commit 0619df7a4e
3 changed files with 18 additions and 11 deletions

View File

@ -1 +1 @@
libuser-0.51.9.tar.gz
libuser-0.51.10.tar.gz

View File

@ -2,15 +2,14 @@
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
%define python 2.3
%define python %(%{__python} -c "import sys; print sys.version[:3]")
Name: libuser
Version: 0.51.9
Version: 0.51.10
Release: 1
Group: System Environment/Base
License: LGPL
Source: libuser-%{version}.tar.gz
Patch0: libuser-selinux.patch
BuildRoot: %{_tmppath}/%{name}-root
BuildPrereq: pam-devel, popt, python-devel
BuildPrereq: glib2-devel, gtk-doc, linuxdoc-tools
@ -36,19 +35,17 @@ files useful for developing applications with libuser.
%prep
%setup -q
%if %{WITH_SELINUX}
#SELinux
%patch0 -p1 -b .selinux
%endif
%build
CFLAGS="$RPM_OPT_FLAGS -fPIC" ; export CFLAGS
%configure --enable-gtk-doc \
%if %{WITH_SELINUX}
--with-selinux \
%endif
--with-ldap \
--with-python-version=%{python} \
--with-python-path=%{_includedir}/python%{python} \
--with-html-dir=%{_datadir}/gtk-doc/html \
--with-pic
make
%clean
@ -98,7 +95,17 @@ popd
%{_datadir}/gtk-doc/html/*
%changelog
* Tue Aug 31 2004 Miloslav Trmac <mitr@volny.cz> - 0.51.9-1
* Fri Sep 3 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.10-1
- Don't attempt to lookup using original entity name after entity
modification (rename in particular) (#78376, #121252)
- Fix copying of symlinks from /etc/skel (#87572, original patch from gLaNDix)
- Make --enable-quota work, and fix the quota code to at least compile (#89114)
- Fix several bugs (#120168, original patch from Steve Grubb)
- Don't hardcode python version in spec file (#130952, from Robert Scheck)
- Properly integrate the SELinux patch, it should actually be used now, even
though it was "enabled" since 0.51.7-6
* Tue Aug 31 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.9-1
- Fix various typos
- Document library interfaces
- Build all shared libraries with -fPIC (#72536)

View File

@ -1 +1 @@
935c4bf1d915574475f2e66e406aaf9c libuser-0.51.9.tar.gz
e6952085a54677938676083aed63eb21 libuser-0.51.10.tar.gz