--- rpms/cpu/sme8/cpu.spec 2010/11/06 03:56:49 1.6 +++ rpms/cpu/sme8/cpu.spec 2010/11/08 05:11:15 1.11 @@ -1,9 +1,9 @@ -# $Id: cpu.spec,v 1.5 2010/11/05 18:19:38 slords Exp $ +# $Id: cpu.spec,v 1.10 2010/11/08 03:51:36 slords Exp $ Summary: Pluggable utility to administer authentication data Name: cpu Version: 1.4.3 -Release: 8%{?dist} +Release: 13%{?dist} License: GPL Group: System Environment/Base Source: cpu-1.4.3.tar.bz2 @@ -14,6 +14,8 @@ 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 +Patch8: cpu-1.4.3-gid-not-supp.patch Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root BuildRequires: openldap-devel @@ -32,6 +34,8 @@ include support for LDAP and a partially %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 +%patch8 -p1 %build CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}" @@ -59,6 +63,22 @@ 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 +- user gid shouldn't be part of supplemental groups [SME: 6353] + +* 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 [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]