fix the compat provides for all 64-bit arches

This commit is contained in:
Dan Hor?k 2012-10-14 17:22:13 +02:00
parent 2fe636d5d4
commit fa59546b65

View File

@ -25,7 +25,7 @@
Name: iptables
Summary: Tools for managing Linux kernel packet filtering capabilities
Version: 1.4.16.2
Release: 2%{?dist}
Release: 3%{?dist}
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
Source1: iptables.init
Source2: iptables-config
@ -47,7 +47,7 @@ BuildRequires: systemd-units
Provides: %{name}-ipv6 = %{version}-%{release}
Obsoletes: %{name}-ipv6 < %{version}-%{release}
%ifarch x86_64
%if %{_lib} == lib64
Provides: libxtables.so.7()(64bit)
%else
Provides: libxtables.so.7
@ -292,6 +292,9 @@ fi
%changelog
* Sun Oct 14 2012 Dan Horák <dan[at]dany.cz> 1.4.16.2-3
- fix the compat provides for all 64-bit arches
* Fri Oct 12 2012 Thomas Woerner <twoerner@redhat.com> 1.4.16.2-2
- new sub package services providing the systemd services (RHBZ#862922)
- new sub package utils: provides nfnl_osf and the pf.os database