forked from jengelh/iptables
u-a links
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=114
This commit is contained in:
parent
6f2c0af6e1
commit
cca32dede0
@ -162,6 +162,12 @@ install -m0755 iptables/iptables-apply "$b/%_sbindir/"
|
||||
install -m0644 iptables/iptables-apply.8 "$b/%_mandir/man8/"
|
||||
rm -f "$b/%_libdir"/*.la
|
||||
rm -f "$b/%_sysconfdir/ethertypes" # -> netcfg
|
||||
|
||||
for i in iptables iptables-restore iptables-save ip6tables ip6tables-restore \
|
||||
ip6tables-save arptables arptables-restore arptables-save ebtables \
|
||||
ebtables-restore ebtables-save; do
|
||||
ln -fsv "/etc/alternatives/$i" "$b/%_sbindir/%i"
|
||||
done
|
||||
%if 0%{?suse_version}
|
||||
%fdupes %buildroot/%_prefix
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user