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

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

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

Revision 1.8 by snetram, Sun Jul 27 21:04:35 2008 UTC Revision 1.23 by vip-ire, Wed Jan 20 20:59:45 2016 UTC
# Line 1  Line 1 
1    # $Id: e-smith-ibays.spec,v 1.22 2014/04/24 16:49:18 stephdl Exp $
2    
3  Summary: e-smith server and gateway - ibays module  Summary: e-smith server and gateway - ibays module
4  %define name e-smith-ibays  %define name e-smith-ibays
5  Name: %{name}  Name: %{name}
6  %define version 1.2.0  %define version 2.2.0
7  %define release 12  %define release 16
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: %{name}-%{version}.tar.gz
13  Patch0: e-smith-ibays-1.2.0-RecordKey.patch  Patch1: e-smith-ibays-2.2.0-maxLength.patch
14  Patch1: e-smith-ibays-1.2.0-dynamicindex.patch  Patch2: e-smith-ibays-2.2.0-enable-cpu.patch
15  Patch2: e-smith-ibays-1.2.0-warning.patch  Patch3: e-smith-ibays-2.2.0-better-ldap.patch
16  Patch3: e-smith-ibays-1.2.0-tags2general.patch  Patch4: e-smith-ibays-2.2.0-dont_modify_primary.patch
17  Patch4: e-smith-ibays-1.2.0-shtml.patch  Patch5: e-smith-ibays-2.2.0-revert-locale-string-password-change.patch
18  Patch5: e-smith-ibays-1.2.0-maxIbayNameLength.patch  Patch6: e-smith-ibays-2.2.0-force-https.patch
19  Patch6: e-smith-ibays-1.2.0-add2general.patch  Patch7: e-smith-ibays-2.2.0-https-patch-en-us.patch
20  Patch7: e-smith-ibays-1.2.0-fixPasswordVerificationDescription.patch  Patch8: e-smith-ibays-2.2.0_force_ssl_to_domains.patch
21    Patch9: e-smith-ibays-2.2.0-remove_double_slash_in_rewrite.patch
22  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23  BuildArchitectures: noarch  BuildArchitectures: noarch
24  Requires: e-smith-base >= 4.13.15-76  Requires: e-smith-base >= 4.13.15-76
# Line 31  AutoReqProv: no Line 34  AutoReqProv: no
34  e-smith server and gateway software - ibays module.  e-smith server and gateway software - ibays module.
35    
36  %changelog  %changelog
37    * Wed Jan 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-16.sme
38    - Remove double / from SSL RewriteRule [SME: 9194]
39    
40    * Thu Apr 24 2014 stephane de Labrusse <stephdl@de-labrusse.fr>  2.2.0-15.sme
41    - Force SSL following ibays settings to the relevant domain [SME: 8331]
42    
43    * Mon Feb 24 2014 Ian Wells <esmith@wellsi.com> 2.2.0-14.sme
44    - Force https per ibay should not be the default for existing ibays [SME: 8158]
45    
46    * Sun Jan 2 2014 Chris Burnat <devlist@burnat.com> 2.2.0-13.sme
47    - Update en-us translation file by Stephane de Labrusse [SME: 8158]
48    
49    * Sun Jan 2 2014 Chris Burnat <devlist@burnat.com> 2.2.0-12.sme
50    - Provide the ability to force https per ibay by Stephane de Labrusse [SME: 8158]
51    
52    * Fri Dec 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-11.sme
53    - Fix non-translated locale in ibays panel [SME: 6718]
54    
55    * Thu Oct 27 2011 Daniel B. <daniel@firewall-services.com>  2.2.0-10.sme
56    - Don't try to modify Primary unix/ldap account [SME:6770]
57    
58    * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme
59    - All ibay account commands as system accounts in LDAP [SME: 6326]
60    
61    * Thu Nov 4 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-8.sme
62    - Create ibay accounts as system accounts in LDAP [SME: 6326]
63    
64    * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-7.sme
65    - Fix cpu critical patch missing ) [SME: 6330]
66    
67    * Wed Nov 3 2010 Shad L. Lords <slords@mail.com> 2.2.0-6.sme
68    - Fix cpu critical patch missing ' [SME: 6330]
69    
70    * Wed Nov 3 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
71    - Make cpu calls critical only with ldap{Auth} is enabled [SME: 6330]
72    
73    * Tue Nov 2 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
74    - Always use cpu, do unix if ldap{Auth} is disabled [SME: 6326]
75    
76    * Mon Nov 1 2010 Shad L. Lords <slords@mail.com> 2.2.0-3.sme
77    - Switch to cpu commands if ldap is master [SME: 6326]
78    
79    * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
80    - Fix maxIbayNameLength logic [SME: 4457]
81    
82    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
83    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
84    
85  * Sun Jul 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-12  * Sun Jul 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-12
86  - Fix password verify entry text box description [SME: 4460]  - Fix password verify entry text box description [SME: 4460]
87    
# Line 250  e-smith server and gateway software - ib Line 301  e-smith server and gateway software - ib
301    
302  %prep  %prep
303  %setup  %setup
 %patch0 -p1  
304  %patch1 -p1  %patch1 -p1
305  %patch2 -p1  %patch2 -p1
306  %patch3 -p1  %patch3 -p1
# Line 258  e-smith server and gateway software - ib Line 308  e-smith server and gateway software - ib
308  %patch5 -p1  %patch5 -p1
309  %patch6 -p1  %patch6 -p1
310  %patch7 -p1  %patch7 -p1
311    %patch8 -p1
312    %patch9 -p1
313    
314  %pre  %pre
315  %post  %post


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