--- rpms/cpu/sme8/cpu.spec 2008/04/09 13:51:45 1.4 +++ rpms/cpu/sme8/cpu.spec 2010/11/05 18:19:38 1.5 @@ -1,9 +1,9 @@ -# $Id$ +# $Id: cpu.spec,v 1.4 2008/04/09 13:51:45 slords Exp $ Summary: Pluggable utility to administer authentication data Name: cpu Version: 1.4.3 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: System Environment/Base Source: cpu-1.4.3.tar.bz2 @@ -11,6 +11,7 @@ Patch0: cpu-1.4.3-doc_install.patch Patch1: cpu-1.4.3-rhel5.patch Patch2: cpu-1.4.3-md5crypt.patch Patch3: cpu-1.4.3-read.patch +Patch4: cpu-1.4.3-fix-cn.patch Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root BuildRequires: openldap-devel @@ -26,6 +27,7 @@ include support for LDAP and a partially %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}" @@ -53,17 +55,20 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -r %doc /usr/share/man/man8/* %changelog -* Fri Aug 03 2007 Charlie Brady 1.4.3-5 +* Fri Nov 5 2010 Shad L. Lords 1.4.3-6.sme +- Use gecos for cn if available, also modify cn if possible [SME: 6338] + +* Fri Aug 03 2007 Charlie Brady 1.4.3-5.sme - Read LDIF files until eof, rather than use stat size. Allows read from, e.g. /dev/stdin. -* Fri Aug 03 2007 Charlie Brady 1.4.3-4 +* Fri Aug 03 2007 Charlie Brady 1.4.3-4.sme - Add md5crypt support (from sourceforge). -* Tue Jul 24 2007 Charlie Brady 1.4.3-3 +* Tue Jul 24 2007 Charlie Brady 1.4.3-3.sme - Portability fixes to allow building on RHEL5/CentOS5. -* Wed Sep 27 2006 Charlie Brady 1.4.3-2 +* Wed Sep 27 2006 Charlie Brady 1.4.3-2.sme - Update file list, and remove world read from cpu.conf. * Tue Sep 26 2006 Charlie Brady