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

Diff of /rpms/smeserver-coova-chilli/contribs7/smeserver-coova-chilli.spec

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

Revision 1.25 by vip-ire, Thu Mar 12 14:54:34 2009 UTC Revision 1.26 by vip-ire, Mon May 4 14:31:30 2009 UTC
# Line 1  Line 1 
1  # $Id: smeserver-coova-chilli.spec,v 1.24 2009/03/11 08:58:33 vip-ire Exp $  # $Id: smeserver-coova-chilli.spec,v 1.25 2009/03/12 14:54:34 vip-ire Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4    
# Line 6  Summary: Coova-Chilli, a captive portal Line 6  Summary: Coova-Chilli, a captive portal
6  %define name smeserver-coova-chilli  %define name smeserver-coova-chilli
7  Name: %{name}  Name: %{name}
8  %define version 0.2  %define version 0.2
9  %define release 10  %define release 12
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 18  BuildArchitectures: noarch Line 18  BuildArchitectures: noarch
18  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
19  Requires: e-smith-release >= 7.0  Requires: e-smith-release >= 7.0
20  Requires: openssl  Requires: openssl
21  Requires: coova-chilli  Requires: coova-chilli >= 1.0.13
22  Requires: e-smith-radiusd >= 1.0.0-18  Requires: e-smith-radiusd >= 1.0.0-18
23  Requires: perl(NetAddr::IP)  Requires: perl(NetAddr::IP)
24    Requires: smeserver-remoteuseraccess
25    
26  Patch1: smeserver-coova-chilli-0.2-guest_uplink_downlink.patch  Patch1: smeserver-coova-chilli-0.2-guest_uplink_downlink.patch
27  Patch2: smeserver-coova-chilli-0.2-guest_access.patch  Patch2: smeserver-coova-chilli-0.2-guest_access.patch
# Line 35  Patch10: smeserver-coova-chilli-0.2-loca Line 36  Patch10: smeserver-coova-chilli-0.2-loca
36  Patch11: smeserver-coova-chilli-0.2-localhost_nas2.patch  Patch11: smeserver-coova-chilli-0.2-localhost_nas2.patch
37  Patch12: smeserver-coova-chilli-0.2-squid_template_typo.patch  Patch12: smeserver-coova-chilli-0.2-squid_template_typo.patch
38  Patch13: smeserver-coova-chilli-0.2-typo.patch  Patch13: smeserver-coova-chilli-0.2-typo.patch
39    Patch14: smeserver-coova-chilli-0.2-allow_uamallowed.patch
40    Patch15: smeserver-coova-chilli-0.2-drop_privileges.patch
41    Patch16: smeserver-coova-chilli-0.2-use_sudo.patch
42    Patch17: smeserver-coova-chilli-0.2-templates2expand_in_createlinks.patch
43    
44  %description  %description
45  This package allow you to configure a third interface  This package allow you to configure a third interface
# Line 46  they'll only have web access if they are Line 51  they'll only have web access if they are
51  This contrib will only work in server&gateway mode  This contrib will only work in server&gateway mode
52    
53  %changelog  %changelog
54    * Thu Apr 30 2009 Daniel B. <daniel@firewall-services.com> 0.2-12
55    - Create a new user coovachilli
56    - Add support of new options uid and gid to drop privileges
57    - Enabled noc2c (prevent client to client communication)
58    - Use sudo to call conup/condown script (as chilli runs under un
59      unprivileged account now)
60    - Add smeserver-remoteuseraccess as a dependency (for sudoers metadata templates)
61    - move templates2expand in creatlinks script
62    
63    * Wed Mar 13 2009 Daniel B. <daniel@firewall-services.com> 0.2-11
64    - Automatically allow uamallowed entries in the firewall (no need to
65      explicitly allow it agin in AllowOutgoing)
66    
67  * Thu Mar 12 2009 Daniel B. <daniel@firewall-services.com> 0.2-10  * Thu Mar 12 2009 Daniel B. <daniel@firewall-services.com> 0.2-10
68  - Small typo correction  - Small typo correction
69    
# Line 146  This contrib will only work in server&ga Line 164  This contrib will only work in server&ga
164  %patch11 -p1  %patch11 -p1
165  %patch12 -p1  %patch12 -p1
166  %patch13 -p1  %patch13 -p1
167    %patch14 -p1
168    %patch15 -p1
169    %patch16 -p1
170    %patch17 -p1
171    
172  %build  %build
173  /usr/bin/perl createlinks  /usr/bin/perl createlinks
# Line 155  This contrib will only work in server&ga Line 177  This contrib will only work in server&ga
177  (cd root   ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)  (cd root   ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
178  /bin/rm -f %{name}-%{version}-filelist  /bin/rm -f %{name}-%{version}-filelist
179  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
180          --file /etc/chilli/conup.sh 'attr(0750,root,root)' \          --file /etc/chilli/conup.sh 'attr(755,root,root)' \
181          --file /etc/chilli/condown.sh 'attr(0750,root,root)' \          --file /etc/chilli/condown.sh 'attr(750,root,root)' \
182            --file /etc/chilli/call_conup.sh 'attr(755,root,root)' \
183            --file /etc/chilli/call_condown.sh 'attr(755,root,root)' \
184          --file /opt/chilli/cgi-bin/hotspotlogin.cgi 'attr(0750,root,www) %config(noreplace)' \          --file /opt/chilli/cgi-bin/hotspotlogin.cgi 'attr(0750,root,www) %config(noreplace)' \
185          --file /opt/chilli/lang/hotspotlogin.fr.pl 'config(noreplace)' \          --file /opt/chilli/lang/hotspotlogin.fr.pl 'config(noreplace)' \
186          --file /opt/chilli/lang/hotspotlogin.en.pl 'config(noreplace)' \          --file /opt/chilli/lang/hotspotlogin.en.pl 'config(noreplace)' \
# Line 169  This contrib will only work in server&ga Line 193  This contrib will only work in server&ga
193  %clean  %clean
194  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
195    
196    %pre
197    if ! /usr/bin/id coovachilli &>/dev/null; then
198            /usr/sbin/useradd -c 'Coova Chilli User' -s /sbin/nologin -r -d /etc/chilli coovachilli &>/dev/null || \
199                    %logmsg "Unexpected error adding user \"coovachilli\". Abort installation."
200    fi
201    
202    
203  %preun  %preun
204    
205  if [ $1 == 0 ]; then  if [ $1 == 0 ]; then


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