1 |
# $Id: cpu.spec,v 1.11 2010/11/08 05:11:15 slords Exp $ |
# $Id: cpu.spec,v 1.1 2013/01/31 21:49:15 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: 13%{?dist} |
Release: 14%{?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 |
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 |
Patch7: cpu-1.4.3-supp-groups.patch |
18 |
Patch8: cpu-1.4.3-gid-not-supp.patch |
Patch8: cpu-1.4.3-gid-not-supp.patch |
19 |
|
Patch9: cpu-1.4.3-rhel6.patch |
20 |
Prefix: %{_prefix} |
Prefix: %{_prefix} |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root |
22 |
BuildRequires: openldap-devel |
BuildRequires: openldap-devel |
37 |
%patch6 -p1 |
%patch6 -p1 |
38 |
%patch7 -p1 |
%patch7 -p1 |
39 |
%patch8 -p1 |
%patch8 -p1 |
40 |
|
%patch9 -p1 |
41 |
|
|
42 |
%build |
%build |
43 |
CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}" |
CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}" |
65 |
%doc /usr/share/man/man8/* |
%doc /usr/share/man/man8/* |
66 |
|
|
67 |
%changelog |
%changelog |
68 |
* Sun Nov 7 2010 Shad L. Lords <slords@mail.com> 1.4.3-12.sme |
* Fri Feb 1 2013 Shad L. Lords <slords@mail.com> 1.4.3-14.sme |
69 |
|
- Param fix so build on rhel6 works [SME: 7271] |
70 |
|
|
71 |
|
* Sun Nov 7 2010 Shad L. Lords <slords@mail.com> 1.4.3-13.sme |
72 |
- user gid shouldn't be part of supplemental groups [SME: 6353] |
- user gid shouldn't be part of supplemental groups [SME: 6353] |
73 |
|
|
74 |
* Sun Nov 7 2010 Shad L. Lords <slords@mail.com> 1.4.3-12.sme |
* Sun Nov 7 2010 Shad L. Lords <slords@mail.com> 1.4.3-12.sme |