summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/iptables.manifest5
-rw-r--r--packaging/iptables.spec5
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/iptables.manifest b/packaging/iptables.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/iptables.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/iptables.spec b/packaging/iptables.spec
index 30df5e3..5cb7028 100644
--- a/packaging/iptables.spec
+++ b/packaging/iptables.spec
@@ -3,6 +3,7 @@ Summary: administration tools for packet filtering and NAT
Version: 1.4.9.1
Release: 1
Source: %{name}-%{version}.tar.gz
+Source1001: packaging/iptables.manifest
Group: System/Base
URL: http://www.netfilter.org/
License: GPLv2
@@ -46,6 +47,7 @@ user-space packet queuing library.
%setup -q
%build
+cp %{SOURCE1001} .
%autogen
%configure --prefix=%{_prefix}
make %{?jobs:-j%jobs}
@@ -63,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%files
+%manifest iptables.manifest
%defattr(-,root,root)
/usr/bin/iptables-xml
/usr/lib/libip4tc.so
@@ -76,6 +79,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/sbin/iptables*
%files ipv6
+%manifest iptables.manifest
%defattr(-,root,root)
/usr/sbin/ip6tables*
/usr/lib/libip6tc.so
@@ -83,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/libexec/xtables/libip6t*
%files devel
+%manifest iptables.manifest
%defattr(-,root,root)
/usr/include/*
/usr/lib/*.la