1 |
# $Id: e-smith-base.spec,v 1.121 2010/11/22 16:27:05 slords Exp $ |
# $Id: e-smith-base.spec,v 1.171 2015/09/05 21:52:48 stephdl 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 53 |
%define release 97 |
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: e-smith-base-5.2.0.90.tar.gz |
13 |
Patch1: e-smith-base-5.2.0-sambaRole.patch |
Patch1: e-smith-base-5.2.0-reset_ibay_default_type.patch |
14 |
Patch2: e-smith-base-5.2.0-smartd40.patch |
Patch2: e-smith-base-5.2.0_added_verification_of_pptp_clients_against_dhcp.patch |
15 |
Patch3: e-smith-base-5.2.0-usbRev70drive.patch |
Patch3: e-smith-base-5.2.0_console_verification_dhcp_vs_pptp.patch |
16 |
Patch4: e-smith-base-5.2.0-FixLabelArray.patch |
Patch4: e-smith-base-5.2.0-default_to_no_on_quit_console_app.patch |
17 |
Patch5: e-smith-base-5.2.0-straysymlink.patch |
Patch5: e-smith-base-5.2.0-only_fire_ip_change_on_wan.patch |
18 |
Patch6: e-smith-base-5.2.0-nonetworkdrivers.patch |
Patch6: e-smith-base-5.2.0_sha256_cert.patch |
19 |
Patch7: e-smith-base-5.2.0-checkIPOverlap.patch |
Patch7: e-smith-backup-5.2.0.bz9097.Test_Backup_MountPoint.patch |
|
Patch8: e-smith-base-5.2.0-adapter-translation-fixes.patch |
|
|
Patch9: e-smith-base-5.2.0-FixLocale_External.patch |
|
|
Patch10: e-smith-base-5.2.0-perform_restore-hal.patch |
|
|
Patch11: e-smith-base-5.2.0-generate-2048-bits-keys.patch |
|
|
Patch12: e-smith-base-5.2.0-perform_backup-hal.patch |
|
|
Patch13: e-smith-base-5.2.0-hwaddress.patch |
|
|
Patch14: e-smith-base-5.2.0-sha1.patch |
|
|
Patch15: e-smith-base-5.2.0-fix-template-expansion-error.patch |
|
|
Patch16: e-smith-base-5.2.0-gettext.patch |
|
|
Patch17: e-smith-base-5.2.0-remove-freebusy-references.patch |
|
|
Patch18: e-smith-base-5.2.0-no-nic.patch |
|
|
Patch19: e-smith-base-5.2.0-fix-local-nic-string-in-console.patch |
|
|
Patch20: e-smith-base-5.2.0-freebusy-user-modify-fix.patch |
|
|
Patch21: e-smith-base-5.2.0-condrestart.patch |
|
|
Patch22: e-smith-base-5.2.0-condrestart.patch2 |
|
|
Patch23: e-smith-base-5.2.0-cpuspeed.patch |
|
|
Patch24: e-smith-base-5.2.0-nss_ldap.patch |
|
|
Patch25: e-smith-base-5.2.0-ibay_groups.patch |
|
|
Patch26: e-smith-base-5.2.0-keep_external.patch |
|
|
Patch27: e-smith-base-5.2.0-checkMaxUsers.patch |
|
|
Patch28: e-smith-base-5.2.0-apmd64bit.patch |
|
|
Patch29: e-smith-base-5.2.0-relocate_dhclient_conf.patch |
|
|
Patch30: e-smith-base-5.2.0-echo-options.patch |
|
|
Patch31: e-smith-base-5.2.0-migrateHWaddr.patch |
|
|
Patch32: e-smith-base-5.2.0-relocate_dhcpd_leases_file.patch |
|
|
Patch33: e-smith-base-5.2.0-fix_empty_file_test.patch |
|
|
Patch34: e-smith-base-5.2.0-cpu-conf.patch |
|
|
Patch35: e-smith-base-5.2.0-ldap-auth.patch |
|
|
Patch36: e-smith-base-5.2.0-enable-cpu.patch |
|
|
Patch37: e-smith-base-5.2.0-better-ldap.patch |
|
|
Patch38: e-smith-base-5.2.0-add-extra-ldap.patch |
|
|
Patch39: e-smith-base-5.2.0-cpu-can-delete.patch |
|
|
Patch40: e-smith-base-5.2.0-supp-groups.patch |
|
|
Patch41: e-smith-base-5.2.0-fix_gpasswd_path.patch |
|
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
Requires: mod_auth_external |
Requires: mod_auth_external |
22 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
64 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
65 |
|
|
66 |
%changelog |
%changelog |
67 |
|
* Fri Oct 16 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-97.sme |
68 |
|
- Verify the mountpoint during the console backup |
69 |
|
- Added e-smith-backup-5.2.0.bz9097.Test_Backup_MountPoint.patch |
70 |
|
|
71 |
|
* Mon Aug 24 2015 Charlie Brady <charlie_brady@mitel.com> 5.2.0-96.sme |
72 |
|
* Use sha256 algorithm for signature of SSL cert. [SME: 8607] |
73 |
|
|
74 |
|
* Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-95.sme |
75 |
|
- Only fire the ip-change event when IP is assigned to WAN nic |
76 |
|
(Code by Charlie Brady and John Crisp) [SME: 8891] |
77 |
|
|
78 |
|
* Sun Jan 11 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-94.sme |
79 |
|
- When quiting the console app with unsaved changes set the default selected |
80 |
|
- answer to NO, Hsing-Foo Wang <hsingfoo@gmail.com> [SME: 8794] |
81 |
|
|
82 |
|
* Wed Apr 23 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-93.sme |
83 |
|
- Add a verification in the console of number of pptp clients against ip allowed in dhcpd |
84 |
|
- [SME: 8298] |
85 |
|
|
86 |
|
* Sun Apr 6 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-92.sme |
87 |
|
- Add a verification in remoteaccess panel of number of pptp clients against ip allowed in dhcpd |
88 |
|
- [SME: 8298] |
89 |
|
|
90 |
|
* Mon Mar 10 2014 Chris Burnat <devlist@burnat.com> 5.2.0-91.sme |
91 |
|
- Reset primary ibay default type [SME: 8267] |
92 |
|
|
93 |
|
* Mon Feb 17 2014 Ian Wells <esmith@wellsi.com> 5.2.0-90.sme |
94 |
|
- Remove old images and roll new tarball [SME: 8213] |
95 |
|
|
96 |
|
* Sun Feb 16 2014 Ian Wells <esmith@wellsi.com> 5.2.0-89.sme |
97 |
|
- Refer to removable media not CDROM in console restore [SME: 8212] |
98 |
|
|
99 |
|
* Fri Feb 7 2014 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-88.sme |
100 |
|
- Add the apache group if it's missing [SME: 7932] |
101 |
|
|
102 |
|
* Mon Jan 13 2014 Ian Wells <esmith@wellsi.com> 5.2.0-87.sme |
103 |
|
- Remove insecure SSL ciphers [SME: 7916] |
104 |
|
|
105 |
|
* Mon Jan 13 2014 Ian Wells <esmith@wellsi.com> 5.2.0-86.sme |
106 |
|
- Change System Name from mitel-networks-server to sme-server [SME: 8131] |
107 |
|
|
108 |
|
* Sat Sep 14 2013 Ian Wells <esmith@wellsi.com> 5.2.0-85.sme |
109 |
|
- Reverse change: Use UTF-8 in the console [SME: 7699] |
110 |
|
|
111 |
|
* Sun Jul 7 2013 Ian Wells <esmith@wellsi.com> 5.2.0-84.sme |
112 |
|
- Improve text in console backup for success and failure [SME: 3121] |
113 |
|
|
114 |
|
* Mon Jul 01 2013 Ian Wells <esmith@wellsi.com> 5.2.0-83.sme |
115 |
|
- Compression level of the console backup is now -6 by default [SME: 6304] |
116 |
|
|
117 |
|
* Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 5.2.0-82.sme |
118 |
|
- Console USB Backup, allow user setting of compression level [SME: 6304] |
119 |
|
|
120 |
|
* Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 5.2.0-81.sme |
121 |
|
- Use UTF-8 in the console, by Daniel Berteaud [SME: 7699] |
122 |
|
|
123 |
|
* Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 5.2.0-80.sme |
124 |
|
- Update ServerName (Samba netbios name) when SystemName is updated [SME: 7703] |
125 |
|
|
126 |
|
* Mon Jun 24 2013 Ian Wells <esmith@wellsi.com> 5.2.0-79.sme |
127 |
|
- Remove old System Name from the Hosts DB, by Charlie Brady [SME: 5010] |
128 |
|
|
129 |
|
* Mon Jun 24 2013 Ian Wells <esmith@wellsi.com> 5.2.0-78.sme |
130 |
|
- Prevent emailing about the normal, weekly, checks of RAID arrays, |
131 |
|
by Mark Casey [SME: 6160] |
132 |
|
|
133 |
|
* Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-77.sme |
134 |
|
- Fix init-account script when LDAP auth is enabled [SME: 7670] |
135 |
|
|
136 |
|
* Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-76.sme |
137 |
|
- Fix group creation/modification when LDAP auth is enabled [SME: 7049] |
138 |
|
|
139 |
|
* Fri May 17 2013 chris burnat <devlist@burnat.com> 5.2.0-75.sme |
140 |
|
- Add_template_to_ssl.pem [SME: 4450] |
141 |
|
|
142 |
|
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.2.0-74.sme |
143 |
|
- Ensure existing_hwaddr is always initialized [SME: 6087] |
144 |
|
|
145 |
|
* Thu Feb 28 2013 Terry Fage <trex1512@yahoo.com.au> 5.2.0-73.sme |
146 |
|
- In the console refer to removable media instead of USB disk [SME: 6835] |
147 |
|
|
148 |
|
* Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-72.sme |
149 |
|
- Optimize user-modify-unix script and link it in bootstrap-ldap-save [SME: 7167] |
150 |
|
|
151 |
|
* Tue Feb 5 2013 John Crisp <jcrisp@safeandsoundit.co.uk> 5.2.0-71.sme |
152 |
|
- Post-upgrades not fired after restore from console [SME: 7060] |
153 |
|
|
154 |
|
* Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 5.2.0-70.sme |
155 |
|
- Correction for when DB value is lower than MIN_MEMORY_LIMIT [SME: 7000] |
156 |
|
|
157 |
|
* Sat Feb 2 2013 Ian Wells <esmith@wellsi.com> 5.2.0-69.sme |
158 |
|
- Simplified patch after review comments [SME: 7000] |
159 |
|
|
160 |
|
* Tue Jan 29 2013 Ian Wells <esmith@wellsi.com> 5.2.0-68.sme |
161 |
|
- Updated previous patch to avoid migrate fragment [SME: 7000] |
162 |
|
|
163 |
|
* Tue Jan 22 2013 Ian Wells <esmith@wellsi.com> 5.2.0-67.sme |
164 |
|
- Increase memory limit for pppoe to 100Mb [SME: 7000] |
165 |
|
|
166 |
|
* Sun Dec 30 2012 Ian Wells <esmith@wellsi.com> 5.2.0-66.sme |
167 |
|
- Template /etc/updatedb.conf [SME: 7090] |
168 |
|
|
169 |
|
* Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 5.2.0-65.sme |
170 |
|
- Make CipherSuite secure by default [SME: 7026] |
171 |
|
|
172 |
|
* Fri Mar 16 2012 Ian Wells <esmith@wellsi.com> 5.2.0-64.sme |
173 |
|
- Add MAC address into console network selection [SME: 6844] |
174 |
|
|
175 |
|
* Sun Nov 6 2011 Shad L. Lords <slords@mail.com> 5.2.0-63.sme |
176 |
|
- Initialize ExternalInterface db structure so hwaddr in console works |
177 |
|
[SME: 6775] |
178 |
|
|
179 |
|
* Mon Mar 14 2011 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-62.sme |
180 |
|
- Stop using gecos attribute in LDAP [SME: 6539] |
181 |
|
|
182 |
|
* Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-61.sme |
183 |
|
- Fix a typo in strings [SME: 5932] |
184 |
|
|
185 |
|
* Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-60.sme |
186 |
|
- Rework text changes in console screen in previous revision [SME: 5932] |
187 |
|
|
188 |
|
* Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-59.sme |
189 |
|
- Only list backup targets that are writeable [SME: 5932] |
190 |
|
|
191 |
|
* Sun Mar 13 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-58.sme |
192 |
|
- Revert admin password change through user-manager [SME: 3759] |
193 |
|
|
194 |
|
* Sun Mar 13 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-57.sme |
195 |
|
- Allow admin password change through user-manager [SME: 3759] |
196 |
|
|
197 |
|
* Wed Mar 2 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-57.sme |
198 |
|
- Handle no network interface scenario in console and bootstrap-console [SME: 6023] |
199 |
|
|
200 |
|
* Mon Dec 6 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-56.sme |
201 |
|
- change apache uid and gid so they become aliases for www [SME: 6425] |
202 |
|
|
203 |
|
* Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-55.sme |
204 |
|
- Only remove dangling symlinks in weak-updates directories [SME: 6376] |
205 |
|
|
206 |
|
* Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-54.sme |
207 |
|
- Fix create user gid parameter [SME: 6416] |
208 |
|
|
209 |
* Mon Nov 29 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-53.sme |
* Mon Nov 29 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-53.sme |
210 |
- Fix gpasswd path [SME: 6412] |
- Fix gpasswd path [SME: 6412] |
211 |
|
|
1593 |
%patch5 -p1 |
%patch5 -p1 |
1594 |
%patch6 -p1 |
%patch6 -p1 |
1595 |
%patch7 -p1 |
%patch7 -p1 |
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
|
%patch11 -p1 |
|
|
%patch12 -p1 |
|
|
%patch13 -p1 |
|
|
%patch14 -p1 |
|
|
%patch15 -p1 |
|
|
%patch16 -p1 |
|
|
%patch17 -p1 |
|
|
%patch18 -p1 |
|
|
%patch19 -p1 |
|
|
%patch20 -p1 |
|
|
%patch21 -p1 |
|
|
%patch22 -p1 |
|
|
%patch23 -p1 |
|
|
%patch24 -p1 |
|
|
%patch25 -p1 |
|
|
%patch26 -p1 |
|
|
%patch27 -p1 |
|
|
%patch28 -p1 |
|
|
%patch29 -p1 |
|
|
%patch30 -p1 |
|
|
%patch31 -p1 |
|
|
%patch32 -p1 |
|
|
%patch33 -p1 |
|
|
%patch34 -p1 |
|
|
%patch35 -p1 |
|
|
%patch36 -p1 |
|
|
%patch37 -p1 |
|
|
%patch38 -p1 |
|
|
%patch39 -p1 |
|
|
%patch40 -p1 |
|
|
%patch41 -p1 |
|
1596 |
|
|
1597 |
%pre |
%pre |
1598 |
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 ] |