1 |
# $Id: e-smith-base.spec,v 1.146 2013/03/16 22:21:19 wellsi Exp $ |
# $Id: e-smith-base.spec,v 1.151 2013/06/25 05:06:26 wellsi Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - base module |
Summary: e-smith server and gateway - base module |
4 |
%define name e-smith-base |
%define name e-smith-base |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.2.0 |
%define version 5.2.0 |
7 |
%define release 75 |
%define release 79 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
70 |
Patch58: e-smith-base-5.2.0-ConsoleBackupText.patch |
Patch58: e-smith-base-5.2.0-ConsoleBackupText.patch |
71 |
Patch59: e-smith-base-5.2.0-existing_hwaddr.patch |
Patch59: e-smith-base-5.2.0-existing_hwaddr.patch |
72 |
Patch60: e-smith-base-5.2.0-add_template_to_ssl.pem.patch |
Patch60: e-smith-base-5.2.0-add_template_to_ssl.pem.patch |
73 |
|
Patch61: e-smith-base-5.2.0-fix_group_create_with_ldap_auth.patch |
74 |
|
Patch62: e-smith-base-5.2.0-fix_www_name_with_ldap.patch |
75 |
|
Patch63: e-smith-base-5.2.0-mdevent.patch |
76 |
|
Patch64: e-smith-base-5.2.0-OldSystemName.patch |
77 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
78 |
Requires: mod_auth_external |
Requires: mod_auth_external |
79 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
121 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
122 |
|
|
123 |
%changelog |
%changelog |
124 |
|
* Mon Jun 24 2013 Ian Wells <esmith@wellsi.com> 5.2.0-79.sme |
125 |
|
- Remove old System Name from the Hosts DB, by Charlie Brady [SME: 5010] |
126 |
|
|
127 |
|
* Mon Jun 24 2013 Ian Wells <esmith@wellsi.com> 5.2.0-78.sme |
128 |
|
- Prevent emailing about the normal, weekly, checks of RAID arrays, |
129 |
|
by Mark Casey [SME: 6160] |
130 |
|
|
131 |
|
* Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-77.sme |
132 |
|
- Fix init-account script when LDAP auth is enabled [SME: 7670] |
133 |
|
|
134 |
|
* Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-76.sme |
135 |
|
- Fix group creation/modification when LDAP auth is enabled [SME: 7049] |
136 |
|
|
137 |
* Fri May 17 2013 chris burnat <devlist@burnat.com> 5.2.0-75.sme |
* Fri May 17 2013 chris burnat <devlist@burnat.com> 5.2.0-75.sme |
138 |
- Add_template_to_ssl.pem [SME: 4450] |
- Add_template_to_ssl.pem [SME: 4450] |
139 |
|
|
1644 |
%patch58 -p1 |
%patch58 -p1 |
1645 |
%patch59 -p1 |
%patch59 -p1 |
1646 |
%patch60 -p1 |
%patch60 -p1 |
1647 |
|
%patch61 -p1 |
1648 |
|
%patch62 -p1 |
1649 |
|
%patch63 -p1 |
1650 |
|
%patch64 -p1 |
1651 |
|
|
1652 |
%pre |
%pre |
1653 |
if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ] |
if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ] |