1 |
# $Id: e-smith-ibays.spec,v 1.9 2008/10/07 18:29:00 slords Exp $ |
# $Id: e-smith-ibays.spec,v 1.10 2008/10/13 20:02:28 slords 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 3 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: e-smith-base >= 4.13.15-76 |
Requires: e-smith-base >= 4.13.15-76 |
27 |
e-smith server and gateway software - ibays module. |
e-smith server and gateway software - ibays module. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Mon Nov 1 2010 Shad L. Lords <slords@mail.com> 2.2.0-3.sme |
31 |
|
- Switch to cpu commands if ldap is master [SME: 6326] |
32 |
|
|
33 |
* 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 |
34 |
- Fix maxIbayNameLength logic [SME: 4457] |
- Fix maxIbayNameLength logic [SME: 4457] |
35 |
|
|
256 |
%prep |
%prep |
257 |
%setup |
%setup |
258 |
%patch1 -p1 |
%patch1 -p1 |
259 |
|
%patch2 -p1 |
260 |
|
|
261 |
%pre |
%pre |
262 |
%post |
%post |