automatic version update by autodist [release 1.6.2-1mamba;Wed Feb 07 2018]
This commit is contained in:
parent
07703523d0
commit
dd8cbefe85
@ -1,5 +1,5 @@
|
||||
Name: iptables
|
||||
Version: 1.6.0
|
||||
Version: 1.6.2
|
||||
Release: 1mamba
|
||||
Summary: kernel libraries, user tools/libraries for netfilter/iptables firewalling
|
||||
Group: Network/Security
|
||||
@ -18,6 +18,7 @@ BuildRequires: libnetfilter_conntrack-devel
|
||||
BuildRequires: libnfnetlink-devel
|
||||
BuildRequires: libnftnl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libnftnl-devel >= 1.0.9
|
||||
Provides: iptables-nat
|
||||
Obsoletes: iptables-nat
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -64,6 +65,9 @@ This package contains the header files needed for development with xtables.
|
||||
%build
|
||||
%configure --sbindir=/sbin --bindir=/sbin
|
||||
|
||||
%ifarch arm
|
||||
sed -i "/#define HAVE_LINUX_BPF_H/d" config.h
|
||||
|
||||
%make -j1 \
|
||||
%if "%{_host}" != "%{_build}"
|
||||
CFLAGS="-ldl"
|
||||
@ -114,18 +118,16 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
#%{_initrddir}/iptables
|
||||
/sbin/arptables-compat
|
||||
/sbin/ebtables-compat
|
||||
/sbin/iptables-compat
|
||||
/sbin/iptables-compat-restore
|
||||
/sbin/iptables-compat-save
|
||||
/sbin/xtables-compat-multi
|
||||
/sbin/iptables
|
||||
/sbin/iptables-xml
|
||||
/sbin/iptables-restore
|
||||
/sbin/iptables-save
|
||||
/sbin/iptables-*
|
||||
/sbin/xtables-compat-multi
|
||||
/sbin/xtables-multi
|
||||
/sbin/nfnl_osf
|
||||
%dir %{_libdir}/xtables
|
||||
%{_libdir}/xtables/lib*.so
|
||||
%{_libdir}/xtables/libarpt_*.so
|
||||
%{_libdir}/xtables/libebt_*.so
|
||||
%{_libdir}/xtables/libxt_*.so
|
||||
%{_libdir}/xtables/libipt_*.so
|
||||
%{_libdir}/libxtables.so.*
|
||||
%{_libdir}/libiptc.so.*
|
||||
%{_libdir}/libip4tc.so.*
|
||||
@ -136,15 +138,11 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_mandir}/man8/iptables-save.*
|
||||
%{_mandir}/man8/iptables.*
|
||||
%{_mandir}/man8/iptables-extensions.*
|
||||
%{_mandir}/man8/nfnl_osf.8*
|
||||
|
||||
%files ipv6
|
||||
%defattr(-,root,root)
|
||||
/sbin/ip6tables
|
||||
/sbin/ip6tables-restore
|
||||
/sbin/ip6tables-save
|
||||
/sbin/ip6tables-compat
|
||||
/sbin/ip6tables-compat-restore
|
||||
/sbin/ip6tables-compat-save
|
||||
/sbin/ip6tables*
|
||||
%{_libdir}/libip6tc.so.*
|
||||
%{_libdir}/xtables/libip6t_*.so
|
||||
%{_mandir}/man8/ip6tables.*
|
||||
@ -174,6 +172,12 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
#%{_sbindir}/iptables-nat.sh
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 21 2017 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 01 2016 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user