2 |
%define name e-smith-base |
%define name e-smith-base |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.18.0 |
%define version 4.18.0 |
5 |
%define release 59 |
%define release 90 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
55 |
Patch45: e-smith-base-4.18.0-pamtemplate.patch3 |
Patch45: e-smith-base-4.18.0-pamtemplate.patch3 |
56 |
Patch46: e-smith-base-4.18.0-restoredev.patch |
Patch46: e-smith-base-4.18.0-restoredev.patch |
57 |
Patch47: e-smith-base-4.18.0-no_kmodule.patch |
Patch47: e-smith-base-4.18.0-no_kmodule.patch |
58 |
|
Patch48: e-smith-base-4-18-0-MovePam_d_ftpTemplates.patch |
59 |
|
Patch49: e-smith-base-4.18.0-usbback_errcheck.patch |
60 |
|
Patch50: e-smith-base-4.18.0-devicechk.patch |
61 |
|
Patch51: e-smith-base-4.18.0-devicechk.patch2 |
62 |
|
Patch52: e-smith-base-4.18.0-conf_modules.patch |
63 |
|
Patch53: e-smith-base-4.18.0-restoredev.patch2 |
64 |
|
Patch54: e-smith-base-4.18.0-groups.pm.pod.patch |
65 |
|
Patch55: e-smith-base-4.18.0-rename_apache2httpd.patch |
66 |
|
Patch56: e-smith-base-4.18.0-remove_httpd__logrotate.patch |
67 |
|
Patch57: e-smith-base-4.18.0-cert_regen.patch |
68 |
|
Patch58: e-smith-base-4.18.0-useracc_text_adjust.patch |
69 |
|
Patch59: e-smith-base-4.18.0-non_Removable_pseudonyms.patch |
70 |
|
Patch60: e-smith-base-4.18.0-delete_forwarder.patch |
71 |
|
Patch61: e-smith-base-4.18.0-part_size.patch |
72 |
|
Patch62: e-smith-base-4.18.0-passwdlock.patch |
73 |
|
Patch63: e-smith-base-4.18.0-smartd.patch |
74 |
|
Patch64: e-smith-base-4.18.0-smartdtemplates2expand.patch |
75 |
|
Patch65: e-smith-base-4.18.0-consoleValidatePassword.patch |
76 |
|
Patch66: e-smith-base-4.18.0-backupstatus.patch |
77 |
|
Patch67: e-smith-base-4.18.0-usb-revDrive.patch |
78 |
|
Patch68: e-smith-base-4.18.0-consoleValidateFirst.patch |
79 |
|
Patch69: e-smith-base-4.18.0-MTU.patch |
80 |
|
Patch70: e-smith-base-4.18.0-adminIsNotRoot.patch |
81 |
|
Patch71: e-smith-base-4.18.0-noMTU.patch |
82 |
|
Patch72: e-smith-base-4.18.0-ROUTER_DESC.patch |
83 |
|
Patch73: e-smith-base-4.18.0-rmDuplicates.patch |
84 |
|
|
85 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
86 |
Requires: mod_auth_external |
Requires: mod_auth_external |
87 |
Requires: e-smith-lib >= 1.18.0-7 |
Requires: e-smith-lib >= 1.18.0-19 |
88 |
Requires: server-manager-images, server-manager |
Requires: server-manager-images, server-manager |
89 |
Requires: e-smith-formmagick >= 0.2.0 |
Requires: e-smith-formmagick >= 0.2.0 |
90 |
Requires: initscripts >= 6.67-1es17 |
Requires: initscripts >= 6.67-1es17 |
129 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
130 |
|
|
131 |
%changelog |
%changelog |
132 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.18-90 |
133 |
|
- Remove duplicate <base> entries [SME: 3894] |
134 |
|
|
135 |
|
* Sat Feb 09 2008 Stephen Noble <support@dungog.net> 4.18-89 |
136 |
|
- remove unused ROUTER_DESC token from lexicon [SME: 3879] |
137 |
|
|
138 |
|
* Sat Jan 12 2008 Shad L. Lords <slords@mail.com> 4.18-88 |
139 |
|
- remove default of 1400 MTU for interfaces [SME: 549] |
140 |
|
|
141 |
|
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-87 |
142 |
|
- db prop to dissociate admin password from root in useraccounts.pm [SME: 3117] |
143 |
|
|
144 |
|
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-86 |
145 |
|
- pptp connections setting mtu/mru > 1400 [SME: 549] |
146 |
|
|
147 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-85 |
148 |
|
- console to strength validate password choice on first entry [SME: 3131] |
149 |
|
|
150 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-84 |
151 |
|
- Auto-mount USB REV-drive as usbdisk [SME: 2972] |
152 |
|
|
153 |
|
* Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-83 |
154 |
|
- ignore error returns from tar [SME: 3127] |
155 |
|
|
156 |
|
* Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-82 |
157 |
|
- Use esmith::util::validatePassword on console [SME: 2173] |
158 |
|
|
159 |
|
* Mon Dec 24 2007 Gavin Weight <gweight@gmail.com> 4.18.0-81 |
160 |
|
- Link smartd.conf to bootstrap-save-console and console-save. [SME: 1445] |
161 |
|
|
162 |
|
* Mon Dec 24 2007 Stephen Noble <support@dungog.net> 4.18-80 |
163 |
|
- Add smartd as a disabled service with template [SME: 1445] |
164 |
|
|
165 |
|
* Sun Dec 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-79 |
166 |
|
- Lock user accounts with usermod instead of passwd [SME: 3595] |
167 |
|
|
168 |
|
* Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78 |
169 |
|
- Add symlink to fr-fr locale. [SME: 3648] |
170 |
|
|
171 |
|
* Mon Nov 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-77 |
172 |
|
- Add fix for varying partition sizes in add_raid [SME: 3547] |
173 |
|
|
174 |
|
* Sun Nov 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76 |
175 |
|
- Fix removal of Corporate DNS from console. [SME: 3532] |
176 |
|
|
177 |
|
* Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75 |
178 |
|
- Remove previous change, applied to wrong package. [SME: 3512] |
179 |
|
|
180 |
|
* Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-74 |
181 |
|
- Add WPAD feature for DHCP (Thanks Hector Perez). [SME: 3512] |
182 |
|
|
183 |
|
* Tue Oct 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-73 |
184 |
|
- Make non-Removable pseudonyms point to admin when reassigned. [SME: 2214] |
185 |
|
|
186 |
|
* Sun Oct 14 2007 Gavin Weight <gweight@gmail.com> 4.18.0-72 |
187 |
|
- Adjust success text when changing admin password. [SME: 2442] |
188 |
|
|
189 |
|
* Thu Oct 11 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-71 |
190 |
|
- Fix comparison of expected to actual SSL cert data. Also change |
191 |
|
truncation point for email address from 40 chars to 64. [SME: 1736]. |
192 |
|
[Note that -70 was inadvertently skipped.] |
193 |
|
|
194 |
|
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-69 |
195 |
|
- Move httpd logrotate.d directory to e-smith-apache. [SME: 3380] |
196 |
|
|
197 |
|
* Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-68 |
198 |
|
- Rename in logrotate.d directory apache to httpd. [SME: 3380] |
199 |
|
|
200 |
|
* Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-67 |
201 |
|
- Fix pod in groups.pm file. [SME: 3379] |
202 |
|
|
203 |
|
* Wed Aug 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-66 |
204 |
|
- Relax restrictions on restore devices, to allow CDR and DVDR. |
205 |
|
[SME: 3126] |
206 |
|
|
207 |
|
* Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-65 |
208 |
|
- Ensure that depmod is run for all installed kernels. [SME: 3235] |
209 |
|
|
210 |
|
* Wed Jul 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-64 |
211 |
|
- Really really clear devices variable [SME: 3116] |
212 |
|
|
213 |
|
* Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-63 |
214 |
|
- Really clear devices variable [SME: 3116] |
215 |
|
|
216 |
|
* Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-62 |
217 |
|
- Clean up loop var and mount point for backup/restore [SME: 3116] |
218 |
|
|
219 |
|
* Thu Jun 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-61 |
220 |
|
- Improve usb backup error reporting [SME: 2772] |
221 |
|
|
222 |
|
* Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 4.18.0-60 |
223 |
|
- Move the pam.d ftp/proftpd templates to e-smith-proftpd. |
224 |
|
[SME: 2762] |
225 |
|
|
226 |
* Tue Jun 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-59 |
* Tue Jun 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-59 |
227 |
- Have nonetworkdrivers script exit silently if kmodule bin not found. |
- Have nonetworkdrivers script exit silently if kmodule bin not found. |
228 |
[SME: 2549] |
[SME: 2549] |
1261 |
%patch45 -p1 |
%patch45 -p1 |
1262 |
%patch46 -p1 |
%patch46 -p1 |
1263 |
%patch47 -p1 |
%patch47 -p1 |
1264 |
|
%patch48 -p1 |
1265 |
|
%patch49 -p1 |
1266 |
|
%patch50 -p1 |
1267 |
|
%patch51 -p1 |
1268 |
|
%patch52 -p1 |
1269 |
|
%patch53 -p1 |
1270 |
|
%patch54 -p1 |
1271 |
|
%patch55 -p1 |
1272 |
|
%patch56 -p1 |
1273 |
|
%patch57 -p1 |
1274 |
|
%patch58 -p1 |
1275 |
|
%patch59 -p1 |
1276 |
|
%patch60 -p1 |
1277 |
|
%patch61 -p1 |
1278 |
|
%patch62 -p1 |
1279 |
|
%patch63 -p1 |
1280 |
|
%patch64 -p1 |
1281 |
|
%patch65 -p1 |
1282 |
|
%patch66 -p1 |
1283 |
|
%patch67 -p1 |
1284 |
|
%patch68 -p1 |
1285 |
|
%patch69 -p1 |
1286 |
|
%patch70 -p1 |
1287 |
|
%patch71 -p1 |
1288 |
|
%patch72 -p1 |
1289 |
|
%patch73 -p1 |
1290 |
|
|
1291 |
rm -rf root/etc/e-smith/db/configuration/defaults/httpd-admin |
rm -rf root/etc/e-smith/db/configuration/defaults/httpd-admin |
1292 |
rm -rf root/etc/e-smith/templates/etc/identd.masq |
rm -rf root/etc/e-smith/templates/etc/identd.masq |
1358 |
|
|
1359 |
mkdir -p root/etc/e-smith/locale |
mkdir -p root/etc/e-smith/locale |
1360 |
# Make the fr-ca link in %pre to ease upgrades |
# Make the fr-ca link in %pre to ease upgrades |
1361 |
# ln -s fr root/etc/e-smith/locale/fr-ca |
# ln -s fr root/etc/e-smith/locale/fr-ca |
1362 |
|
ln -s fr root/etc/e-smith/locale/fr-fr |
1363 |
ln -s en-us root/etc/e-smith/locale/en |
ln -s en-us root/etc/e-smith/locale/en |
1364 |
ln -s en-us root/etc/e-smith/locale/en-au |
ln -s en-us root/etc/e-smith/locale/en-au |
1365 |
ln -s en-us root/etc/e-smith/locale/en-gb |
ln -s en-us root/etc/e-smith/locale/en-gb |
1369 |
ln -s /etc/e-smith/templates-default/template-begin-shell \ |
ln -s /etc/e-smith/templates-default/template-begin-shell \ |
1370 |
root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin |
root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin |
1371 |
|
|
1372 |
for file in ftp imap login passwd proftpd pwauth system-auth |
for file in imap login passwd pwauth system-auth |
1373 |
do |
do |
1374 |
mkdir -p root/etc/e-smith/templates/etc/pam.d/$file |
mkdir -p root/etc/e-smith/templates/etc/pam.d/$file |
1375 |
ln -s /etc/e-smith/templates-default/template-begin-pam \ |
ln -s /etc/e-smith/templates-default/template-begin-pam \ |