/[smeserver]/rpms/e-smith-base/sme8/e-smith-base.spec
ViewVC logotype

Diff of /rpms/e-smith-base/sme8/e-smith-base.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Tue Jun 12 18:30:36 2007 UTC Revision 1.22 by bytegw, Sun Jan 6 15:44:48 2008 UTC
# Line 2  Summary: e-smith server and gateway - ba Line 2  Summary: e-smith server and gateway - ba
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 58  %define release 82
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 54  Patch43: e-smith-base-4.18.0-raidfix.pat Line 54  Patch43: e-smith-base-4.18.0-raidfix.pat
54  Patch44: e-smith-base-4.18.0-bootstrap.patch  Patch44: e-smith-base-4.18.0-bootstrap.patch
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
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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
77  Requires: mod_auth_external  Requires: mod_auth_external
78  Requires: e-smith-lib >= 1.18.0-7  Requires: e-smith-lib >= 1.18.0-7
# Line 101  AutoReqProv: no Line 120  AutoReqProv: no
120  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
121    
122  %changelog  %changelog
123    * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-82
124    - Use esmith::util::validatePassword on console [SME: 2173]
125    
126    * Mon Dec 24 2007 Gavin Weight <gweight@gmail.com> 4.18.0-81
127    - Link smartd.conf to bootstrap-save-console and console-save. [SME: 1445]
128    
129    * Mon Dec 24 2007 Stephen Noble <support@dungog.net> 4.18-80
130    - Add smartd as a disabled service with template [SME: 1445]
131    
132    * Sun Dec 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-79
133    - Lock user accounts with usermod instead of passwd [SME: 3595]
134    
135    * Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78
136    - Add symlink to fr-fr locale. [SME: 3648]
137    
138    * Mon Nov 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-77
139    - Add fix for varying partition sizes in add_raid [SME: 3547]
140    
141    * Sun Nov 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76
142    - Fix removal of Corporate DNS from console.  [SME: 3532]
143    
144    * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75
145    - Remove previous change, applied to wrong package.  [SME: 3512]
146    
147    * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-74
148    - Add WPAD feature for DHCP (Thanks Hector Perez).  [SME: 3512]
149    
150    * Tue Oct 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-73
151    - Make non-Removable pseudonyms point to admin when reassigned.  [SME: 2214]
152    
153    * Sun Oct 14 2007 Gavin Weight <gweight@gmail.com> 4.18.0-72
154    - Adjust success text when changing admin password. [SME: 2442]
155    
156    * Thu Oct 11 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-71
157    - Fix comparison of expected to actual SSL cert data. Also change
158      truncation point for email address from 40 chars to 64. [SME: 1736].
159      [Note that -70 was inadvertently skipped.]
160    
161    * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-69
162    - Move httpd logrotate.d directory to e-smith-apache. [SME: 3380]
163    
164    * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-68
165    - Rename in logrotate.d directory apache to httpd. [SME: 3380]
166    
167    * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-67
168    - Fix pod in groups.pm file. [SME: 3379]
169    
170    * Wed Aug 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-66
171    - Relax restrictions on restore devices, to allow CDR and DVDR.
172      [SME: 3126]
173    
174    * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-65
175    - Ensure that depmod is run for all installed kernels. [SME: 3235]
176    
177    * Wed Jul 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-64
178    - Really really clear devices variable [SME: 3116]
179    
180    * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-63
181    - Really clear devices variable [SME: 3116]
182    
183    * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-62
184    - Clean up loop var and mount point for backup/restore [SME: 3116]
185    
186    * Thu Jun 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-61
187    - Improve usb backup error reporting [SME: 2772]
188    
189    * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 4.18.0-60
190    - Move the pam.d ftp/proftpd templates to e-smith-proftpd.
191      [SME: 2762]
192    
193    * Tue Jun 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-59
194    - Have nonetworkdrivers script exit silently if kmodule bin not found.
195      [SME: 2549]
196    
197  * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-58  * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-58
198  - Start messagebus/haldaemon so restore works [SME: 3058]  - Start messagebus/haldaemon so restore works [SME: 3058]
199    
# Line 1134  e-smith server and gateway software - ba Line 1227  e-smith server and gateway software - ba
1227  %patch44 -p1  %patch44 -p1
1228  %patch45 -p1  %patch45 -p1
1229  %patch46 -p1  %patch46 -p1
1230    %patch47 -p1
1231    %patch48 -p1
1232    %patch49 -p1
1233    %patch50 -p1
1234    %patch51 -p1
1235    %patch52 -p1
1236    %patch53 -p1
1237    %patch54 -p1
1238    %patch55 -p1
1239    %patch56 -p1
1240    %patch57 -p1
1241    %patch58 -p1
1242    %patch59 -p1
1243    %patch60 -p1
1244    %patch61 -p1
1245    %patch62 -p1
1246    %patch63 -p1
1247    %patch64 -p1
1248    %patch65 -p1
1249    
1250  rm -rf root/etc/e-smith/db/configuration/defaults/httpd-admin  rm -rf root/etc/e-smith/db/configuration/defaults/httpd-admin
1251  rm -rf root/etc/e-smith/templates/etc/identd.masq  rm -rf root/etc/e-smith/templates/etc/identd.masq
# Line 1205  xgettext -o root/usr/share/locale/en_US/ Line 1317  xgettext -o root/usr/share/locale/en_US/
1317    
1318  mkdir -p root/etc/e-smith/locale  mkdir -p root/etc/e-smith/locale
1319  # Make the fr-ca link in %pre to ease upgrades  # Make the fr-ca link in %pre to ease upgrades
1320  # ln -s fr root/etc/e-smith/locale/fr-ca  # ln -s fr root/etc/e-smith/locale/fr-ca
1321    ln -s fr root/etc/e-smith/locale/fr-fr
1322  ln -s en-us root/etc/e-smith/locale/en  ln -s en-us root/etc/e-smith/locale/en
1323  ln -s en-us root/etc/e-smith/locale/en-au  ln -s en-us root/etc/e-smith/locale/en-au
1324  ln -s en-us root/etc/e-smith/locale/en-gb  ln -s en-us root/etc/e-smith/locale/en-gb
# Line 1215  mkdir -p root/etc/e-smith/templates/etc/ Line 1328  mkdir -p root/etc/e-smith/templates/etc/
1328  ln -s /etc/e-smith/templates-default/template-begin-shell \  ln -s /etc/e-smith/templates-default/template-begin-shell \
1329        root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin        root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin
1330    
1331  for file in ftp imap login passwd proftpd pwauth system-auth  for file in imap login passwd pwauth system-auth
1332  do  do
1333      mkdir -p root/etc/e-smith/templates/etc/pam.d/$file      mkdir -p root/etc/e-smith/templates/etc/pam.d/$file
1334      ln -s /etc/e-smith/templates-default/template-begin-pam \      ln -s /etc/e-smith/templates-default/template-begin-pam \


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed