- /etc/ethertypes has been moved into the setup package. (RHBZ#1329256)
This commit is contained in:
parent
28989740b2
commit
faa3761f94
@ -7,7 +7,7 @@
|
|||||||
Name: iptables
|
Name: iptables
|
||||||
Summary: Tools for managing Linux kernel packet filtering capabilities
|
Summary: Tools for managing Linux kernel packet filtering capabilities
|
||||||
Version: 1.6.0
|
Version: 1.6.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
||||||
Source1: iptables.init
|
Source1: iptables.init
|
||||||
Source2: iptables-config
|
Source2: iptables-config
|
||||||
@ -36,6 +36,7 @@ BuildRequires: pkgconfig(libnftnl) >= 1.0.5
|
|||||||
# libpcap-devel for nfbpf_compile
|
# libpcap-devel for nfbpf_compile
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
Conflicts: setup < 2.10.4-1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The iptables utility controls the network packet filtering code in the
|
The iptables utility controls the network packet filtering code in the
|
||||||
@ -178,6 +179,9 @@ install -c -m 755 ip6tabes.panic-legacy %{buildroot}/%{legacy_actions}/ip6tables
|
|||||||
install -m 755 iptables/iptables-apply %{buildroot}%{_sbindir}/
|
install -m 755 iptables/iptables-apply %{buildroot}%{_sbindir}/
|
||||||
install -m 644 iptables/iptables-apply.8 %{buildroot}%{_mandir}/man8/
|
install -m 644 iptables/iptables-apply.8 %{buildroot}%{_mandir}/man8/
|
||||||
|
|
||||||
|
# Remove /etc/ethertypes (now part of setup)
|
||||||
|
rm -f %{buildroot}%{_sysconfdir}/ethertypes
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%pre
|
%pre
|
||||||
for p in %{_sysconfdir}/alternatives/{iptables,ip6tables}.*; do
|
for p in %{_sysconfdir}/alternatives/{iptables,ip6tables}.*; do
|
||||||
@ -209,7 +213,6 @@ done
|
|||||||
%doc INCOMPATIBILITIES
|
%doc INCOMPATIBILITIES
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/iptables-config
|
%config(noreplace) %{_sysconfdir}/sysconfig/iptables-config
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/ip6tables-config
|
%config(noreplace) %{_sysconfdir}/sysconfig/ip6tables-config
|
||||||
%{_sysconfdir}/ethertypes
|
|
||||||
%{_sbindir}/iptables
|
%{_sbindir}/iptables
|
||||||
%{_sbindir}/iptables-apply
|
%{_sbindir}/iptables-apply
|
||||||
%{_sbindir}/iptables-restore
|
%{_sbindir}/iptables-restore
|
||||||
@ -277,6 +280,9 @@ done
|
|||||||
%{_sbindir}/xtables-compat-multi
|
%{_sbindir}/xtables-compat-multi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 22 2016 Thomas Woerner <twoerner@redhat.com> - 1.6.0-2
|
||||||
|
- /etc/ethertypes has been moved into the setup package. (RHBZ#1329256)
|
||||||
|
|
||||||
* Wed Apr 13 2016 Thomas Woerner <twoerner@redhat.com> - 1.6.0-1
|
* Wed Apr 13 2016 Thomas Woerner <twoerner@redhat.com> - 1.6.0-1
|
||||||
- New upstream version 1.6.0 with nft-compat support and lots of fixes (RHBZ#1292990)
|
- New upstream version 1.6.0 with nft-compat support and lots of fixes (RHBZ#1292990)
|
||||||
Upstream changelog:
|
Upstream changelog:
|
||||||
|
Loading…
Reference in New Issue
Block a user