--- rpms/cpu/sme8/cpu.spec 2008/03/31 18:21:10 1.3 +++ rpms/cpu/sme8/cpu.spec 2010/11/07 23:22:25 1.9 @@ -1,7 +1,9 @@ +# $Id: cpu.spec,v 1.8 2010/11/06 06:06:39 slords Exp $ + Summary: Pluggable utility to administer authentication data Name: cpu Version: 1.4.3 -Release: 5%{?dist} +Release: 11%{?dist} License: GPL Group: System Environment/Base Source: cpu-1.4.3.tar.bz2 @@ -9,6 +11,9 @@ 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 +Patch5: cpu-1.4.3-empty-attr.patch +Patch6: cpu-1.4.3-mod-delete.patch Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root BuildRequires: openldap-devel @@ -24,6 +29,9 @@ include support for LDAP and a partially %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 %build CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}" @@ -51,17 +59,35 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -r %doc /usr/share/man/man8/* %changelog -* Fri Aug 03 2007 Charlie Brady 1.4.3-5 +* Sun Nov 7 2010 Shad L. Lords 1.4.3-11.sme +- Treat null attribs in extra file like empty string [SME: 6342] + +* Sat Nov 6 2010 Shad L. Lords 1.4.3-10.sme +- Object might not exist yet which isn't an error [SME: 6342] + +* Fri Nov 5 2010 Shad L. Lords 1.4.3-9.sme +- Check for attribute before deleting (for extra attrs) [SME: 6342] + +* Fri Nov 5 2010 Shad L. Lords 1.4.3-8.sme +- If empty value is passed in assume that means delete [SME: 6342] + +* Fri Nov 5 2010 Shad L. Lords 1.4.3-7.sme +- Ignore attributes that have empty attr [SME: 6341] + +* 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