/[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.8 by slords, Thu Sep 6 16:14:58 2007 UTC Revision 1.21 by slords, Mon Dec 24 17:39:33 2007 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 66  %define release 81
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 61  Patch50: e-smith-base-4.18.0-devicechk.p Line 61  Patch50: e-smith-base-4.18.0-devicechk.p
61  Patch51: e-smith-base-4.18.0-devicechk.patch2  Patch51: e-smith-base-4.18.0-devicechk.patch2
62  Patch52: e-smith-base-4.18.0-conf_modules.patch  Patch52: e-smith-base-4.18.0-conf_modules.patch
63  Patch53: e-smith-base-4.18.0-restoredev.patch2  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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
76  Requires: mod_auth_external  Requires: mod_auth_external
77  Requires: e-smith-lib >= 1.18.0-7  Requires: e-smith-lib >= 1.18.0-7
# Line 108  AutoReqProv: no Line 119  AutoReqProv: no
119  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
120    
121  %changelog  %changelog
122    * Mon Dec 24 2007 Gavin Weight <gweight@gmail.com> 4.18.0-81
123    - Link smartd.conf to bootstrap-save-console and console-save. [SME: 1445]
124    
125    * Mon Dec 24 2007 Stephen Noble <support@dungog.net> 4.18-80
126    - Add smartd as a disabled service with template [SME: 1445]
127    
128    * Sun Dec 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-79
129    - Lock user accounts with usermod instead of passwd [SME: 3595]
130    
131    * Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78
132    - Add symlink to fr-fr locale. [SME: 3648]
133    
134    * Mon Nov 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-77
135    - Add fix for varying partition sizes in add_raid [SME: 3547]
136    
137    * Sun Nov 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76
138    - Fix removal of Corporate DNS from console.  [SME: 3532]
139    
140    * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75
141    - Remove previous change, applied to wrong package.  [SME: 3512]
142    
143    * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-74
144    - Add WPAD feature for DHCP (Thanks Hector Perez).  [SME: 3512]
145    
146    * Tue Oct 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-73
147    - Make non-Removable pseudonyms point to admin when reassigned.  [SME: 2214]
148    
149    * Sun Oct 14 2007 Gavin Weight <gweight@gmail.com> 4.18.0-72
150    - Adjust success text when changing admin password. [SME: 2442]
151    
152    * Thu Oct 11 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-71
153    - Fix comparison of expected to actual SSL cert data. Also change
154      truncation point for email address from 40 chars to 64. [SME: 1736].
155      [Note that -70 was inadvertently skipped.]
156    
157    * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-69
158    - Move httpd logrotate.d directory to e-smith-apache. [SME: 3380]
159    
160    * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-68
161    - Rename in logrotate.d directory apache to httpd. [SME: 3380]
162    
163    * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-67
164    - Fix pod in groups.pm file. [SME: 3379]
165    
166  * Wed Aug 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-66  * Wed Aug 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-66
167  - Relax restrictions on restore devices, to allow CDR and DVDR.  - Relax restrictions on restore devices, to allow CDR and DVDR.
168    [SME: 3126]    [SME: 3126]
# Line 1175  e-smith server and gateway software - ba Line 1230  e-smith server and gateway software - ba
1230  %patch51 -p1  %patch51 -p1
1231  %patch52 -p1  %patch52 -p1
1232  %patch53 -p1  %patch53 -p1
1233    %patch54 -p1
1234    %patch55 -p1
1235    %patch56 -p1
1236    %patch57 -p1
1237    %patch58 -p1
1238    %patch59 -p1
1239    %patch60 -p1
1240    %patch61 -p1
1241    %patch62 -p1
1242    %patch63 -p1
1243    %patch64 -p1
1244    
1245  rm -rf root/etc/e-smith/db/configuration/defaults/httpd-admin  rm -rf root/etc/e-smith/db/configuration/defaults/httpd-admin
1246  rm -rf root/etc/e-smith/templates/etc/identd.masq  rm -rf root/etc/e-smith/templates/etc/identd.masq
# Line 1246  xgettext -o root/usr/share/locale/en_US/ Line 1312  xgettext -o root/usr/share/locale/en_US/
1312    
1313  mkdir -p root/etc/e-smith/locale  mkdir -p root/etc/e-smith/locale
1314  # Make the fr-ca link in %pre to ease upgrades  # Make the fr-ca link in %pre to ease upgrades
1315  # ln -s fr root/etc/e-smith/locale/fr-ca  # ln -s fr root/etc/e-smith/locale/fr-ca
1316    ln -s fr root/etc/e-smith/locale/fr-fr
1317  ln -s en-us root/etc/e-smith/locale/en  ln -s en-us root/etc/e-smith/locale/en
1318  ln -s en-us root/etc/e-smith/locale/en-au  ln -s en-us root/etc/e-smith/locale/en-au
1319  ln -s en-us root/etc/e-smith/locale/en-gb  ln -s en-us root/etc/e-smith/locale/en-gb


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