2007-01-04 01:56:28 +01:00
|
|
|
#
|
2011-05-31 13:02:21 +02:00
|
|
|
# spec file for package iptables
|
2007-01-04 01:56:28 +01:00
|
|
|
#
|
2020-06-03 21:36:04 +02:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2007-01-04 01:56:28 +01:00
|
|
|
#
|
2008-09-13 02:35:11 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-04-04 15:22:31 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-04 01:56:28 +01:00
|
|
|
#
|
|
|
|
|
2011-12-31 23:59:05 +01:00
|
|
|
|
2007-01-04 01:56:28 +01:00
|
|
|
Name: iptables
|
2020-11-01 14:31:56 +01:00
|
|
|
Version: 1.8.6
|
2012-03-27 15:48:47 +02:00
|
|
|
Release: 0
|
2018-02-03 15:28:48 +01:00
|
|
|
Summary: IP packet filter administration utilities
|
2018-05-25 10:46:04 +02:00
|
|
|
License: GPL-2.0-only AND Artistic-2.0
|
2011-12-28 11:12:23 +01:00
|
|
|
Group: Productivity/Networking/Security
|
2019-04-04 15:22:31 +02:00
|
|
|
URL: https://netfilter.org/projects/iptables/
|
2018-02-03 15:28:48 +01:00
|
|
|
#Git-Clone: git://git.netfilter.org/iptables
|
2019-04-04 15:22:31 +02:00
|
|
|
Source: https://netfilter.org/projects/iptables/files/%name-%version.tar.bz2
|
|
|
|
Source2: https://netfilter.org/projects/iptables/files/%name-%version.tar.bz2.sig
|
2012-12-10 15:22:27 +01:00
|
|
|
Source3: %name.keyring
|
2020-06-03 21:36:04 +02:00
|
|
|
Patch1: iptables-batch.patch
|
|
|
|
Patch2: iptables-batch-lock.patch
|
|
|
|
Patch3: iptables-1.8.2-dont_read_garbage.patch
|
2012-12-10 15:22:27 +01:00
|
|
|
|
2015-11-23 13:07:42 +01:00
|
|
|
BuildRequires: bison
|
2018-07-20 16:30:45 +02:00
|
|
|
BuildRequires: fdupes
|
2015-11-23 13:07:42 +01:00
|
|
|
BuildRequires: flex >= 2.5.33
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: pkg-config >= 0.21
|
|
|
|
BuildRequires: xz
|
|
|
|
BuildRequires: pkgconfig(libmnl) >= 1.0
|
2013-10-01 02:26:03 +02:00
|
|
|
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.4
|
2012-03-27 15:48:47 +02:00
|
|
|
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0
|
2020-06-03 21:36:04 +02:00
|
|
|
BuildRequires: pkgconfig(libnftnl) >= 1.1.6
|
2018-07-20 16:30:45 +02:00
|
|
|
Requires: netcfg >= 11.6
|
2015-11-23 13:07:42 +01:00
|
|
|
Requires: xtables-plugins = %version-%release
|
2018-09-06 13:05:45 +02:00
|
|
|
Requires(post): update-alternatives
|
2018-09-06 13:06:12 +02:00
|
|
|
Requires(postun): update-alternatives
|
2019-09-30 19:58:09 +02:00
|
|
|
# During the update to iptables 1.8, ip6tables-restore-translate, ip6tables-translate,
|
|
|
|
# iptables-restore-translate and iptables-translate were moved from iptables-nft subpackage
|
|
|
|
# (now iptables-backend-nft) to the main package so we need to add a conflict here otherwise
|
|
|
|
# we hit file conflicts error during the update
|
|
|
|
Conflicts: iptables-nft = 1.6.2
|
2007-01-04 01:56:28 +01:00
|
|
|
|
|
|
|
%description
|
2015-11-23 13:07:42 +01:00
|
|
|
iptables is used to set up, maintain, and inspect the rule tables of
|
2018-07-20 16:30:45 +02:00
|
|
|
the various Netfilter packet filter engines inside the Linux kernel.
|
2013-03-06 00:25:19 +01:00
|
|
|
|
2018-08-27 13:34:40 +02:00
|
|
|
%package backend-nft
|
|
|
|
Summary: Metapackage to make nft the default backend for iptables/arptables/ebtables
|
|
|
|
Group: Productivity/Networking/Security
|
2018-09-05 16:38:38 +02:00
|
|
|
Requires: iptables >= 1.8.0
|
2018-09-06 13:06:12 +02:00
|
|
|
Requires(post): update-alternatives
|
|
|
|
Requires(postun): update-alternatives
|
2019-09-09 16:06:12 +02:00
|
|
|
Provides: iptables-nft = %{version}-%{release}
|
|
|
|
Obsoletes: iptables-nft < %{version}-%{release}
|
2018-08-27 13:34:40 +02:00
|
|
|
|
|
|
|
%description backend-nft
|
|
|
|
Installation of this package adds higher priority alternatives (cf.
|
|
|
|
update-alternatives) that makes the iptables, ip6tables, arptables
|
|
|
|
and ebtables commands point to a program variant that uses the
|
|
|
|
nftables kernel interface.
|
|
|
|
|
2013-03-06 00:25:19 +01:00
|
|
|
%package -n xtables-plugins
|
2018-02-03 15:28:48 +01:00
|
|
|
Summary: Match and target extension plugins for iptables
|
2013-03-06 00:25:19 +01:00
|
|
|
Group: Productivity/Networking/Security
|
|
|
|
Conflicts: iptables < 1.4.18
|
|
|
|
|
|
|
|
%description -n xtables-plugins
|
|
|
|
Match and Target Extension plugins for iptables.
|
2007-01-04 01:56:28 +01:00
|
|
|
|
2015-11-23 13:07:42 +01:00
|
|
|
%package -n libipq0
|
2011-12-31 23:59:05 +01:00
|
|
|
Summary: Library to interface with the (old) ip_queue kernel mechanism
|
|
|
|
Group: System/Libraries
|
|
|
|
|
2015-11-23 13:07:42 +01:00
|
|
|
%description -n libipq0
|
2011-12-31 23:59:05 +01:00
|
|
|
The Netfilter project provides a mechanism (ip_queue) for passing
|
|
|
|
packets out of the stack for queueing to userspace, then receiving
|
|
|
|
these packets back into the kernel with a verdict specifying what to
|
|
|
|
do with the packets (such as ACCEPT or DROP). These packets may also
|
|
|
|
be modified in userspace prior to reinjection back into the kernel.
|
|
|
|
|
|
|
|
ip_queue/libipq is obsoleted by nf_queue/libnetfilter_queue!
|
|
|
|
|
|
|
|
%package -n libipq-devel
|
|
|
|
Summary: Development files for the ip_queue kernel mechanism
|
2007-01-04 01:56:28 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2015-11-23 13:07:42 +01:00
|
|
|
Requires: libipq0 = %version
|
2007-01-04 01:56:28 +01:00
|
|
|
|
2011-12-31 23:59:05 +01:00
|
|
|
%description -n libipq-devel
|
|
|
|
The Netfilter project provides a mechanism (ip_queue) for passing
|
|
|
|
packets out of the stack for queueing to userspace, then receiving
|
|
|
|
these packets back into the kernel with a verdict specifying what to
|
|
|
|
do with the packets (such as ACCEPT or DROP). These packets may also
|
|
|
|
be modified in userspace prior to reinjection back into the kernel.
|
2007-01-04 01:56:28 +01:00
|
|
|
|
2011-12-31 23:59:05 +01:00
|
|
|
ip_queue/libipq is obsoleted by nf_queue/libnetfilter_queue!
|
|
|
|
|
2019-05-28 11:54:16 +02:00
|
|
|
%package -n libip4tc2
|
|
|
|
Summary: Library for the ip_tables low-level ruleset generation and parsing (IPv4)
|
2011-09-05 16:32:05 +02:00
|
|
|
Group: System/Libraries
|
2011-09-02 12:34:59 +02:00
|
|
|
|
2019-05-28 11:54:16 +02:00
|
|
|
%description -n libip4tc2
|
2011-12-31 23:59:05 +01:00
|
|
|
libiptc ("iptables cache") is used to retrieve from the kernel, parse,
|
2018-08-27 13:34:40 +02:00
|
|
|
construct, and load rulesets into the kernel.
|
2019-05-28 11:54:16 +02:00
|
|
|
This package contains the iptc IPv4 API.
|
|
|
|
|
|
|
|
%package -n libip6tc2
|
|
|
|
Summary: Library for the ip_tables low-level ruleset generation and parsing (IPv6)
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libip6tc2
|
|
|
|
libiptc ("iptables cache") is used to retrieve from the kernel, parse,
|
|
|
|
construct, and load rulesets into the kernel.
|
|
|
|
This package contains the iptc IPv6 API.
|
2011-12-31 23:59:05 +01:00
|
|
|
|
|
|
|
%package -n libiptc-devel
|
|
|
|
Summary: Development files for libiptc, a packet filter ruleset library
|
|
|
|
Group: Development/Libraries/C and C++
|
2019-05-28 11:54:16 +02:00
|
|
|
Requires: libip4tc2 = %version
|
|
|
|
Requires: libip6tc2 = %version
|
2011-12-31 23:59:05 +01:00
|
|
|
|
|
|
|
%description -n libiptc-devel
|
|
|
|
libiptc ("iptables cache") is used to retrieve from the kernel, parse,
|
2018-08-27 13:34:40 +02:00
|
|
|
construct, and load rulesets into the kernel.
|
2011-12-31 23:59:05 +01:00
|
|
|
|
2017-01-28 10:17:04 +01:00
|
|
|
%package -n libxtables12
|
2018-08-27 13:34:40 +02:00
|
|
|
Summary: The iptables plugin interface
|
2011-12-31 23:59:05 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
|
2017-01-28 10:17:04 +01:00
|
|
|
%description -n libxtables12
|
2011-12-31 23:59:05 +01:00
|
|
|
This library contains all the iptables code shared between iptables,
|
|
|
|
ip6tables, their extensions, and for external integration for e.g.
|
2011-09-02 12:34:59 +02:00
|
|
|
iproute2's m_xt.
|
|
|
|
|
2011-12-31 23:59:05 +01:00
|
|
|
%package -n libxtables-devel
|
2018-02-03 15:28:48 +01:00
|
|
|
Summary: Headers and manpages for iptables
|
2011-12-31 23:59:05 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2017-01-28 10:17:04 +01:00
|
|
|
Requires: libxtables12 = %version
|
2011-12-31 23:59:05 +01:00
|
|
|
|
|
|
|
%description -n libxtables-devel
|
|
|
|
This library contains all the iptables code shared between iptables,
|
|
|
|
ip6tables, their extensions, and for external integration for e.g.
|
|
|
|
|
|
|
|
Link your extension (iptables plugins) with $(pkg-config xtables
|
|
|
|
--libs) and place the plugin in the directory given by $(pkg-config
|
|
|
|
xtables --variable=xtlibdir).
|
|
|
|
|
2007-01-04 01:56:28 +01:00
|
|
|
%prep
|
2019-04-04 15:22:31 +02:00
|
|
|
%autosetup -p1
|
2007-01-04 01:56:28 +01:00
|
|
|
|
|
|
|
%build
|
2012-11-15 15:17:09 +01:00
|
|
|
# We have the iptables-batch patch, so always regenerate.
|
2018-07-20 16:30:45 +02:00
|
|
|
./autogen.sh
|
2010-01-03 12:32:20 +01:00
|
|
|
# bnc#561793 - do not include unclean module in iptables manpage
|
2010-10-29 19:58:43 +02:00
|
|
|
rm -f extensions/libipt_unclean.man
|
2011-09-01 19:13:49 +02:00
|
|
|
# includedir is overriden on purpose to detect projects that
|
|
|
|
# fail to include libxtables_CFLAGS
|
2015-11-23 13:07:42 +01:00
|
|
|
%configure --includedir="%_includedir/%name" --enable-libipq
|
2018-10-23 16:40:27 +02:00
|
|
|
make %{?_smp_mflags} V=1
|
2007-01-04 01:56:28 +01:00
|
|
|
|
|
|
|
%install
|
2018-07-20 16:30:45 +02:00
|
|
|
%make_install
|
|
|
|
b="%buildroot"
|
2019-05-28 11:54:16 +02:00
|
|
|
# no contents and is unused; proposed for removal upstream
|
|
|
|
rm -f "$b/%_libdir/"libiptc.so*
|
2009-06-18 01:36:03 +02:00
|
|
|
# iptables-apply is not installed by upstream Makefile
|
2018-07-20 16:30:45 +02:00
|
|
|
install -m0755 iptables/iptables-apply "$b/%_sbindir/"
|
|
|
|
rm -f "$b/%_libdir"/*.la
|
|
|
|
rm -f "$b/%_sysconfdir/ethertypes" # -> netcfg
|
2018-09-07 14:57:54 +02:00
|
|
|
|
|
|
|
for i in iptables iptables-restore iptables-save ip6tables ip6tables-restore \
|
|
|
|
ip6tables-save arptables arptables-restore arptables-save ebtables \
|
|
|
|
ebtables-restore ebtables-save; do
|
2018-09-07 15:51:53 +02:00
|
|
|
ln -fsv "/etc/alternatives/$i" "$b/%_sbindir/$i"
|
2018-09-07 14:57:54 +02:00
|
|
|
done
|
2011-08-09 22:49:38 +02:00
|
|
|
%if 0%{?suse_version}
|
2013-03-06 00:25:19 +01:00
|
|
|
%fdupes %buildroot/%_prefix
|
2011-08-09 22:49:38 +02:00
|
|
|
%endif
|
2007-01-04 01:56:28 +01:00
|
|
|
|
2018-09-05 16:38:38 +02:00
|
|
|
%post
|
2018-08-27 13:34:40 +02:00
|
|
|
update-alternatives \
|
|
|
|
--install "%_sbindir/iptables" iptables "%_sbindir/xtables-legacy-multi" 1 \
|
|
|
|
--slave "%_sbindir/iptables-restore" iptables-restore "%_sbindir/xtables-legacy-multi" \
|
|
|
|
--slave "%_sbindir/iptables-save" iptables-save "%_sbindir/xtables-legacy-multi" \
|
|
|
|
--slave "%_sbindir/ip6tables" ip6tables "%_sbindir/xtables-legacy-multi" \
|
|
|
|
--slave "%_sbindir/ip6tables-restore" ip6tables-restore "%_sbindir/xtables-legacy-multi" \
|
|
|
|
--slave "%_sbindir/ip6tables-save" ip6tables-save "%_sbindir/xtables-legacy-multi"
|
|
|
|
|
2018-09-07 13:47:03 +02:00
|
|
|
%postun
|
2018-08-29 09:43:41 +02:00
|
|
|
if test "$1" = 0; then
|
|
|
|
update-alternatives --remove iptables "%_sbindir/xtables-legacy-multi"
|
|
|
|
fi
|
2018-08-27 13:34:40 +02:00
|
|
|
|
|
|
|
%post backend-nft
|
|
|
|
update-alternatives \
|
|
|
|
--install "%_sbindir/iptables" iptables "%_sbindir/xtables-nft-multi" 2 \
|
|
|
|
--slave "%_sbindir/iptables-restore" iptables-restore "%_sbindir/xtables-nft-multi" \
|
|
|
|
--slave "%_sbindir/iptables-save" iptables-save "%_sbindir/xtables-nft-multi" \
|
|
|
|
--slave "%_sbindir/ip6tables" ip6tables "%_sbindir/xtables-nft-multi" \
|
|
|
|
--slave "%_sbindir/ip6tables-restore" ip6tables-restore "%_sbindir/xtables-nft-multi" \
|
|
|
|
--slave "%_sbindir/ip6tables-save" ip6tables-save "%_sbindir/xtables-nft-multi"
|
2018-08-27 13:45:59 +02:00
|
|
|
update-alternatives --install "%_sbindir/arptables" arptables "%_sbindir/xtables-nft-multi" 2 \
|
|
|
|
--slave "%_sbindir/arptables-restore" arptables-restore "%_sbindir/xtables-nft-multi" \
|
2018-08-27 13:56:57 +02:00
|
|
|
--slave "%_sbindir/arptables-save" arptables-save "%_sbindir/xtables-nft-multi"
|
2018-08-27 13:45:59 +02:00
|
|
|
update-alternatives --install "%_sbindir/ebtables" ebtables "%_sbindir/xtables-nft-multi" 2 \
|
|
|
|
--slave "%_sbindir/ebtables-restore" ebtables-restore "%_sbindir/xtables-nft-multi" \
|
2018-08-27 13:56:57 +02:00
|
|
|
--slave "%_sbindir/ebtables-save" ebtables-save "%_sbindir/xtables-nft-multi"
|
2018-08-27 13:34:40 +02:00
|
|
|
|
2018-09-07 13:47:03 +02:00
|
|
|
%postun backend-nft
|
2018-08-29 09:43:41 +02:00
|
|
|
if test "$1" = 0; then
|
|
|
|
update-alternatives --remove iptables "%_sbindir/xtables-nft-multi"
|
|
|
|
update-alternatives --remove arptables "%_sbindir/xtables-nft-multi"
|
|
|
|
update-alternatives --remove ebtables "%_sbindir/xtables-nft-multi"
|
|
|
|
fi
|
2018-08-27 13:34:40 +02:00
|
|
|
|
2015-11-23 13:07:42 +01:00
|
|
|
%post -n libipq0 -p /sbin/ldconfig
|
|
|
|
%postun -n libipq0 -p /sbin/ldconfig
|
2019-05-28 11:54:16 +02:00
|
|
|
%post -n libip4tc2 -p /sbin/ldconfig
|
|
|
|
%postun -n libip4tc2 -p /sbin/ldconfig
|
|
|
|
%post -n libip6tc2 -p /sbin/ldconfig
|
|
|
|
%postun -n libip6tc2 -p /sbin/ldconfig
|
2017-01-28 10:17:04 +01:00
|
|
|
%post -n libxtables12 -p /sbin/ldconfig
|
|
|
|
%postun -n libxtables12 -p /sbin/ldconfig
|
2011-09-02 12:34:59 +02:00
|
|
|
|
2007-01-04 01:56:28 +01:00
|
|
|
%files
|
2018-05-25 10:46:04 +02:00
|
|
|
%license COPYING
|
2018-08-27 13:34:40 +02:00
|
|
|
%_bindir/iptables-xml
|
|
|
|
%_sbindir/iptables-apply
|
|
|
|
%_sbindir/iptables-legacy*
|
|
|
|
%_sbindir/iptables-nft*
|
|
|
|
%_sbindir/iptables-*translate*
|
2020-06-03 21:36:04 +02:00
|
|
|
%_sbindir/ip6tables-apply
|
2018-08-27 13:34:40 +02:00
|
|
|
%_sbindir/ip6tables-legacy*
|
|
|
|
%_sbindir/ip6tables-nft*
|
|
|
|
%_sbindir/ip6tables-*translate*
|
|
|
|
%_sbindir/arptables-nft*
|
|
|
|
%_sbindir/ebtables-nft*
|
|
|
|
%_sbindir/xtables*
|
2018-07-20 16:30:45 +02:00
|
|
|
%_mandir/man1/*tables*
|
|
|
|
%_mandir/man8/*tables*
|
2018-09-05 16:38:38 +02:00
|
|
|
# backend-legacy (implicit)
|
2018-08-27 13:34:40 +02:00
|
|
|
%ghost %_sysconfdir/alternatives/iptables
|
|
|
|
%ghost %_sysconfdir/alternatives/iptables-restore
|
|
|
|
%ghost %_sysconfdir/alternatives/iptables-save
|
|
|
|
%ghost %_sysconfdir/alternatives/ip6tables
|
|
|
|
%ghost %_sysconfdir/alternatives/ip6tables-restore
|
|
|
|
%ghost %_sysconfdir/alternatives/ip6tables-save
|
2018-09-07 13:47:03 +02:00
|
|
|
%_sbindir/iptables
|
|
|
|
%_sbindir/iptables-restore
|
|
|
|
%_sbindir/iptables-save
|
|
|
|
%_sbindir/ip6tables
|
|
|
|
%_sbindir/ip6tables-restore
|
|
|
|
%_sbindir/ip6tables-save
|
2018-08-27 13:34:40 +02:00
|
|
|
|
|
|
|
%files backend-nft
|
|
|
|
%ghost %_sysconfdir/alternatives/iptables
|
|
|
|
%ghost %_sysconfdir/alternatives/iptables-restore
|
|
|
|
%ghost %_sysconfdir/alternatives/iptables-save
|
|
|
|
%ghost %_sysconfdir/alternatives/ip6tables
|
|
|
|
%ghost %_sysconfdir/alternatives/ip6tables-restore
|
|
|
|
%ghost %_sysconfdir/alternatives/ip6tables-save
|
|
|
|
%ghost %_sysconfdir/alternatives/arptables
|
|
|
|
%ghost %_sysconfdir/alternatives/arptables-restore
|
|
|
|
%ghost %_sysconfdir/alternatives/arptables-save
|
|
|
|
%ghost %_sysconfdir/alternatives/ebtables
|
|
|
|
%ghost %_sysconfdir/alternatives/ebtables-restore
|
|
|
|
%ghost %_sysconfdir/alternatives/ebtables-save
|
2018-09-07 13:47:03 +02:00
|
|
|
%_sbindir/iptables
|
|
|
|
%_sbindir/iptables-restore
|
|
|
|
%_sbindir/iptables-save
|
|
|
|
%_sbindir/ip6tables
|
|
|
|
%_sbindir/ip6tables-restore
|
|
|
|
%_sbindir/ip6tables-save
|
|
|
|
%_sbindir/arptables
|
|
|
|
%_sbindir/arptables-restore
|
|
|
|
%_sbindir/arptables-save
|
|
|
|
%_sbindir/ebtables
|
|
|
|
%_sbindir/ebtables-restore
|
|
|
|
%_sbindir/ebtables-save
|
2018-08-27 13:34:40 +02:00
|
|
|
|
2013-03-06 00:25:19 +01:00
|
|
|
%files -n xtables-plugins
|
2013-06-01 04:42:31 +02:00
|
|
|
%_libdir/xtables/
|
2013-03-06 00:25:19 +01:00
|
|
|
%_sbindir/nfnl_osf
|
2018-02-03 15:28:48 +01:00
|
|
|
%_mandir/man8/nfnl_osf.8*
|
2013-06-01 04:42:31 +02:00
|
|
|
%_datadir/xtables/
|
2007-01-04 01:56:28 +01:00
|
|
|
|
2015-11-23 13:07:42 +01:00
|
|
|
%files -n libipq0
|
2011-12-31 23:59:05 +01:00
|
|
|
%_libdir/libipq.so.0*
|
|
|
|
|
|
|
|
%files -n libipq-devel
|
|
|
|
%doc %_mandir/man3/libipq*
|
|
|
|
%doc %_mandir/man3/ipq*
|
2015-11-23 13:07:42 +01:00
|
|
|
%dir %_includedir/%name/
|
|
|
|
%_includedir/%name/libipq*
|
2011-12-31 23:59:05 +01:00
|
|
|
%_libdir/libipq.so
|
|
|
|
%_libdir/pkgconfig/libipq.pc
|
|
|
|
|
2019-05-28 11:54:16 +02:00
|
|
|
%files -n libip4tc2
|
|
|
|
%_libdir/libip4tc.so.2*
|
|
|
|
|
|
|
|
%files -n libip6tc2
|
|
|
|
%_libdir/libip6tc.so.2*
|
2011-12-31 23:59:05 +01:00
|
|
|
|
|
|
|
%files -n libiptc-devel
|
2015-11-23 13:07:42 +01:00
|
|
|
%dir %_includedir/%name/
|
|
|
|
%_includedir/%name/libiptc*
|
2011-12-31 23:59:05 +01:00
|
|
|
%_libdir/libip*tc.so
|
|
|
|
%_libdir/pkgconfig/libip*tc.pc
|
|
|
|
|
2017-01-28 10:17:04 +01:00
|
|
|
%files -n libxtables12
|
|
|
|
%_libdir/libxtables.so.12*
|
2007-01-04 01:56:28 +01:00
|
|
|
|
2011-12-31 23:59:05 +01:00
|
|
|
%files -n libxtables-devel
|
2015-11-23 13:07:42 +01:00
|
|
|
%dir %_includedir/%name/
|
|
|
|
%_includedir/%name/xtables.h
|
|
|
|
%_includedir/%name/xtables-version.h
|
2011-12-31 23:59:05 +01:00
|
|
|
%_libdir/libxtables.so
|
|
|
|
%_libdir/pkgconfig/xtables.pc
|
2011-09-02 12:34:59 +02:00
|
|
|
|
2007-03-15 01:40:35 +01:00
|
|
|
%changelog
|