--- rpms/cpu/sme8/cpu.spec 2010/11/05 18:19:38 1.5 +++ rpms/cpu/sme8/cpu.spec 2010/11/06 03:56:49 1.6 @@ -1,9 +1,9 @@ -# $Id: cpu.spec,v 1.4 2008/04/09 13:51:45 slords Exp $ +# $Id: cpu.spec,v 1.5 2010/11/05 18:19:38 slords Exp $ Summary: Pluggable utility to administer authentication data Name: cpu Version: 1.4.3 -Release: 6%{?dist} +Release: 8%{?dist} License: GPL Group: System Environment/Base Source: cpu-1.4.3.tar.bz2 @@ -12,6 +12,8 @@ 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 @@ -28,6 +30,8 @@ include support for LDAP and a partially %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 +%patch6 -p1 %build CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}" @@ -55,6 +59,12 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -r %doc /usr/share/man/man8/* %changelog +* 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]