/[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.17 - (hide annotations) (download)
Wed Mar 18 15:58:53 2009 UTC (15 years, 2 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-openvpn-bridge-2_0-19_el4_sme
Changes since 1.16: +7 -2 lines
Remove cipher directive if set to auto

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

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