diff --git a/.cvsignore b/.cvsignore index e2865c1..5dd7858 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.51.9.tar.gz +libuser-0.51.10.tar.gz diff --git a/libuser.spec b/libuser.spec index e77e24b..a5e94de 100644 --- a/libuser.spec +++ b/libuser.spec @@ -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 - 0.51.9-1 +* Fri Sep 3 2004 Miloslav Trmac - 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 - 0.51.9-1 - Fix various typos - Document library interfaces - Build all shared libraries with -fPIC (#72536) diff --git a/sources b/sources index c13ab64..6c09083 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -935c4bf1d915574475f2e66e406aaf9c libuser-0.51.9.tar.gz +e6952085a54677938676083aed63eb21 libuser-0.51.10.tar.gz