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

Annotation of /rpms/smeserver-openvpn-s2s/contribs7/smeserver-openvpn-s2s.spec

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


Revision 1.1 - (hide annotations) (download)
Tue Nov 2 16:43:51 2010 UTC (13 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-openvpn-s2s-0_1-11_el4_sme
Initial import

1 slords 1.1 # $Id: smeserver-openvpn-s2s.spec,v 1.37 2010/07/19 08:43:15 vip-ire Exp $
2     # Authority: vip-ire
3     # Name: Daniel Berteaud
4    
5     Summary: OpenVPN, a strong VPN solution built over SSL, for site to site tunnels
6     %define name smeserver-openvpn-s2s
7     Name: %{name}
8     %define version 0.1
9     %define release 11
10     Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: Networking/Remote access
14     Source: %{name}-%{version}.tar.gz
15    
16     Patch0: smeserver-openvpn-s2s-0.1-default_to_enabled.patch
17     Patch1: smeserver-openvpn-s2s-0.1-limit_network_delete_and_create.patch
18     Patch2: smeserver-openvpn-s2s-0.1-fix_validation_on_update.patch
19     Patch3: smeserver-openvpn-s2s-0.1-check_for_local_nets.patch
20     Patch4: smeserver-openvpn-s2s-0.1-update_templates_on_boostrap.patch
21     Patch5: smeserver-openvpn-s2s-0.1-default_to_enabled_on_create.patch
22     Patch6: smeserver-openvpn-s2s-0.1-allow_inbound_prop.patch
23     Patch7: smeserver-openvpn-s2s-0.1-fix_add_route.patch
24     Patch8: smeserver-openvpn-s2s-0.1-denylog_instead_of_drop.patch
25     Patch9: smeserver-openvpn-s2s-0.1-check_multiple_networks.patch
26     Patch10: smeserver-openvpn-s2s-0.1-add_net_is_local_lexicon.patch
27     Patch11: smeserver-openvpn-s2s-0.1-rename_logrotate_conf.patch
28     Patch12: smeserver-openvpn-s2s-0.1-support_per_conf_customization.patch
29     Patch13: smeserver-openvpn-s2s-0.1-tls_auth_1.patch
30     Patch14: smeserver-openvpn-s2s-0.1-tls_locale_1.patch
31     Patch15: smeserver-openvpn-s2s-0.1-tls_locale_2.patch
32     Patch16: smeserver-openvpn-s2s-0.1-tls_locale_3.patch
33     Patch17: smeserver-openvpn-s2s-0.1-set_network_non_removable.patch
34     Patch18: smeserver-openvpn-s2s-0.1-implement_crl_verification.patch
35     Patch19: smeserver-openvpn-s2s-0.1-fix_masq_templates.patch
36     Patch20: smeserver-openvpn-s2s-0.1-various_conf_optimization.patch
37     Patch21: smeserver-openvpn-s2s-0.1-set_wget_timeout.patch
38     Patch22: smeserver-openvpn-s2s-0.1-fix_crontab_template.patch
39     Patch23: smeserver-openvpn-s2s-0.1-fix_removable_typo.patch
40     Patch24: smeserver-openvpn-s2s-0.1-expand_and_restart_smb.patch
41     Patch25: smeserver-openvpn-s2s-0.1-remove_nice.patch
42    
43     BuildArchitectures: noarch
44    
45     BuildRequires: e-smith-devtools
46    
47     Requires: e-smith-base
48     Requires: openvpn >= 2.1
49    
50     %description
51     This package contains all the needed scripts and templates
52     to run openvpn in client or server mode for site to site tunnels
53    
54     %changelog
55     * Tue Nov 02 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-11.sme
56     - Remove the nice directive
57    
58     * Mon Oct 18 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-10.sme
59     - Expand smb.conf and restart samba services
60    
61     * Mon Oct 18 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-9.sme
62     - Fix typo in up script
63    
64     * Mon Oct 18 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-8.sme
65     - Various enhancement in templates
66     - Set wget timeout
67     - Fix crontab templates
68    
69     * Sun Oct 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-7.sme
70     - Implement CRL updates and verification
71     - Fix masq template
72    
73     * Sun Oct 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-6.sme
74     - Set VPN networks non removable
75    
76     * Sun Oct 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-5.sme
77     - Rename logrotate configuration file
78     - Add missingok to logrotate conf
79     - Support per configuration customization
80     - Add TLS auth support
81    
82     * Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-4.sme
83     - Fix adding routes in up script
84     - Log drop trafic
85     - Fix multiple net validation
86    
87     * Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3.sme
88     - allow one-way VPN with AllowInbound prop
89    
90     * Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3.sme
91     - Various fixes
92    
93     * Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-1.sme
94     - initiale release (based on work from Florian Dejan)
95    
96     %prep
97    
98     %setup -q -n %{name}-%{version}
99     %patch0 -p1
100     %patch1 -p1
101     %patch2 -p1
102     %patch3 -p1
103     %patch4 -p1
104     %patch5 -p1
105     %patch6 -p1
106     %patch7 -p1
107     %patch8 -p1
108     %patch9 -p1
109     %patch10 -p1
110     %patch11 -p1
111     %patch12 -p1
112     %patch13 -p1
113     %patch14 -p1
114     %patch15 -p1
115     %patch16 -p1
116     %patch17 -p1
117     %patch18 -p1
118     %patch19 -p1
119     %patch20 -p1
120     %patch21 -p1
121     %patch22 -p1
122     %patch23 -p1
123     %patch24 -p1
124     %patch25 -p1
125    
126     %build
127     perl createlinks
128    
129     %{__mkdir_p} root/etc/openvpn/s2s/priv
130     %{__mkdir_p} root/etc/openvpn/s2s/pub
131     %{__mkdir_p} root/var/run/openvpn-s2s
132     %{__mkdir_p} root/var/log/openvpn-s2s
133    
134     %install
135     /bin/rm -rf $RPM_BUILD_ROOT
136     (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
137     /bin/rm -f %{name}-%{version}-filelist
138     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
139     --dir /etc/openvpn/s2s/pub 'attr(0755,root,root)' \
140     --dir /etc/openvpn/s2s/priv 'attr(0750,root,root)' \
141     --dir /var/log/openvpn-s2s 'attr(0770,root,nobody)' \
142     --file /etc/openvpn/s2s/bin/up 'attr(4750,root,openvpn)' \
143     > %{name}-%{version}-filelist
144    
145     %files -f %{name}-%{version}-filelist
146     %defattr(-,root,root)
147    
148     %clean
149     rm -rf $RPM_BUILD_ROOT
150    
151    
152     %post
153    
154     %preun
155     if [ $1 -eq 0 ] ; then
156     /sbin/e-smith/db configuration setprop openvpn-s2s status disabled
157     /etc/rc.d/init.d/openvpn-s2s stop
158     fi
159    
160     true
161    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed