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