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

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

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


Revision 1.20 - (hide annotations) (download)
Mon Apr 27 16:11:21 2009 UTC (15 years ago) by slords
Branch: MAIN
Changes since 1.19: +7 -2 lines
Apply locale changes

1 slords 1.20 # $Id: smeserver-openvpn-bridge.spec,v 1.19 2009/04/14 09:02:42 vip-ire Exp $
2 slords 1.2 # Authority: vip-ire
3     # Name: Daniel Berteaud
4    
5 slords 1.1 Summary: OpenVPN, a strong VPN solution build over SSL, pre-configured for bridge mode
6     %define name smeserver-openvpn-bridge
7     Name: %{name}
8     %define version 2.0
9 slords 1.20 %define release 22
10 slords 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: Networking/Remote access
14     Source: %{name}-%{version}.tar.gz
15    
16 snetram 1.11 Patch0: smeserver-openvpn-bridge-2.0-remove_dup_migrate.patch
17     Patch1: smeserver-openvpn-bridge-2.0-pull.patch
18     Patch2: smeserver-openvpn-bridge-2.0-config_required.patch
19     Patch3: smeserver-openvpn-bridge-2.0-config_cleanup.patch
20     Patch4: smeserver-openvpn-bridge-2.0-add_rule.patch
21     Patch5: smeserver-openvpn-bridge-2.0-locale1.patch
22     #atch6: smeserver-openvpn-bridge-2.0-openvpn_db.patch
23     Patch7: smeserver-openvpn-bridge-2.0-check_certs.patch
24     Patch8: smeserver-openvpn-bridge-2.0-check_bridge.patch
25     Patch9: smeserver-openvpn-bridge-2.0-configure_crl_url.patch
26     Patch10: smeserver-openvpn-bridge-2.0-check_certs.patch2
27     Patch11: smeserver-openvpn-bridge-2.0-create_openvpn_db.patch
28     Patch12: smeserver-openvpn-bridge-2.0-local_fr_1.patch
29     Patch13: smeserver-openvpn-bridge-2.0-fixtranslation.patch
30     Patch14: smeserver-openvpn-bridge-2.0-removedups.patch
31     Patch15: smeserver-openvpn-bridge-2.0-fixlangtag.patch
32     Patch16: smeserver-openvpn-bridge-2.0-fix-en-us-locale.patch
33     Patch17: smeserver-openvpn-bridge-2.0-fix-en-us-locale2.patch
34 snetram 1.12 Patch18: smeserver-openvpn-bridge-2.0-fix-en-us-locale3.patch
35 slords 1.14 Patch19: smeserver-openvpn-bridge-2.0-locale-2009-03-03.patch
36 vip-ire 1.16 Patch20: smeserver-openvpn-bridge-2.0-openvpn_2_1_compat.patch
37 vip-ire 1.17 Patch21: smeserver-openvpn-bridge-2.0-cipher_auto.patch
38 vip-ire 1.18 Patch22: smeserver-openvpn-bridge-2.0-remove_obsolete_init_scripts.patch
39 vip-ire 1.19 Patch23: smeserver-openvpn-bridge-2.0-fix_perms_on_pub_dir.patch
40 slords 1.20 Patch24: smeserver-openvpn-bridge-2.0-locale-2009-04-27.patch
41 slords 1.1
42     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
43     BuildArchitectures: noarch
44 vip-ire 1.4
45     BuildRequires: e-smith-devtools
46    
47 slords 1.1 Requires: e-smith-base
48     Requires: openvpn
49 vip-ire 1.15 Requires: smeserver-bridge-interface
50 slords 1.1 Requires: perl(Net::OpenVPN::Manage)
51 snetram 1.11 Obsoletes: smeserver-openvpn-bridge-fws
52     Obsoletes: smeserver-openvpn-bridge.fws
53 slords 1.1
54     %description
55     This package contains all the needed scripts and templates
56     to have a full working openvpn server running in bridge mode.
57    
58     %changelog
59 slords 1.20 * Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 2.0-22.sme
60     - apply locale 2009-04-27 patch
61    
62 vip-ire 1.19 * Tue Apr 14 2009 Daniel B. <daniel@firewall-services.com> [2.0-21]
63     - Fixe permissions on public directory (pub and ccd) which must be readable
64     by everyone (especially user nobody)
65    
66 vip-ire 1.18 * Sun Apr 12 2009 Daniel B. <daniel@firewall-services.com> [2.0-20]
67     - remove obsolete init scripts reset-openvpn and openvpn-bridge
68    
69 vip-ire 1.17 * Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> [2.0-19]
70     - Do not add cipher directive in client configuration file if set to 'auto'
71    
72 vip-ire 1.16 * Wed Mar 11 2009 Daniel B. <daniel@firewall-services.com> [2.0-18]
73     - Compatibility with openvpn 2.1 (detect plugin dir location) [SME: 5060]
74    
75 vip-ire 1.15 * Mon Mar 09 2009 Daniel B. <daniel@firewall-services.com> [2.0-17]
76     - Add smeserver-bridge-interface as dependency
77     - Update spec description
78    
79     * Tue Mar 03 2009 SME Translation Server [2.0-16]
80 slords 1.14 - apply locale 2009-03-03 patch
81    
82 snetram 1.11 * Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-15]
83     - Fix some more errors in the en-us locale
84     - Remove tabs from SPEC file as some editors act weird with them, e.g. nano
85    
86 snetram 1.9 * Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-14]
87     - Fix some grammar errors in the en-us locale
88    
89 snetram 1.8 * Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-13]
90     - Fix a typo in the en-us locale
91    
92 slords 1.7 * Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-12]
93     - Fix xml language tag to be correct
94    
95 slords 1.6 * Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-11]
96     - Remove duplicate translations that break pootle
97    
98     * Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-10]
99 slords 1.5 - Rename locale/en to locale/en-us to pootle works
100    
101 vip-ire 1.3 * Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> [2.0-9]
102     - Apply locale patch fr 1
103 vip-ire 1.15 - Add e-smith-devtools as a build dependency
104 vip-ire 1.3
105 slords 1.1 * Thu Jan 29 2009 Daniel B. <daniel@firewall-services.com> [2.0-8]
106     - Fix an error with the creation of the db
107    
108     * Wed Jan 28 2009 Daniel B. <daniel@firewall-services.com> [2.0-7]
109     - Cleanly create openvpn-bridge db
110    
111     * Fri Jan 16 2009 Daniel B. <daniel@firewall-services.com> [2.0-6]
112     - Just warn if openvpn db is missing
113     - Fix certificates check
114     - Warn if bridge service isn't enabled
115     - Configure the CRL update URL
116    
117     * Mon Jan 12 2009 Daniel B. <daniel@firewall-services.com> [2.0-5]
118     - localization patch
119    
120     * Mon Dec 22 2008 Daniel B. <daniel@firewall-services.com> [2.0-4]
121     - Add validate_common_name routine
122    
123     * Wed Dec 19 2008 Daniel B. <daniel@firewall-services.com> [2.0-3]
124     - Added option configRequired (accept only certificate listed in the rules section)
125     - Clean config templates
126    
127     * Tue Dec 16 2008 Daniel B. <daniel@firewall-services.com> [2.0-2]
128     - Add missing pull directive in client config
129    
130     * Fri Dec 12 2008 Daniel B. <daniel@firewall-services.com> [2.0-1]
131     - Remove useless migrate fragment (now handled by the bridge package)
132    
133     * Thu Dec 04 2008 Daniel B. <daniel@firewall-services.com> [2.0-0]
134     - The bridge stuff is now in a separated rpm
135     - Restarting the service doesn't cut the InternalInterface
136     as the bridge isn't restarted
137     - Correct (truely this time) the bug with dhcpd looping
138     - Panel re-writen in FormMagick (much more simple now)
139     - Removed the certificate manager, now handled by phpki
140     - Real-time clients info using Net::OpenVPN::Manage
141     - Routes to local networks are pushed to clients
142    
143     * Tue Feb 06 2007 Daniel Berteaud <daniel@firewall-services.com>
144     - [1.1-1]
145     - Bugs fixes (repported by Stephan Braunstein)
146     - corrections in the en language
147    
148     * Tue Feb 06 2007 Daniel Berteaud <daniel@firewall-services.com>
149     - [1.1-0]
150     - panel enhancement
151     - little correction in the local file
152    
153     * Fri Dec 11 2006 Daniel Berteaud <daniel@firewall-services.com>
154     - [1.0-3]
155     - correction of permissions on startup and shutdown scripts
156     - little correction in the local file
157    
158     * Fri Dec 08 2006 Daniel Berteaud <daniel@firewall-services.com>
159     - [1.0-2]
160     - Added missing directory keys/bridge
161    
162     * Fri Dec 06 2006 Daniel Berteaud <daniel@firewall-services.com>
163     - [1.0-1]
164     - Removed useless parameters from the panel (tap, br and localInf)
165     - Added a stop script (k20openvpn-bridge)
166     - panel renamed to openvpn-bridge for futur compatibility
167    
168     %prep
169    
170     %setup -q -n %{name}-%{version}
171     %patch0 -p1
172     %patch1 -p1
173     %patch2 -p1
174     %patch3 -p1
175     %patch4 -p1
176     %patch5 -p1
177     #%patch6 -p1
178     %patch7 -p1
179     %patch8 -p1
180     %patch9 -p1
181     %patch10 -p1
182     %patch11 -p1
183 vip-ire 1.3 %patch12 -p1
184 slords 1.5 %patch13 -p1
185 slords 1.6 %patch14 -p1
186 slords 1.7 %patch15 -p1
187 snetram 1.8 %patch16 -p1
188 snetram 1.9 %patch17 -p1
189 snetram 1.13 %patch18 -p1
190 slords 1.14 %patch19 -p1
191 vip-ire 1.16 %patch20 -p1
192 vip-ire 1.17 %patch21 -p1
193 vip-ire 1.18 %patch22 -p1
194 vip-ire 1.19 %patch23 -p1
195 slords 1.20 %patch24 -p1
196 slords 1.1
197     %build
198     perl createlinks
199    
200     %{__mkdir_p} root/etc/openvpn/bridge/ccd
201     %{__mkdir_p} root/etc/openvpn/bridge/priv
202     %{__mkdir_p} root/etc/openvpn/bridge/pub
203     %{__mkdir_p} root/var/log/openvpn-bridge
204    
205     %install
206     /bin/rm -rf $RPM_BUILD_ROOT
207     (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
208     /bin/rm -f %{name}-%{version}-filelist
209     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
210 snetram 1.11 --file /var/service/openvpn-bridge/run 'attr(0755,root,root)' \
211     --file /var/service/openvpn-bridge/log/run 'attr(0755,root,root)' \
212     --dir /var/log/openvpn-bridge 'attr(0750,smelog,smelog)' \
213 vip-ire 1.19 --dir /etc/openvpn/bridge/pub 'attr(0755,root,root)' \
214     --dir /etc/openvpn/bridge/priv 'attr(0750,root,root)' \
215     --dir /etc/openvpn/bridge/ccd 'attr(0755,root,root)' \
216 snetram 1.11 --file /usr/bin/ovpn-bridge-update-crl 'attr(0750,root,root)' \
217     > %{name}-%{version}-filelist
218 slords 1.1
219     %files -f %{name}-%{version}-filelist
220     %defattr(-,root,root)
221    
222     %clean
223     rm -rf $RPM_BUILD_ROOT
224    
225    
226     %post
227    
228     %preun
229     if [ $1 -eq 0 ] ; then
230 snetram 1.11 /sbin/e-smith/db configuration setprop openvpn-bridge status disabled
231     sv d /service/openvpn-bridge
232 slords 1.1 fi
233    
234     true

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