summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Ware <ryan.r.ware@intel.com>2012-05-29 17:50:08 -0700
committerRyan Ware <ryan.r.ware@intel.com>2012-05-29 17:50:08 -0700
commitb5012f033968b144df4dbbb59ed3ae384ede97b8 (patch)
tree1e5899afc8ab5b9de4431c0e54008559cca5a433
parentf5589e19420a83ca978348cbcfbc4c83b310bd3b (diff)
downloadiptables-1.0_post.tar.gz
iptables-1.0_post.tar.bz2
iptables-1.0_post.zip
Add default Smack manifest for iptables.spec1.0_post
Change-Id: I0d3143290b4e2fcf62426684f7dfb37909a04d9d Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
-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