--- rpms/cpu/sme8/cpu.spec 2010/11/06 05:47:03 1.7 +++ rpms/cpu/sme8/cpu.spec 2010/11/08 03:51:36 1.10 @@ -1,9 +1,9 @@ -# $Id: cpu.spec,v 1.6 2010/11/06 03:56:49 slords Exp $ +# $Id: cpu.spec,v 1.9 2010/11/07 23:22:25 slords Exp $ Summary: Pluggable utility to administer authentication data Name: cpu Version: 1.4.3 -Release: 9%{?dist} +Release: 12%{?dist} License: GPL Group: System Environment/Base Source: cpu-1.4.3.tar.bz2 @@ -14,6 +14,7 @@ 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 +Patch7: cpu-1.4.3-supp-groups.patch Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root BuildRequires: openldap-devel @@ -32,6 +33,7 @@ include support for LDAP and a partially %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 %build CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}" @@ -59,8 +61,18 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -r %doc /usr/share/man/man8/* %changelog +* Sun Nov 7 2010 Shad L. Lords 1.4.3-12.sme +- Retrieve supplimential groups if not specified [SME: 6347] +- Fix memory leak introduced in revision 9 [SME: 6342] + +* 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] +- Check for attribute before deleting [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]