fix the compat provides for all 64-bit arches
This commit is contained in:
parent
2fe636d5d4
commit
fa59546b65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user