1 |
# $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 $ |
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: 6%{?dist} |
Release: 8%{?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 |
12 |
Patch2: cpu-1.4.3-md5crypt.patch |
Patch2: cpu-1.4.3-md5crypt.patch |
13 |
Patch3: cpu-1.4.3-read.patch |
Patch3: cpu-1.4.3-read.patch |
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 |
16 |
|
Patch6: cpu-1.4.3-mod-delete.patch |
17 |
Prefix: %{_prefix} |
Prefix: %{_prefix} |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root |
19 |
BuildRequires: openldap-devel |
BuildRequires: openldap-devel |
30 |
%patch2 -p1 |
%patch2 -p1 |
31 |
%patch3 -p1 |
%patch3 -p1 |
32 |
%patch4 -p1 |
%patch4 -p1 |
33 |
|
%patch5 -p1 |
34 |
|
%patch6 -p1 |
35 |
|
|
36 |
%build |
%build |
37 |
CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}" |
CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}" |
59 |
%doc /usr/share/man/man8/* |
%doc /usr/share/man/man8/* |
60 |
|
|
61 |
%changelog |
%changelog |
62 |
|
* Fri Nov 5 2010 Shad L. Lords <slords@mail.com> 1.4.3-8.sme |
63 |
|
- If empty value is passed in assume that means delete [SME: 6342] |
64 |
|
|
65 |
|
* Fri Nov 5 2010 Shad L. Lords <slords@mail.com> 1.4.3-7.sme |
66 |
|
- Ignore attributes that have empty attr [SME: 6341] |
67 |
|
|
68 |
* Fri Nov 5 2010 Shad L. Lords <slords@mail.com> 1.4.3-6.sme |
* Fri Nov 5 2010 Shad L. Lords <slords@mail.com> 1.4.3-6.sme |
69 |
- Use gecos for cn if available, also modify cn if possible [SME: 6338] |
- Use gecos for cn if available, also modify cn if possible [SME: 6338] |
70 |
|
|