- added temporary provides for libxtables.so.6 to be able to rebuild iproute,

which is part of the standard build environment
This commit is contained in:
Thomas Woerner 2011-07-26 09:59:58 +02:00
parent 60fba6574f
commit a74a2b4ef7

View File

@ -15,7 +15,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.4.12 Version: 1.4.12
Release: 1%{?dist} Release: 1.1%{?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
@ -42,6 +42,13 @@ Requires(preun): chkconfig
Provides: %{name}-ipv6 = %{version}-%{release} Provides: %{name}-ipv6 = %{version}-%{release}
Obsoletes: %{name}-ipv6 < %{version}-%{release} Obsoletes: %{name}-ipv6 < %{version}-%{release}
%ifarch x86_64
Provides: libxtables.so.6()(64bit)
%else
Provides: libxtables.so.6
%endif
%description %description
The iptables utility controls the network packet filtering code in the The iptables utility controls the network packet filtering code in the
Linux kernel. If you need to set up firewalls and/or IP masquerading, Linux kernel. If you need to set up firewalls and/or IP masquerading,
@ -231,6 +238,10 @@ fi
%{_libdir}/pkgconfig/xtables.pc %{_libdir}/pkgconfig/xtables.pc
%changelog %changelog
* Tue Jul 26 2011 Thomas Woerner <twoerner@redhat.com> 1.4.12-1.1
- added temporary provides for libxtables.so.6 to be able to rebuild iproute,
which is part of the standard build environment
* Mon Jul 25 2011 Thomas Woerner <twoerner@redhat.com> 1.4.12-1 * Mon Jul 25 2011 Thomas Woerner <twoerner@redhat.com> 1.4.12-1
- new version 1.4.12 with support of all new features of kernel 3.0 - new version 1.4.12 with support of all new features of kernel 3.0
- build: attempt to fix building under Linux 2.4 - build: attempt to fix building under Linux 2.4