/[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.13 by slords, Wed Oct 17 13:50:20 2007 UTC Revision 1.23 by bytegw, Mon Jan 7 19:18:13 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 73  %define release 83
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 67  Patch56: e-smith-base-4.18.0-remove_http Line 67  Patch56: e-smith-base-4.18.0-remove_http
67  Patch57: e-smith-base-4.18.0-cert_regen.patch  Patch57: e-smith-base-4.18.0-cert_regen.patch
68  Patch58: e-smith-base-4.18.0-useracc_text_adjust.patch  Patch58: e-smith-base-4.18.0-useracc_text_adjust.patch
69  Patch59: e-smith-base-4.18.0-non_Removable_pseudonyms.patch  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  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 >= 1.18.0-7  Requires: e-smith-lib >= 1.18.0-7
# Line 114  AutoReqProv: no Line 121  AutoReqProv: no
121  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
122    
123  %changelog  %changelog
124    * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-83
125    - ignore error returns from tar [SME: 3127]
126    
127    * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-82
128    - Use esmith::util::validatePassword on console [SME: 2173]
129    
130    * Mon Dec 24 2007 Gavin Weight <gweight@gmail.com> 4.18.0-81
131    - Link smartd.conf to bootstrap-save-console and console-save. [SME: 1445]
132    
133    * Mon Dec 24 2007 Stephen Noble <support@dungog.net> 4.18-80
134    - Add smartd as a disabled service with template [SME: 1445]
135    
136    * Sun Dec 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-79
137    - Lock user accounts with usermod instead of passwd [SME: 3595]
138    
139    * Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78
140    - Add symlink to fr-fr locale. [SME: 3648]
141    
142    * Mon Nov 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-77
143    - Add fix for varying partition sizes in add_raid [SME: 3547]
144    
145    * Sun Nov 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76
146    - Fix removal of Corporate DNS from console.  [SME: 3532]
147    
148    * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75
149    - Remove previous change, applied to wrong package.  [SME: 3512]
150    
151    * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-74
152    - Add WPAD feature for DHCP (Thanks Hector Perez).  [SME: 3512]
153    
154  * Tue Oct 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-73  * Tue Oct 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-73
155  - Make non-Removable pseudonyms point to admin when reassigned.  [SME: 2214]  - Make non-Removable pseudonyms point to admin when reassigned.  [SME: 2214]
156    
# Line 1207  e-smith server and gateway software - ba Line 1244  e-smith server and gateway software - ba
1244  %patch57 -p1  %patch57 -p1
1245  %patch58 -p1  %patch58 -p1
1246  %patch59 -p1  %patch59 -p1
1247    %patch60 -p1
1248    %patch61 -p1
1249    %patch62 -p1
1250    %patch63 -p1
1251    %patch64 -p1
1252    %patch65 -p1
1253    %patch66 -p1
1254    
1255  rm -rf root/etc/e-smith/db/configuration/defaults/httpd-admin  rm -rf root/etc/e-smith/db/configuration/defaults/httpd-admin
1256  rm -rf root/etc/e-smith/templates/etc/identd.masq  rm -rf root/etc/e-smith/templates/etc/identd.masq
# Line 1278  xgettext -o root/usr/share/locale/en_US/ Line 1322  xgettext -o root/usr/share/locale/en_US/
1322    
1323  mkdir -p root/etc/e-smith/locale  mkdir -p root/etc/e-smith/locale
1324  # Make the fr-ca link in %pre to ease upgrades  # Make the fr-ca link in %pre to ease upgrades
1325  # ln -s fr root/etc/e-smith/locale/fr-ca  # ln -s fr root/etc/e-smith/locale/fr-ca
1326    ln -s fr root/etc/e-smith/locale/fr-fr
1327  ln -s en-us root/etc/e-smith/locale/en  ln -s en-us root/etc/e-smith/locale/en
1328  ln -s en-us root/etc/e-smith/locale/en-au  ln -s en-us root/etc/e-smith/locale/en-au
1329  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