provide and obsolete ebtables [release 1.8.2-2mamba;Wed Nov 14 2018]
This commit is contained in:
parent
8d8fa5ef67
commit
fa67677030
@ -1,6 +1,6 @@
|
|||||||
Name: iptables
|
Name: iptables
|
||||||
Version: 1.8.0
|
Version: 1.8.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -21,6 +21,8 @@ BuildRequires: libnftnl-devel
|
|||||||
BuildRequires: libnftnl-devel >= 1.0.9
|
BuildRequires: libnftnl-devel >= 1.0.9
|
||||||
Provides: iptables-nat
|
Provides: iptables-nat
|
||||||
Obsoletes: iptables-nat
|
Obsoletes: iptables-nat
|
||||||
|
Provides: ebtables
|
||||||
|
Obsoletes: ebtables
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,7 +65,8 @@ This package contains the header files needed for development with xtables.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --sbindir=/sbin --bindir=/sbin
|
%configure
|
||||||
|
#--sbindir=/sbin --bindir=/sbin
|
||||||
|
|
||||||
%ifarch arm
|
%ifarch arm
|
||||||
sed -i "/#define HAVE_LINUX_BPF_H/d" config.h
|
sed -i "/#define HAVE_LINUX_BPF_H/d" config.h
|
||||||
@ -116,16 +119,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
|
||||||
/sbin/arptables
|
%{_bindir}/iptables-xml
|
||||||
/sbin/ebtables
|
%{_sbindir}/arptables*
|
||||||
/sbin/xtables-legacy-multi
|
%{_sbindir}/ebtables*
|
||||||
/sbin/xtables-monitor
|
%{_sbindir}/xtables-legacy-multi
|
||||||
/sbin/xtables-nft-multi
|
%{_sbindir}/xtables-monitor
|
||||||
/sbin/iptables
|
%{_sbindir}/xtables-nft-multi
|
||||||
/sbin/iptables-*
|
%{_sbindir}/iptables
|
||||||
#/sbin/xtables-compat-multi
|
%{_sbindir}/iptables-*
|
||||||
#/sbin/xtables-multi
|
%{_sbindir}/nfnl_osf
|
||||||
/sbin/nfnl_osf
|
|
||||||
%dir %{_libdir}/xtables
|
%dir %{_libdir}/xtables
|
||||||
%{_libdir}/xtables/libarpt_*.so
|
%{_libdir}/xtables/libarpt_*.so
|
||||||
%{_libdir}/xtables/libebt_*.so
|
%{_libdir}/xtables/libebt_*.so
|
||||||
@ -149,7 +151,7 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
|
|
||||||
%files ipv6
|
%files ipv6
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/sbin/ip6tables*
|
%{_sbindir}/ip6tables*
|
||||||
%{_libdir}/libip6tc.so.*
|
%{_libdir}/libip6tc.so.*
|
||||||
%{_libdir}/xtables/libip6t_*.so
|
%{_libdir}/xtables/libip6t_*.so
|
||||||
%{_mandir}/man8/ip6tables.*
|
%{_mandir}/man8/ip6tables.*
|
||||||
@ -179,6 +181,15 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
#%{_sbindir}/iptables-nat.sh
|
#%{_sbindir}/iptables-nat.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 14 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.2-2mamba
|
||||||
|
- provide and obsolete ebtables
|
||||||
|
|
||||||
|
* Wed Nov 14 2018 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Nov 11 2018 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.0-1mamba
|
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.0-1mamba
|
||||||
- update to 1.8.0
|
- update to 1.8.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user