commit 518937c74674a02548d0dbd42c95cc3db0a75699 Author: Miloslav Trmač mitr@redhat.com Date: Thu Mar 31 19:34:47 2011 +0200
Update to libuser-0.57.2
* Thu Mar 31 2011 Miloslav Trmač mitr@redhat.com - 0.57.2-1 - Update to libuser-0.57.2 Resolves: #671494 - Reenable (make check)
.gitignore | 1 + libuser-0.57.1-commonName.patch | 73 --------------------------------------- libuser.spec | 16 ++++---- sources | 2 +- 4 files changed, 10 insertions(+), 82 deletions(-) --- diff --git a/.gitignore b/.gitignore index d447482..f4f4d61 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ libuser-0.56.16.tar.xz /libuser-0.56.18.tar.xz /libuser-0.57.tar.xz /libuser-0.57.1.tar.xz +/libuser-0.57.2.tar.xz diff --git a/libuser.spec b/libuser.spec index 22b08eb..a6762f9 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,14 +1,12 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: libuser -Version: 0.57.1 -Release: 5%{?dist} +Version: 0.57.2 +Release: 1%{?dist} Group: System Environment/Base License: LGPLv2+ URL: https://fedorahosted.org/libuser/ Source: https://fedorahosted.org/releases/l/i/libuser/libuser-%%7Bversion%7D.tar.xz -# Upstream commit 44c92c5eef75eadb71f14f2c8834dfc7ca5b0adb -Patch0: libuser-0.57.1-commonName.patch BuildRequires: glib2-devel, linuxdoc-tools, pam-devel, popt-devel, python2-devel BuildRequires: cyrus-sasl-devel, libselinux-devel, openldap-devel # To make sure the configure script can find it @@ -47,7 +45,6 @@ administering user and group accounts.
%prep %setup -q -%patch0 -p1 -b .commonName
%build %configure --with-selinux --with-ldap --with-html-dir=%{_datadir}/gtk-doc/html @@ -63,9 +60,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
%check
-# This uses fixed port numbers, and thus breaks when building 32-bit and 64-bit -# packages in parallel on the same machine -# make check +make check
# Verify that all python modules load, just in case. LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH} @@ -107,6 +102,11 @@ python -c "import libuser" %{_datadir}/gtk-doc/html/*
%changelog +* Thu Mar 31 2011 Miloslav Trmač mitr@redhat.com - 0.57.2-1 +- Update to libuser-0.57.2 + Resolves: #671494 +- Reenable (make check) + * Tue Feb 08 2011 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0.57.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/sources b/sources index 031a186..290c3df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be82c6941264d0b4bd04f95fb342ec7d libuser-0.57.1.tar.xz +8f43c5b501a6814ff4c8bc9da2f00405 libuser-0.57.2.tar.xz
scm-commits@lists.fedoraproject.org