1 |
# $Id: cpu.spec,v 1.8 2010/11/06 06:06:39 slords Exp $ |
# $Id: cpu.spec,v 1.9 2010/11/07 23:22:25 slords Exp $ |
2 |
|
|
3 |
Summary: Pluggable utility to administer authentication data |
Summary: Pluggable utility to administer authentication data |
4 |
Name: cpu |
Name: cpu |
5 |
Version: 1.4.3 |
Version: 1.4.3 |
6 |
Release: 11%{?dist} |
Release: 12%{?dist} |
7 |
License: GPL |
License: GPL |
8 |
Group: System Environment/Base |
Group: System Environment/Base |
9 |
Source: cpu-1.4.3.tar.bz2 |
Source: cpu-1.4.3.tar.bz2 |
14 |
Patch4: cpu-1.4.3-fix-cn.patch |
Patch4: cpu-1.4.3-fix-cn.patch |
15 |
Patch5: cpu-1.4.3-empty-attr.patch |
Patch5: cpu-1.4.3-empty-attr.patch |
16 |
Patch6: cpu-1.4.3-mod-delete.patch |
Patch6: cpu-1.4.3-mod-delete.patch |
17 |
|
Patch7: cpu-1.4.3-supp-groups.patch |
18 |
Prefix: %{_prefix} |
Prefix: %{_prefix} |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root |
20 |
BuildRequires: openldap-devel |
BuildRequires: openldap-devel |
33 |
%patch4 -p1 |
%patch4 -p1 |
34 |
%patch5 -p1 |
%patch5 -p1 |
35 |
%patch6 -p1 |
%patch6 -p1 |
36 |
|
%patch7 -p1 |
37 |
|
|
38 |
%build |
%build |
39 |
CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}" |
CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}" |
61 |
%doc /usr/share/man/man8/* |
%doc /usr/share/man/man8/* |
62 |
|
|
63 |
%changelog |
%changelog |
64 |
|
* Sun Nov 7 2010 Shad L. Lords <slords@mail.com> 1.4.3-12.sme |
65 |
|
- Retrieve supplimential groups if not specified [SME: 6347] |
66 |
|
- Fix memory leak introduced in revision 9 [SME: 6342] |
67 |
|
|
68 |
* Sun Nov 7 2010 Shad L. Lords <slords@mail.com> 1.4.3-11.sme |
* Sun Nov 7 2010 Shad L. Lords <slords@mail.com> 1.4.3-11.sme |
69 |
- Treat null attribs in extra file like empty string [SME: 6342] |
- Treat null attribs in extra file like empty string [SME: 6342] |
70 |
|
|
72 |
- Object might not exist yet which isn't an error [SME: 6342] |
- Object might not exist yet which isn't an error [SME: 6342] |
73 |
|
|
74 |
* Fri Nov 5 2010 Shad L. Lords <slords@mail.com> 1.4.3-9.sme |
* Fri Nov 5 2010 Shad L. Lords <slords@mail.com> 1.4.3-9.sme |
75 |
- Check for attribute before deleting (for extra attrs) [SME: 6342] |
- Check for attribute before deleting [SME: 6342] |
76 |
|
|
77 |
* Fri Nov 5 2010 Shad L. Lords <slords@mail.com> 1.4.3-8.sme |
* Fri Nov 5 2010 Shad L. Lords <slords@mail.com> 1.4.3-8.sme |
78 |
- If empty value is passed in assume that means delete [SME: 6342] |
- If empty value is passed in assume that means delete [SME: 6342] |