/[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.123 by slords, Tue Nov 30 17:03:44 2010 UTC Revision 1.170 by vip-ire, Tue Mar 31 15:48:18 2015 UTC
# Line 1  Line 1 
1  # $Id: e-smith-base.spec,v 1.122 2010/11/29 19:32:08 vip-ire Exp $  # $Id: e-smith-base.spec,v 1.169 2015/01/16 14:02:30 stephdl 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 54  %define release 95
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.gz  Source: e-smith-base-5.2.0.90.tar.gz
13  Patch1: e-smith-base-5.2.0-sambaRole.patch  Patch1: e-smith-base-5.2.0-reset_ibay_default_type.patch
14  Patch2: e-smith-base-5.2.0-smartd40.patch  Patch2: e-smith-base-5.2.0_added_verification_of_pptp_clients_against_dhcp.patch
15  Patch3: e-smith-base-5.2.0-usbRev70drive.patch  Patch3: e-smith-base-5.2.0_console_verification_dhcp_vs_pptp.patch
16  Patch4: e-smith-base-5.2.0-FixLabelArray.patch  Patch4: e-smith-base-5.2.0-default_to_no_on_quit_console_app.patch
17  Patch5: e-smith-base-5.2.0-straysymlink.patch  Patch5: e-smith-base-5.2.0-only_fire_ip_change_on_wan.patch
 Patch6: e-smith-base-5.2.0-nonetworkdrivers.patch  
 Patch7: e-smith-base-5.2.0-checkIPOverlap.patch  
 Patch8: e-smith-base-5.2.0-adapter-translation-fixes.patch  
 Patch9: e-smith-base-5.2.0-FixLocale_External.patch  
 Patch10: e-smith-base-5.2.0-perform_restore-hal.patch  
 Patch11: e-smith-base-5.2.0-generate-2048-bits-keys.patch  
 Patch12: e-smith-base-5.2.0-perform_backup-hal.patch  
 Patch13: e-smith-base-5.2.0-hwaddress.patch  
 Patch14: e-smith-base-5.2.0-sha1.patch  
 Patch15: e-smith-base-5.2.0-fix-template-expansion-error.patch  
 Patch16: e-smith-base-5.2.0-gettext.patch  
 Patch17: e-smith-base-5.2.0-remove-freebusy-references.patch  
 Patch18: e-smith-base-5.2.0-no-nic.patch  
 Patch19: e-smith-base-5.2.0-fix-local-nic-string-in-console.patch  
 Patch20: e-smith-base-5.2.0-freebusy-user-modify-fix.patch  
 Patch21: e-smith-base-5.2.0-condrestart.patch  
 Patch22: e-smith-base-5.2.0-condrestart.patch2  
 Patch23: e-smith-base-5.2.0-cpuspeed.patch  
 Patch24: e-smith-base-5.2.0-nss_ldap.patch  
 Patch25: e-smith-base-5.2.0-ibay_groups.patch  
 Patch26: e-smith-base-5.2.0-keep_external.patch  
 Patch27: e-smith-base-5.2.0-checkMaxUsers.patch  
 Patch28: e-smith-base-5.2.0-apmd64bit.patch  
 Patch29: e-smith-base-5.2.0-relocate_dhclient_conf.patch  
 Patch30: e-smith-base-5.2.0-echo-options.patch  
 Patch31: e-smith-base-5.2.0-migrateHWaddr.patch  
 Patch32: e-smith-base-5.2.0-relocate_dhcpd_leases_file.patch  
 Patch33: e-smith-base-5.2.0-fix_empty_file_test.patch  
 Patch34: e-smith-base-5.2.0-cpu-conf.patch  
 Patch35: e-smith-base-5.2.0-ldap-auth.patch  
 Patch36: e-smith-base-5.2.0-enable-cpu.patch  
 Patch37: e-smith-base-5.2.0-better-ldap.patch  
 Patch38: e-smith-base-5.2.0-add-extra-ldap.patch  
 Patch39: e-smith-base-5.2.0-cpu-can-delete.patch  
 Patch40: e-smith-base-5.2.0-supp-groups.patch  
 Patch41: e-smith-base-5.2.0-fix_gpasswd_path.patch  
 Patch42: e-smith-base-5.2.0-fix-gid.patch  
18  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19  Requires: mod_auth_external  Requires: mod_auth_external
20  Requires: e-smith-lib >= 2.2.0-2  Requires: e-smith-lib >= 2.2.0-2
# Line 99  AutoReqProv: no Line 62  AutoReqProv: no
62  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
63    
64  %changelog  %changelog
65    * Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-95.sme
66    - Only fire the ip-change event when IP is assigned to WAN nic
67      (Code by Charlie Brady and John Crisp) [SME: 8891]
68    
69    * Sun Jan 11 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-94.sme
70    - When quiting the console app with unsaved changes set the default selected
71    - answer to NO,  Hsing-Foo Wang <hsingfoo@gmail.com> [SME: 8794]
72    
73    * Wed Apr 23 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-93.sme
74    - Add a verification in the console of number of pptp clients against ip allowed in dhcpd
75    - [SME: 8298]
76    
77    * Sun Apr 6 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-92.sme
78    - Add a verification in remoteaccess panel of number of pptp clients against ip allowed in dhcpd
79    - [SME: 8298]
80    
81    * Mon Mar 10 2014 Chris Burnat <devlist@burnat.com> 5.2.0-91.sme
82    - Reset primary ibay default type [SME: 8267]
83    
84    * Mon Feb 17 2014 Ian Wells <esmith@wellsi.com> 5.2.0-90.sme
85    - Remove old images and roll new tarball [SME: 8213]
86    
87    * Sun Feb 16 2014 Ian Wells <esmith@wellsi.com> 5.2.0-89.sme
88    - Refer to removable media not CDROM in console restore [SME: 8212]
89    
90    * Fri Feb 7 2014 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-88.sme
91    - Add the apache group if it's missing [SME: 7932]
92    
93    * Mon Jan 13 2014 Ian Wells <esmith@wellsi.com> 5.2.0-87.sme
94    - Remove insecure SSL ciphers [SME: 7916]
95    
96    * Mon Jan 13 2014 Ian Wells <esmith@wellsi.com> 5.2.0-86.sme
97    - Change System Name from mitel-networks-server to sme-server [SME: 8131]
98    
99    * Sat Sep 14 2013 Ian Wells <esmith@wellsi.com> 5.2.0-85.sme
100    - Reverse change: Use UTF-8 in the console [SME: 7699]
101    
102    * Sun Jul 7 2013 Ian Wells <esmith@wellsi.com> 5.2.0-84.sme
103    - Improve text in console backup for success and failure [SME: 3121]
104    
105    * Mon Jul 01 2013 Ian Wells <esmith@wellsi.com> 5.2.0-83.sme
106    - Compression level of the console backup is now -6 by default [SME: 6304]
107    
108    * Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 5.2.0-82.sme
109    - Console USB Backup, allow user setting of compression level [SME: 6304]
110    
111    * Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 5.2.0-81.sme
112    - Use UTF-8 in the console, by Daniel Berteaud [SME: 7699]
113    
114    * Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 5.2.0-80.sme
115    - Update ServerName (Samba netbios name) when SystemName is updated [SME: 7703]
116    
117    * Mon Jun 24 2013 Ian Wells <esmith@wellsi.com> 5.2.0-79.sme
118    - Remove old System Name from the Hosts DB, by Charlie Brady [SME: 5010]
119    
120    * Mon Jun 24 2013 Ian Wells <esmith@wellsi.com> 5.2.0-78.sme
121    - Prevent emailing about the normal, weekly, checks of RAID arrays,
122      by Mark Casey [SME: 6160]
123    
124    * Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-77.sme
125    - Fix init-account script when LDAP auth is enabled [SME: 7670]
126    
127    * Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-76.sme
128    - Fix group creation/modification when LDAP auth is enabled [SME: 7049]
129    
130    * Fri May 17 2013 chris burnat <devlist@burnat.com> 5.2.0-75.sme
131    - Add_template_to_ssl.pem [SME: 4450]
132    
133    * Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.2.0-74.sme
134    - Ensure existing_hwaddr is always initialized [SME: 6087]
135    
136    * Thu Feb 28 2013 Terry Fage <trex1512@yahoo.com.au> 5.2.0-73.sme
137    - In the console refer to removable media instead of USB disk [SME: 6835]
138    
139    * Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-72.sme
140    - Optimize user-modify-unix script and link it in bootstrap-ldap-save [SME: 7167]
141    
142    * Tue Feb 5 2013 John Crisp <jcrisp@safeandsoundit.co.uk> 5.2.0-71.sme
143    - Post-upgrades not fired after restore from console [SME: 7060]
144    
145    * Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 5.2.0-70.sme
146    - Correction for when DB value is lower than MIN_MEMORY_LIMIT [SME: 7000]
147    
148    * Sat Feb 2 2013 Ian Wells <esmith@wellsi.com> 5.2.0-69.sme
149    - Simplified patch after review comments [SME: 7000]
150    
151    * Tue Jan 29 2013 Ian Wells <esmith@wellsi.com> 5.2.0-68.sme
152    - Updated previous patch to avoid migrate fragment [SME: 7000]
153    
154    * Tue Jan 22 2013 Ian Wells <esmith@wellsi.com> 5.2.0-67.sme
155    - Increase memory limit for pppoe to 100Mb [SME: 7000]
156    
157    * Sun Dec 30 2012 Ian Wells <esmith@wellsi.com> 5.2.0-66.sme
158    - Template /etc/updatedb.conf [SME: 7090]
159    
160    * Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 5.2.0-65.sme
161    - Make CipherSuite secure by default [SME: 7026]
162    
163    * Fri Mar 16 2012 Ian Wells <esmith@wellsi.com> 5.2.0-64.sme
164    - Add MAC address into console network selection [SME: 6844]
165    
166    * Sun Nov 6 2011 Shad L. Lords <slords@mail.com> 5.2.0-63.sme
167    - Initialize ExternalInterface db structure so hwaddr in console works
168      [SME: 6775]
169    
170    * Mon Mar 14 2011 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-62.sme
171    - Stop using gecos attribute in LDAP [SME: 6539]
172    
173    * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-61.sme
174    - Fix a typo in strings [SME: 5932]
175    
176    * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-60.sme
177    - Rework text changes in console screen in previous revision [SME: 5932]
178    
179    * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-59.sme
180    - Only list backup targets that are writeable [SME: 5932]
181    
182    * Sun Mar 13 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-58.sme
183    - Revert admin password change through user-manager [SME: 3759]
184    
185    * Sun Mar 13 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-57.sme
186    - Allow admin password change through user-manager [SME: 3759]
187    
188    * Wed Mar 2 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-57.sme
189    - Handle no network interface scenario in console and bootstrap-console [SME: 6023]
190    
191    * Mon Dec 6 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-56.sme
192    - change apache uid and gid so they become aliases for www [SME: 6425]
193    
194    * Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-55.sme
195    - Only remove dangling symlinks in weak-updates directories [SME: 6376]
196    
197  * Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-54.sme  * Tue Nov 30 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-54.sme
198  - Fix create user gid parameter [SME: 6416]  - Fix create user gid parameter [SME: 6416]
199    
# Line 1487  e-smith server and gateway software - ba Line 1582  e-smith server and gateway software - ba
1582  %patch3 -p1  %patch3 -p1
1583  %patch4 -p1  %patch4 -p1
1584  %patch5 -p1  %patch5 -p1
 %patch6 -p1  
 %patch7 -p1  
 %patch8 -p1  
 %patch9 -p1  
 %patch10 -p1  
 %patch11 -p1  
 %patch12 -p1  
 %patch13 -p1  
 %patch14 -p1  
 %patch15 -p1  
 %patch16 -p1  
 %patch17 -p1  
 %patch18 -p1  
 %patch19 -p1  
 %patch20 -p1  
 %patch21 -p1  
 %patch22 -p1  
 %patch23 -p1  
 %patch24 -p1  
 %patch25 -p1  
 %patch26 -p1  
 %patch27 -p1  
 %patch28 -p1  
 %patch29 -p1  
 %patch30 -p1  
 %patch31 -p1  
 %patch32 -p1  
 %patch33 -p1  
 %patch34 -p1  
 %patch35 -p1  
 %patch36 -p1  
 %patch37 -p1  
 %patch38 -p1  
 %patch39 -p1  
 %patch40 -p1  
 %patch41 -p1  
 %patch42 -p1  
1585    
1586  %pre  %pre
1587  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