1 |
# $Id: e-smith-ibays.spec,v 1.9 2008/10/07 18:29:00 slords Exp $ |
# $Id: e-smith-ibays.spec,v 1.18 2011/10/27 09:07:36 vip-ire Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - ibays module |
Summary: e-smith server and gateway - ibays module |
4 |
%define name e-smith-ibays |
%define name e-smith-ibays |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 2 |
%define release 11 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch1: e-smith-ibays-2.2.0-maxLength.patch |
Patch1: e-smith-ibays-2.2.0-maxLength.patch |
14 |
|
Patch2: e-smith-ibays-2.2.0-enable-cpu.patch |
15 |
|
Patch3: e-smith-ibays-2.2.0-better-ldap.patch |
16 |
|
Patch4: e-smith-ibays-2.2.0-dont_modify_primary.patch |
17 |
|
Patch5: e-smith-ibays-2.2.0-revert-locale-string-password-change.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Requires: e-smith-base >= 4.13.15-76 |
Requires: e-smith-base >= 4.13.15-76 |
30 |
e-smith server and gateway software - ibays module. |
e-smith server and gateway software - ibays module. |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Fri Dec 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-11.sme |
34 |
|
- Fix non-translated locale in ibays panel [SME: 6718] |
35 |
|
|
36 |
|
* Thu Oct 27 2011 Daniel B. <daniel@firewall-services.com> 2.2.0-10.sme |
37 |
|
- Don't try to modify Primary unix/ldap account [SME:6770] |
38 |
|
|
39 |
|
* Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme |
40 |
|
- All ibay account commands as system accounts in LDAP [SME: 6326] |
41 |
|
|
42 |
|
* Thu Nov 4 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-8.sme |
43 |
|
- Create ibay accounts as system accounts in LDAP [SME: 6326] |
44 |
|
|
45 |
|
* Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-7.sme |
46 |
|
- Fix cpu critical patch missing ) [SME: 6330] |
47 |
|
|
48 |
|
* Wed Nov 3 2010 Shad L. Lords <slords@mail.com> 2.2.0-6.sme |
49 |
|
- Fix cpu critical patch missing ' [SME: 6330] |
50 |
|
|
51 |
|
* Wed Nov 3 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme |
52 |
|
- Make cpu calls critical only with ldap{Auth} is enabled [SME: 6330] |
53 |
|
|
54 |
|
* Tue Nov 2 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme |
55 |
|
- Always use cpu, do unix if ldap{Auth} is disabled [SME: 6326] |
56 |
|
|
57 |
|
* Mon Nov 1 2010 Shad L. Lords <slords@mail.com> 2.2.0-3.sme |
58 |
|
- Switch to cpu commands if ldap is master [SME: 6326] |
59 |
|
|
60 |
* Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
* Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
61 |
- Fix maxIbayNameLength logic [SME: 4457] |
- Fix maxIbayNameLength logic [SME: 4457] |
62 |
|
|
283 |
%prep |
%prep |
284 |
%setup |
%setup |
285 |
%patch1 -p1 |
%patch1 -p1 |
286 |
|
%patch2 -p1 |
287 |
|
%patch3 -p1 |
288 |
|
%patch4 -p1 |
289 |
|
%patch5 -p1 |
290 |
|
|
291 |
%pre |
%pre |
292 |
%post |
%post |