1 |
|
# $Id: smeserver-coova-chilli.spec,v 1.2 2008/04/15 15:18:07 slords Exp $ |
2 |
|
# Authority: vip-ire |
3 |
|
# Name: Daniel Berteaud |
4 |
|
|
5 |
Summary: Coova-Chilli, a captive portal based on ChilliSpot configured for SME server |
Summary: Coova-Chilli, a captive portal based on ChilliSpot configured for SME server |
6 |
%define name smeserver-coova-chilli |
%define name smeserver-coova-chilli |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 0.1 |
%define version 0.1 |
9 |
%define release 2.el4.sme |
%define release 2 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release} |
Release: %{release}%{?dist} |
12 |
Copyright: GPL |
License: GPL |
13 |
Group: Networking/Remote access |
Group: Networking/Remote access |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
URL: http://sme.firewall-services.com |
URL: http://sme.firewall-services.com |
|
Packager: Daniel Berteaud <daniel@firewall-services.com> |
|
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
|
BuildRequires: e-smith-devtools |
19 |
Requires: e-smith-release >= 7.0 openssl coova-chilli |
Requires: e-smith-release >= 7.0 openssl coova-chilli |
20 |
|
|
21 |
Patch1: smeserver-coova-chilli-0.1-bypass_auth_with_squid_fix.patch |
Patch1: smeserver-coova-chilli-0.1-bypass_auth_with_squid_fix.patch |
29 |
a secured captive portal. Users will be redirected |
a secured captive portal. Users will be redirected |
30 |
on a logon page and they'll have to enter credentials |
on a logon page and they'll have to enter credentials |
31 |
(sme accounts) before the server allows them. By default, |
(sme accounts) before the server allows them. By default, |
32 |
they'll only have web access if they are members of the group "chilli" |
they'll only have web access if they are members of the group "chilli" |
33 |
|
This contrib will only work in server&gateway mode |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
* Tue Aug 26 2008 Daniel B. <daniel@firewall-services.com> |
* Tue Aug 26 2008 Daniel B. <daniel@firewall-services.com> |
37 |
- [0.1-2] |
- [0.1-2] |
38 |
- Most firewall customizations (for incomming and forwarded traffic from |
- Most firewall customizations (for incomming and forwarded traffic from |
39 |
chilli network only) can be set through db commands (Patch3) |
chilli network only) can be set through db commands (Patch3) |
40 |
- Outgoing DNS is allowed only for the two DNS servers configured |
- Outgoing DNS is allowed only for the two DNS servers configured |
41 |
- Clean spec file, adn put php files in /opt/chilli (Patch4) |
- Clean spec file, and put php files in /opt/chilli (Patch4) |
|
|
|
42 |
|
|
43 |
* Tue Apr 15 2008 Daniel Berteaud <daniel@firewall-services.com> |
* Tue Apr 15 2008 Daniel Berteaud <daniel@firewall-services.com> |
44 |
- [0.1-1] |
- [0.1-1] |
84 |
%clean |
%clean |
85 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
86 |
|
|
|
%pre |
|
|
|
|
|
|
|
|
%post |
|
|
|
|
87 |
%preun |
%preun |
88 |
|
|
89 |
if [ $1 == 0 ]; then |
if [ $1 == 0 ]; then |
90 |
/sbin/e-smith/db configuration setprop chilli status disabled |
/sbin/e-smith/db configuration setprop chilli status disabled |
91 |
/etc/rc.d/init.d/chilli stop > /dev/null 2>&1 |
/etc/rc.d/init.d/chilli stop >& /dev/null || : |
|
true |
|
92 |
fi |
fi |
93 |
|
|
|
%postun |
|
|
|
|