/[packages]/cauldron/shorewall/current/SPECS/shorewall.spec
ViewVC logotype

Contents of /cauldron/shorewall/current/SPECS/shorewall.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 333531 - (show annotations) (download)
Thu Dec 20 23:54:56 2012 UTC (11 years, 4 months ago) by kamil
File size: 15322 byte(s)
- adapt .spec for usr move and systemd
1 %define debug_package %{nil}
2
3 %define version_major 4.5
4 %define version_minor 10.1
5 %define version %{version_major}.%{version_minor}
6 %define version_main %{version}
7 %define version_lite %{version}
8 %define ipv6_ver %{version}
9 %define ipv6_lite_ver %{version}
10 %define sha1sums_ver %{version}
11 %define ftp_ver %{version_major}.10
12 %define ftp_path ftp://ftp.shorewall.net/pub/shorewall/%{version_major}/%{name}-%{ftp_ver}
13
14 %define name6 %{name}6
15
16 Summary: Iptables-based firewall for Linux systems
17 Name: shorewall
18 Version: %{version}
19 Release: %mkrel 1
20 License: GPLv2+ and LGPLv2.1+
21 Group: System/Servers
22 URL: http://www.shorewall.net/
23 Source0: %ftp_path/%{name}-%{version}.tar.bz2
24 Source1: %ftp_path/%{name}-lite-%{version_lite}.tar.bz2
25 Source2: %ftp_path/%{name}-docs-html-%{version}.tar.bz2
26 Source3: %ftp_path/%{name6}-%{ipv6_ver}.tar.bz2
27 Source4: %ftp_path/%{name6}-lite-%{ipv6_lite_ver}.tar.bz2
28 Source5: %ftp_path/%{sha1sums_ver}.sha1sums
29 Source6: %ftp_path/%{name}-core-%{version}.tar.bz2
30 Patch4: %{name}-4.4.23-allow-netmask-0.patch
31 Requires: iptables
32 Requires: iproute2
33 Requires: dash
34 Requires(post): rpm-helper
35 Requires(preun): rpm-helper
36 BuildConflicts: apt-common
37 BuildArch: noarch
38
39 %description
40 The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter
41 (iptables) based firewall that can be used on a dedicated firewall system,
42 a multi-function gateway/ router/server or on a standalone GNU/Linux system.
43
44 %package core
45 Summary: Shorewall core libraries
46 Group: System/Servers
47 Requires(post): rpm-helper
48 Requires(preun): rpm-helper
49
50 %description core
51 An IPv6 enabled and capable Shoreline Firewall.
52
53
54 %package ipv6
55 Summary: IPv6 capable Shorewall
56 Group: System/Servers
57 Requires: %{name} = %{version}-%{release}
58 Requires: iptables-ipv6
59 Requires: iproute2
60 Requires(post): rpm-helper
61 Requires(preun): rpm-helper
62
63 %description ipv6
64 An IPv6 enabled and capable Shoreline Firewall.
65
66 %package ipv6-lite
67 Summary: Lite version of ipv6 shorewall
68 Group: System/Servers
69 Requires: %{name}-ipv6 = %{version}-%{release}
70 Requires(post): rpm-helper
71 Requires(preun): rpm-helper
72
73 %description ipv6-lite
74 Shorewall IPv6 Lite is a companion product to Shorewall IPv6 that allows
75 network administrators to centralize the configuration of Shorewall-based
76 firewalls.
77
78 %package lite
79 Summary: Lite version of shorewall
80 Group: System/Servers
81 Requires: %{name} = %{version}-%{release}
82 Requires(post): rpm-helper
83 Requires(preun): rpm-helper
84
85 %description lite
86 Shorewall Lite is a companion product to Shorewall that allows network
87 administrators to centralize the configuration of Shorewall-based firewalls.
88
89 %package doc
90 Summary: Firewall scripts
91 Group: System/Servers
92
93 %description doc
94 The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter
95 (iptables) based firewall that can be used on a dedicated firewall system,
96 a multi-function gateway/ router/server or on a standalone GNU/Linux system.
97
98 This package contains the docs.
99
100 %prep
101 %setup -q -c -n %{name}-%{version}
102 %setup -q -T -D -a 1
103 %setup -q -T -D -a 2
104 %setup -q -T -D -a 3
105 %setup -q -T -D -a 4
106 %setup -q -T -D -a 6
107
108 pushd %{name}-%{version_main}
109 %patch4 -p1 -b .allow-netmask-0
110 popd
111
112 %build
113 # (tpg) we do nothing here
114
115 %install
116 mkdir -p %{buildroot}%{_unitdir}
117
118 export PREFIX=%{buildroot}
119 export OWNER=`id -n -u`
120 export GROUP=`id -n -g`
121
122 export CONFDIR=%{_sysconfdir}/%{name}
123
124 pushd %{name}-core-%{version_main}
125 ./configure.pl SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir}
126 DESTDIR=%{buildroot} ./install.sh shorewallrc.redhat
127 popd
128
129 pushd %{name}-%{version_main}
130 # (blino) enable startup (new setting as of 2.1.3)
131 perl -pi -e 's/STARTUP_ENABLED=.*/STARTUP_ENABLED=Yes/' configfiles/%{name}.conf
132
133 # Keep synced with net.ipv4.ip_forward var in /etc/sysctl.conf
134 perl -pi -e 's/IP_FORWARDING=.*/IP_FORWARDING=Keep/' configfiles/%{name}.conf
135
136 # blank Internal option
137 perl -pi -e 's/TC_ENABLED=Internal/TC_ENABLED=/' configfiles/%{name}.conf
138
139 # (tpg) do the optimizations
140 perl -pi -e 's/OPTIMIZE=.*/OPTIMIZE=1/' configfiles/%{name}.conf
141
142 # (tpg) set config path
143 perl -pi -e 's#CONFIG_PATH=.*#CONFIG_PATH=configfiles/%{/g_sysconfdir}/%{name}#' configpath
144
145 # (lmenut) mga kernel modules are compressed by default (mga #1147)
146 perl -pi -e 's#MODULE_SUFFIX=.*#MODULE_SUFFIX="ko ko.xz ko.gz"#' configfiles/%{name}.conf
147
148 # (alien) have accounting by default in the mangle table
149 perl -pi -e 's#ACCOUNTING_TABLE=.*#ACCOUNTING_TABLE=mangle#' configfiles/%{name}.conf
150
151 ./configure.pl SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir}
152
153 # let's do the install
154 DESTDIR=%{buildroot} ./install.sh shorewallrc.redhat
155 install -m 644 *.service %{buildroot}%{_unitdir}
156 popd
157
158 #(tpg) IPv6
159 pushd %{name6}-%{ipv6_ver}
160 # (blino) enable startup (new setting as of 2.1.3)
161 perl -pi -e 's/STARTUP_ENABLED=.*/STARTUP_ENABLED=Yes/' configfiles/%{name6}.conf
162 # Keep synced with net.ipv4.ip_forward var in /etc/sysctl.conf
163 perl -pi -e 's/IP_FORWARDING=.*/IP_FORWARDING=Keep/' configfiles/%{name6}.conf
164 # (lmenut) mga kernel modules are compressed by default (mga #1147)
165 perl -pi -e 's#MODULE_SUFFIX=.*#MODULE_SUFFIX="ko ko.xz ko.gz"#' configfiles/%{name6}.conf
166 ./configure.pl SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir}
167 DESTDIR=%{buildroot} ./install.sh
168 install -m 644 *.service %{buildroot}%{_unitdir}
169 popd
170
171 pushd %{name6}-lite-%{ipv6_lite_ver}
172 ./configure.pl SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir}
173 DESTDIR=%{buildroot} ./install.sh
174 install -m 644 *.service %{buildroot}%{_unitdir}
175 popd
176
177 pushd %{name}-lite-%{version_lite}
178 ./configure.pl SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir}
179 DESTDIR=%{buildroot} ./install.sh
180 install -m 644 *.service %{buildroot}%{_unitdir}
181 popd
182
183 # Suppress automatic replacement of "echo" by "gprintf" in the shorewall
184 # startup script by RPM. This automatic replacement is broken.
185 export DONT_GPRINTIFY=1
186
187 #(tpg) looks like these files are needed
188 touch %{buildroot}/%{_var}/lib/shorewall/{chains,nat,proxyarp,restarted,zones,restore-base,restore-tail,state,.modules,.modulesdir,.iptables-restore-input,.start,.restart,.restore}
189 touch %{buildroot}/%{_var}/lib/shorewall-lite/firewall
190
191 #(tpg) ipv6
192 touch %{buildroot}/%{_var}/lib/%{name6}/{chains,restarted,zones,restore-base,restore-tail,state,.modules,.modulesdir,.iptables-restore-input,.start,.restart,.restore}
193 touch %{buildroot}/%{_var}/lib/%{name6}-lite/firewall
194
195 #(tpg) remove hash-bang
196 find %{buildroot} -name "lib.*" -exec sed -i -e '/\#\!\/bin\/sh/d' {} \;
197
198 # (tpg) let's use dash everywhere!
199 find %{buildroot} -type f -exec sed -i -e 's@/bin/sh@/bin/dash@' {} \;
200
201 #remove unused files because of %exclude misbehaviour
202 rm -f %{buildroot}%{_datadir}/%{name6}/configfiles/*
203 rm -f %{buildroot}%{_datadir}/shorewall/configfiles/*
204
205 # Remove sysv init files
206 rm -rf %{buildroot}%{_initrddir}
207
208 %post
209 if [ "$1" -ge 1 ] ; then
210 perl -pi -e 's#MODULE_SUFFIX=ko$#MODULE_SUFFIX="ko ko.xz ko.gz"#' %{_sysconfdir}/%{name}/%{name}.conf
211 perl -pi -e 's#MODULE_SUFFIX=\"ko ko.gz\"$#MODULE_SUFFIX="ko ko.xz ko.gz"#' %{_sysconfdir}/%{name}/%{name}.conf
212 fi
213 %_post_service shorewall
214
215 %create_ghostfile %{_var}/lib/%{name}/chains root root 644
216 %create_ghostfile %{_var}/lib/%{name}/nat root root 644
217 %create_ghostfile %{_var}/lib/%{name}/proxyarp root root 644
218 %create_ghostfile %{_var}/lib/%{name}/restarted root root 644
219 %create_ghostfile %{_var}/lib/%{name}/zones root root 644
220 %create_ghostfile %{_var}/lib/%{name}/restore-base root root 644
221 %create_ghostfile %{_var}/lib/%{name}/restore-tail root root 644
222 %create_ghostfile %{_var}/lib/%{name}/state root root 644
223 %create_ghostfile %{_var}/lib/%{name}/.modules root root 644
224 %create_ghostfile %{_var}/lib/%{name}/.modulesdir root root 644
225 %create_ghostfile %{_var}/lib/%{name}/.iptables-restore-input root root 644
226 %create_ghostfile %{_var}/lib/%{name}/.restart root root 700
227 %create_ghostfile %{_var}/lib/%{name}/.restore root root 700
228 %create_ghostfile %{_var}/lib/%{name}/.start root root 700
229
230 %preun
231 %_preun_service %{name}
232 if [ $1 = 0 ] ; then
233 rm -f %{_sysconfdir}/%{name}/startup_disabled
234 rm -f %{_var}/lib/%{name}/*
235 fi
236
237 %post lite
238 %_post_service %{name}-lite
239 %create_ghostfile %{_var}/lib/%{name}-lite/firewall root root 644
240
241 %preun lite
242 %_preun_service %{name}-lite
243
244 %post ipv6
245 if [ $1 > 1 ] ; then
246 perl -pi -e 's#MODULE_SUFFIX=ko$#MODULE_SUFFIX="ko ko.xz ko.gz"#' %{_sysconfdir}/%{name6}/%{name6}.conf
247 perl -pi -e 's#MODULE_SUFFIX=\"ko ko.gz\"$#MODULE_SUFFIX="ko ko.xz ko.gz"#' %{_sysconfdir}/%{name6}/%{name6}.conf
248 fi
249 %_post_service %{name6}
250
251 %create_ghostfile %{_var}/lib/%{name6}/chains root root 644
252 %create_ghostfile %{_var}/lib/%{name6}/restarted root root 644
253 %create_ghostfile %{_var}/lib/%{name6}/zones root root 644
254 %create_ghostfile %{_var}/lib/%{name6}/restore-base root root 644
255 %create_ghostfile %{_var}/lib/%{name6}/restore-tail root root 644
256 %create_ghostfile %{_var}/lib/%{name6}/state root root 644
257 %create_ghostfile %{_var}/lib/%{name6}/.modules root root 644
258 %create_ghostfile %{_var}/lib/%{name6}/.modulesdir root root 644
259 %create_ghostfile %{_var}/lib/%{name6}/.iptables-restore-input root root 644
260 %create_ghostfile %{_var}/lib/%{name6}/.restart root root 700
261 %create_ghostfile %{_var}/lib/%{name6}/.restore root root 700
262 %create_ghostfile %{_var}/lib/%{name6}/.start root root 700
263
264 %preun ipv6
265 %_preun_service %{name6}
266 if [ $1 = 0 ] ; then
267 rm -f %{_sysconfdir}/%{name6}/startup_disabled
268 rm -f %{_var}/lib/%{name6}/*
269 fi
270
271 %post ipv6-lite
272 %_post_service %{name6}-lite
273 %create_ghostfile %{_var}/lib/%{name6}-lite/firewall root root 644
274
275 %preun ipv6-lite
276 %_preun_service %{name6}-lite
277
278 %files
279 %doc %{name}-%{version_main}/{changelog.txt,releasenotes.txt,Samples}
280 %dir %{_datadir}/%{name}
281 %dir %attr(755,root,root) %{_var}/lib/%{name}
282 %ghost %{_var}/lib/%{name}/*
283 %ghost %{_var}/lib/%{name}/.??*
284 %config %{_sysconfdir}/logrotate.d/%{name}
285 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/%{name}
286 #%attr(755,root,root) %{_sbindir}/%{name}
287 %attr(755,root,root) /sbin/%{name}
288 %{_datadir}/%{name}/action*
289 %{_datadir}/%{name}/configpath
290 %{_datadir}/%{name}/functions
291 #%{_datadir}/%{name}/getparams
292 %{_datadir}/%{name}/helpers
293 %{_datadir}/%{name}/lib.*
294 %{_datadir}/%{name}/macro.*
295 %{_datadir}/%{name}/modules*
296 %{_datadir}/%{name}/version
297 #%{_datadir}/%{name}/wait4ifup
298 %{_mandir}/man5/%{name}-accounting.5.*
299 %{_mandir}/man5/%{name}-actions.5.*
300 %{_mandir}/man5/%{name}-blacklist.5.*
301 %{_mandir}/man5/%{name}-ecn.5.*
302 %{_mandir}/man5/%{name}-exclusion.5.*
303 %{_mandir}/man5/%{name}-hosts.5.*
304 %{_mandir}/man5/%{name}-interfaces.5.*
305 %{_mandir}/man5/%{name}-ipsets.5.*
306 %{_mandir}/man5/%{name}-maclist.5.*
307 %{_mandir}/man5/%{name}-masq.5.*
308 %{_mandir}/man5/%{name}-modules.5.*
309 %{_mandir}/man5/%{name}-nat.5.*
310 %{_mandir}/man5/%{name}-nesting.5.*
311 #%{_mandir}/man5/%{name}-notrack.5.*
312 %{_mandir}/man5/%{name}-netmap.5.*
313 %{_mandir}/man5/%{name}-params.5.*
314 %{_mandir}/man5/%{name}-policy.5.*
315 %{_mandir}/man5/%{name}-providers.5.*
316 %{_mandir}/man5/%{name}-proxyarp.5.*
317 #%{_mandir}/man5/%{name}-route_rules.5.*
318 %{_mandir}/man5/%{name}-routes.5.*
319 %{_mandir}/man5/%{name}-routestopped.5.*
320 %{_mandir}/man5/%{name}-rules.5.*
321 %{_mandir}/man5/%{name}-secmarks.5.*
322 %{_mandir}/man5/%{name}-tcclasses.5.*
323 %{_mandir}/man5/%{name}-tcinterfaces.5.*
324 %{_mandir}/man5/%{name}-tcpri.5.*
325 %{_mandir}/man5/%{name}-tcdevices.5.*
326 %{_mandir}/man5/%{name}-tcfilters.5.*
327 %{_mandir}/man5/%{name}-tcrules.5.*
328 %{_mandir}/man5/%{name}-tos.5.*
329 %{_mandir}/man5/%{name}-tunnels.5.*
330 %{_mandir}/man5/%{name}-vardir.5.*
331 %{_mandir}/man5/%{name}-zones.5.*
332 %{_mandir}/man5/%{name}.conf.5.*
333 %{_mandir}/man8/%{name}.8.*
334 %{_mandir}/man8/%{name}-init.8.*
335 %{_mandir}/man5/%{name}-blrules.5.*
336 %{_mandir}/man5/%{name}-conntrack.5.*
337 %{_mandir}/man5/%{name}-rtrules.5.*
338 %{_mandir}/man5/%{name}-stoppedrules.5.*
339 #%dir %{_datadir}/shorewall/Shorewall
340 %{_datadir}/perl5/vendor_perl/Shorewall/*.pm
341 #%{_datadir}/shorewall/compiler.pl
342 %{_datadir}/shorewall/prog.footer
343 #%{_datadir}/shorewall/prog.header
344 %{_datadir}/shorewall/coreversion
345
346 %files ipv6
347 %doc %{name6}-%{ipv6_ver}/{changelog.txt,releasenotes.txt,tunnel,ipsecvpn,Samples6}
348 %dir %{_sysconfdir}/%{name6}
349 %dir %{_datadir}/%{name6}
350 %dir %attr(755,root,root) %{_var}/lib/%{name6}
351 %ghost %{_var}/lib/%{name6}/*
352 %ghost %{_var}/lib/%{name6}/.??*
353 %config(noreplace) %{_sysconfdir}/%{name6}/*
354 %config %{_sysconfdir}/logrotate.d/%{name6}
355 %attr(755,root,root) %{_sbindir}/%{name6}
356 %{_datadir}/%{name6}/action*
357 #%{_datadir}/%{name}/prog.footer6
358 #%{_datadir}/%{name}/prog.header6
359 %{_datadir}/%{name6}/configpath
360 %{_datadir}/%{name6}/functions
361 %{_datadir}/%{name6}/helpers
362 %{_datadir}/%{name6}/lib.*
363 %{_datadir}/%{name6}/macro.*
364 %{_datadir}/%{name6}/modules*
365 %{_datadir}/%{name6}/version
366 #%{_datadir}/%{name6}/wait4ifup
367 %{_mandir}/man5/%{name6}-accounting.5.*
368 %{_mandir}/man5/%{name6}-actions.5.*
369 %{_mandir}/man5/%{name6}-blacklist.5.*
370 %{_mandir}/man5/%{name6}-exclusion.5.*
371 %{_mandir}/man5/%{name6}-hosts.5.*
372 %{_mandir}/man5/%{name6}-interfaces.5.*
373 %{_mandir}/man5/%{name6}-ipsets.5.*
374 %{_mandir}/man5/%{name6}-maclist.5.*
375 %{_mandir}/man5/%{name6}-modules.5.*
376 %{_mandir}/man5/%{name6}-nesting.5.*
377 #%{_mandir}/man5/%{name6}-notrack.5.*
378 %{_mandir}/man5/%{name6}-params.5.*
379 %{_mandir}/man5/%{name6}-policy.5.*
380 %{_mandir}/man5/%{name6}-providers.5.*
381 %{_mandir}/man5/%{name6}-proxyndp.5.*
382 #%{_mandir}/man5/%{name6}-route_rules.5.*
383 %{_mandir}/man5/%{name6}-routes.5.*
384 %{_mandir}/man5/%{name6}-routestopped.5.*
385 %{_mandir}/man5/%{name6}-rules.5.*
386 %{_mandir}/man5/%{name6}-secmarks.5.*
387 %{_mandir}/man5/%{name6}-tcclasses.5.*
388 %{_mandir}/man5/%{name6}-tcdevices.5.*
389 %{_mandir}/man5/%{name6}-tcfilters.5.*
390 %{_mandir}/man5/%{name6}-tcinterfaces.5.*
391 %{_mandir}/man5/%{name6}-tcpri.5.*
392 %{_mandir}/man5/%{name6}-tcrules.5.*
393 %{_mandir}/man5/%{name6}-tos.5.*
394 %{_mandir}/man5/%{name6}-tunnels.5.*
395 %{_mandir}/man5/%{name6}-vardir.5.*
396 %{_mandir}/man5/%{name6}-zones.5.*
397 %{_mandir}/man5/%{name6}.conf.5.*
398 %{_mandir}/man8/%{name6}.8.*
399 %{_mandir}/man5/%{name6}-blrules.5.*
400 %{_mandir}/man5/%{name6}-conntrack.5.*
401 %{_mandir}/man5/%{name6}-rtrules.5.*
402 %{_mandir}/man5/%{name6}-stoppedrules.5.*
403 %{_mandir}/man5/%{name6}-netmap.5.*
404
405
406 %files lite
407 %doc %{name}-lite-%{version_lite}/*.txt
408 %dir %{_datadir}/%{name}-lite
409 %dir %attr(755,root,root) %{_var}/lib/%{name}-lite
410 %ghost %{_var}/lib/%{name}-lite/*
411 %config(noreplace) %{_sysconfdir}/%{name}-lite/*
412 %config %{_sysconfdir}/logrotate.d/%{name}-lite
413 %attr(755,root,root) %{_sbindir}/%{name}-lite
414 %{_datadir}/%{name}-lite/configpath
415 %{_datadir}/%{name}-lite/functions
416 %{_datadir}/%{name}-lite/helpers
417 %{_datadir}/%{name}-lite/lib.*
418 %{_datadir}/%{name}-lite/modules*
419 #%{_datadir}/%{name}-lite/shorecap
420 %{_datadir}/%{name}-lite/version
421 #%{_datadir}/%{name}-lite/wait4ifup
422 %{_mandir}/man5/%{name}-lite*
423 %{_mandir}/man8/%{name}-lite*
424
425 %files ipv6-lite
426 %doc %{name6}-lite-%{ipv6_lite_ver}/*.txt
427 %dir %{_datadir}/%{name6}-lite
428 %dir %attr(755,root,root) %{_var}/lib/%{name6}-lite
429 %ghost %{_var}/lib/%{name6}-lite/*
430 %config(noreplace) %{_sysconfdir}/%{name6}-lite/*
431 %config %{_sysconfdir}/logrotate.d/%{name6}-lite
432 %attr(755,root,root) %{_sbindir}/%{name6}-lite
433 %{_datadir}/%{name6}-lite/configpath
434 %{_datadir}/%{name6}-lite/functions
435 %{_datadir}/%{name6}-lite/helpers
436 %{_datadir}/%{name6}-lite/lib.*
437 %{_datadir}/%{name6}-lite/modules*
438 #%{_datadir}/%{name6}-lite/shorecap
439 %{_datadir}/%{name6}-lite/version
440 #%{_datadir}/%{name6}-lite/wait4ifup
441 %{_mandir}/man5/%{name6}-lite*
442 %{_mandir}/man8/%{name6}-lite*
443
444 %files doc
445 %doc %{name}-docs-html-%{version}/*

  ViewVC Help
Powered by ViewVC 1.1.30