/[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.76 by filippocarletti, Tue Oct 20 13:59:20 2009 UTC Revision 1.88 by slords, Mon Mar 1 19:02:20 2010 UTC
# Line 1  Line 1 
1  # $Id: e-smith-base.spec,v 1.75 2009/06/06 15:18:28 slords Exp $  # $Id: e-smith-base.spec,v 1.87 2010/02/14 19:42:41 snetram 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 7  %define release 18
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 16  Patch3: e-smith-base-5.2.0-usbRev70drive Line 16  Patch3: e-smith-base-5.2.0-usbRev70drive
16  Patch4: e-smith-base-5.2.0-FixLabelArray.patch  Patch4: e-smith-base-5.2.0-FixLabelArray.patch
17  Patch5: e-smith-base-5.2.0-straysymlink.patch  Patch5: e-smith-base-5.2.0-straysymlink.patch
18  Patch6: e-smith-base-5.2.0-nonetworkdrivers.patch  Patch6: e-smith-base-5.2.0-nonetworkdrivers.patch
19    Patch7: e-smith-base-5.2.0-checkIPOverlap.patch
20    Patch8: e-smith-base-5.2.0-adapter-translation-fixes.patch
21    Patch9: e-smith-base-5.2.0-FixLocale_External.patch
22    Patch10: e-smith-base-5.2.0-perform_restore-hal.patch
23    Patch11: e-smith-base-5.2.0-generate-2048-bits-keys.patch
24    Patch12: e-smith-base-5.2.0-perform_backup-hal.patch
25    Patch13: e-smith-base-5.2.0-hwaddress.patch
26    Patch14: e-smith-base-5.2.0-sha1.patch
27    Patch15: e-smith-base-5.2.0-fix-template-expansion-error.patch
28    Patch16: e-smith-base-5.2.0-gettext.patch
29  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30  Requires: mod_auth_external  Requires: mod_auth_external
31  Requires: e-smith-lib >= 2.2.0-2  Requires: e-smith-lib >= 2.2.0-2
# Line 60  AutoReqProv: no Line 70  AutoReqProv: no
70  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
71    
72  %changelog  %changelog
73    * Mon Mar 1 2010 Shad L. Lords <slords@mail.com> 5.2.0-18.sme
74    - Fix gettext errors in WAN/LAN subnet error message [SME: 5501]
75    
76    * Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-17.sme
77    - Really fix template expansion error [SME: 4528]
78    
79    * Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-16.sme
80    - Fix template expansion error [SME: 4528]
81    
82    * Mon Feb 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-15.sme
83    - Improve security by using SHA1 algorithm for certificate signing [SME: 5737]
84    
85    * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-14.sme
86    - Fix eth? swapping [SME: 4528]
87    
88    * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
89    - Fix console backup from removable media [SME: 4809]
90    
91    * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-12.sme
92    - Bump certificate encryption from 1024 bits to 2048 bits [SME: 5735]
93    
94    * Thu Jan 14 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-11.sme
95    - Fix console restore from removable media (Federico Simoncelli) [SME: 4809]
96    
97    * Mon Nov 23 2009 Gavin Weight <gweight@gmail.com> 5.2.0-10.sme
98    - Add a dummy call so xgettext can pull translated $ifName in console configuration pages. [SME: 5571]
99    
100    * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-9.sme
101    - Translate $ifName in console configuration pages [SME: 5571]
102    
103    * Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-8.sme
104    - Prevent IP conflicts between local and external interface in server gateway mode [SME: 5501]
105    
106  * Tue Oct 20 2009 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-7.sme  * Tue Oct 20 2009 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-7.sme
107  - Clean up: remove unused nonetworkdrivers [SME: 5521]  - Clean up: remove unused nonetworkdrivers [SME: 5521]
108    
# Line 1306  e-smith server and gateway software - ba Line 1349  e-smith server and gateway software - ba
1349  %patch4 -p1  %patch4 -p1
1350  %patch5 -p1  %patch5 -p1
1351  %patch6 -p1  %patch6 -p1
1352    %patch7 -p1
1353    %patch8 -p1
1354    %patch9 -p1
1355    %patch10 -p1
1356    %patch11 -p1
1357    %patch12 -p1
1358    %patch13 -p1
1359    %patch14 -p1
1360    %patch15 -p1
1361    %patch16 -p1
1362    
1363  %pre  %pre
1364  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 ]


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