/[smecontribs]/rpms/smeserver-freepbx/contribs7/smeserver-freepbx.spec
ViewVC logotype

Diff of /rpms/smeserver-freepbx/contribs7/smeserver-freepbx.spec

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

Revision 1.6 by vip-ire, Thu Mar 19 10:21:03 2009 UTC Revision 1.17 by vip-ire, Mon Feb 15 08:09:53 2010 UTC
# Line 1  Line 1 
1  # $Id: smeserver-freepbx.spec,v 1.5 2009/03/18 19:39:37 vip-ire Exp $  # $Id: smeserver-freepbx.spec,v 1.16 2010/02/09 08:58:55 vip-ire Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4    
5  #%define fpbxversion 2.5.0  #%define fpbxversion 2.5.0
6  %define version 0.1  %define version 0.1
7  %define release 15  %define release 25
8  %define name smeserver-freepbx  %define name smeserver-freepbx
9    
10  Summary: Asterisk web GUI  Summary: Asterisk web GUI
# Line 27  Patch8: smeserver-freepbx-0.1-zap2dahdi. Line 27  Patch8: smeserver-freepbx-0.1-zap2dahdi.
27  Patch9: smeserver-freepbx-0.1-full_dahdi_support.patch  Patch9: smeserver-freepbx-0.1-full_dahdi_support.patch
28  Patch10: smeserver-freepbx-0.1-fix_logrotate_event.patch  Patch10: smeserver-freepbx-0.1-fix_logrotate_event.patch
29  Patch11: smeserver-freepbx-0.1-retry_install.patch  Patch11: smeserver-freepbx-0.1-retry_install.patch
30    Patch12: smeserver-freepbx-0.1-recordings_security.patch
31    Patch13: smeserver-freepbx-0.1-remove_admin_alias.patch
32    Patch14: smeserver-freepbx-0.1-recordingsfix2bootstrap.patch
33    Patch15: smeserver-freepbx-0.1-templatize_cdr_mysql.patch
34    Patch16: smeserver-freepbx-0.1-templatize_manager.patch
35    Patch17: smeserver-freepbx-0.1-cdr_mysql_template_begin.patch
36    Patch18: smeserver-freepbx-0.1-clean_crontab.patch
37    Patch19: smeserver-freepbx-0.1-crontab_script_fixe.patch
38    Patch20: smeserver-freepbx-0.1-http_cleanup.patch
39    Patch21: smeserver-freepbx-0.1-cdr_passwd.patch
40    Patch22: smeserver-freepbx-0.1-fop_separate_service.patch
41    Patch23: smeserver-freepbx-0.1-check_referer.patch
42    Patch24: smeserver-freepbx-0.1-dump_astdb_include_functions.patch
43    Patch25: smeserver-freepbx-0.1-disable_dynamic_hints.patch
44    Patch26: smeserver-freepbx-0.1-remove_logrotate_conf.patch
45    
46  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
47  URL: http://www.freepbx.org/  URL: http://www.freepbx.org/
# Line 37  BuildRequires: tar Line 52  BuildRequires: tar
52  Requires: mysql  Requires: mysql
53  Requires: httpd  Requires: httpd
54  Requires: php-pear  Requires: php-pear
55  Requires: asterisk  Requires: asterisk14
56  Requires: asterisk-addons  Requires: asterisk-addons14
57  Requires: dahdi-tools  Requires: dahdi-tools
58  Requires: dahdi-linux  Requires: dahdi-linux
59  Requires: sox  Requires: sox
# Line 56  This package provide the integration of Line 71  This package provide the integration of
71    
72    
73  %changelog  %changelog
74    * Mon Feb 15 2010 Daniel B. <daniel@firewall-services.com> [0.1-25]
75    - Remove /etc/logrotate.d/asterisk which is now included in asterisk14
76    
77    * Tue Feb 09 2010 Daniel B. <daniel@firewall-services.com> [0.1-24]
78    - Depends now on asterisk14 and asterisk-addons14
79    
80    * Wed Jan 06 2010 Daniel B. <daniel@firewall-services.com> [0.1-23]
81    - disable dynamic hints
82    
83    * Tue Oct 06 2009 Daniel B. <daniel@firewall-services.com> [0.1-22]
84    - include /opt/freepbx/admin/functions.inc.php in freepbx-dump-astdb
85      action script for FreePBX 2.6 compatibility
86    
87    * Tue May 19 2009 Daniel B. <daniel@firewall-services.com> [0.1-21]
88    - Add CHECKREFERER=FALSE in amportal.conf to repvent error message in some
89      modules (due to the ProxyPass configuration)
90    
91    * Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-20]
92    - Fix CDR db password in cdr_mysql.conf template
93    - Use a separate service in SME db for FOP
94    
95    * Thu Apr 16 2009 Daniel B. <daniel@firewall-services.com> [0.1-19]
96    - remove scoreboard directive from httpd-fpbx config
97    - remove some modules (mod_ssl, mod_proxy)
98    
99    * Sat Apr 11 2009 Daniel B. <daniel@firewall-services.com> [0.1-18]
100    - templatize cdr_mysql.conf [SME: 5153]
101    - templatize manager.conf
102    - remove freepbx-cron-scheduler.php from root crontab so only
103      asterisk user runs it (prevent email error sent from cron)
104    
105    * Fri Mar 27 2009 Daniel B. <daniel@firewall-services.com> [0.1-17]
106    - Remove obsolete /admin Alias from apache
107    - Run the security script on bootsrape-console-save event
108    
109    * Mon Mar 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-16]
110    - Security Fixe: put a random password for ARI admin (this should be documented)
111    
112  * Thu Mar 19 2009 Daniel B. <daniel@firewall-services.com> [0.1-15]  * Thu Mar 19 2009 Daniel B. <daniel@firewall-services.com> [0.1-15]
113  - Check if /opt/freepbx/admin exists (retry the install if a first one failed)  - Check if /opt/freepbx/admin exists (retry the install if a first one failed)
114  - Remove tabs from spec  - Remove tabs from spec
# Line 127  This package provide the integration of Line 180  This package provide the integration of
180  %patch9 -p1  %patch9 -p1
181  %patch10 -p1  %patch10 -p1
182  %patch11 -p1  %patch11 -p1
183    %patch12 -p1
184    %patch13 -p1
185    %patch14 -p1
186    %patch15 -p1
187    %patch16 -p1
188    %patch17 -p1
189    %patch18 -p1
190    %patch19 -p1
191    %patch20 -p1
192    %patch21 -p1
193    %patch22 -p1
194    %patch23 -p1
195    %patch24 -p1
196    %patch25 -p1
197    %patch26 -p1
198    
199  %build  %build
200  # Build symlinks  # Build symlinks


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