update to 1.8.0 [release 1.8.0-1mamba;Sun Jul 29 2018]
This commit is contained in:
parent
dd8cbefe85
commit
8d8fa5ef67
@ -1,5 +1,5 @@
|
||||
Name: iptables
|
||||
Version: 1.6.2
|
||||
Version: 1.8.0
|
||||
Release: 1mamba
|
||||
Summary: kernel libraries, user tools/libraries for netfilter/iptables firewalling
|
||||
Group: Network/Security
|
||||
@ -67,6 +67,7 @@ This package contains the header files needed for development with xtables.
|
||||
|
||||
%ifarch arm
|
||||
sed -i "/#define HAVE_LINUX_BPF_H/d" config.h
|
||||
%endif
|
||||
|
||||
%make -j1 \
|
||||
%if "%{_host}" != "%{_build}"
|
||||
@ -115,13 +116,15 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/ethertypes
|
||||
#%{_initrddir}/iptables
|
||||
/sbin/arptables-compat
|
||||
/sbin/ebtables-compat
|
||||
/sbin/arptables
|
||||
/sbin/ebtables
|
||||
/sbin/xtables-legacy-multi
|
||||
/sbin/xtables-monitor
|
||||
/sbin/xtables-nft-multi
|
||||
/sbin/iptables
|
||||
/sbin/iptables-*
|
||||
/sbin/xtables-compat-multi
|
||||
/sbin/xtables-multi
|
||||
#/sbin/xtables-compat-multi
|
||||
#/sbin/xtables-multi
|
||||
/sbin/nfnl_osf
|
||||
%dir %{_libdir}/xtables
|
||||
%{_libdir}/xtables/libarpt_*.so
|
||||
@ -139,6 +142,10 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_mandir}/man8/iptables.*
|
||||
%{_mandir}/man8/iptables-extensions.*
|
||||
%{_mandir}/man8/nfnl_osf.8*
|
||||
%{_mandir}/man8/xtables-legacy.8*
|
||||
%{_mandir}/man8/xtables-monitor.8*
|
||||
%{_mandir}/man8/xtables-nft.8*
|
||||
%{_mandir}/man8/xtables-translate.8*
|
||||
|
||||
%files ipv6
|
||||
%defattr(-,root,root)
|
||||
@ -172,6 +179,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
#%{_sbindir}/iptables-nat.sh
|
||||
|
||||
%changelog
|
||||
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.0-1mamba
|
||||
- update to 1.8.0
|
||||
|
||||
* Wed Feb 07 2018 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user