- New upstream version 1.6.1 with enhanced translation to nft support and
several fixes (RHBZ#1417323) http://netfilter.org/projects/iptables/files/changes-iptables-1.6.1.txt - Enable parallel build again
This commit is contained in:
parent
b1d8cbb34a
commit
ab4bf24e8c
@ -6,8 +6,8 @@
|
||||
|
||||
Name: iptables
|
||||
Summary: Tools for managing Linux kernel packet filtering capabilities
|
||||
Version: 1.6.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.6.1
|
||||
Release: 1%{?dist}
|
||||
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
||||
Source1: iptables.init
|
||||
Source2: iptables-config
|
||||
@ -121,10 +121,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
rm -f include/linux/types.h
|
||||
|
||||
# Parallel builds may fail due to xtables-config-parser.h not being generated
|
||||
# in time. See http://patchwork.alpinelinux.org/patch/1787/
|
||||
# This should be fixed in 1.6.1
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
@ -224,10 +221,14 @@ done
|
||||
%{_sbindir}/iptables
|
||||
%{_sbindir}/iptables-apply
|
||||
%{_sbindir}/iptables-restore
|
||||
%{_sbindir}/iptables-restore-translate
|
||||
%{_sbindir}/iptables-save
|
||||
%{_sbindir}/iptables-translate
|
||||
%{_sbindir}/ip6tables
|
||||
%{_sbindir}/ip6tables-restore
|
||||
%{_sbindir}/ip6tables-restore-translate
|
||||
%{_sbindir}/ip6tables-save
|
||||
%{_sbindir}/ip6tables-translate
|
||||
%{_sbindir}/xtables-multi
|
||||
%{_sbindir}/nfbpf_compile
|
||||
%{_bindir}/iptables-xml
|
||||
@ -288,6 +289,12 @@ done
|
||||
%{_sbindir}/xtables-compat-multi
|
||||
|
||||
%changelog
|
||||
* Thu Feb 02 2017 Thomas Woerner <twoerner@redhat.com> - 1.6.1-1
|
||||
- New upstream version 1.6.1 with enhanced translation to nft support and
|
||||
several fixes (RHBZ#1417323)
|
||||
http://netfilter.org/projects/iptables/files/changes-iptables-1.6.1.txt
|
||||
- Enable parallel build again
|
||||
|
||||
* Thu Feb 02 2017 Petr Šabata <contyk@redhat.com> - 1.6.0-4
|
||||
- Disabling parallel build to avoid build issues with xtables
|
||||
- See http://patchwork.alpinelinux.org/patch/1787/ for reference
|
||||
|
Loading…
Reference in New Issue
Block a user