Add default Smack manifest for xorg-x11-xauth.spec
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:29 +0000 (17:50 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:29 +0000 (17:50 -0700)
Change-Id: Ic0fc6538b83e0bc62dba6a27c93d9a8b82bfe5d8
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/xorg-x11-xauth.manifest [new file with mode: 0644]
packaging/xorg-x11-xauth.spec

diff --git a/packaging/xorg-x11-xauth.manifest b/packaging/xorg-x11-xauth.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 49aba63..36ff2b2 100644 (file)
@@ -9,6 +9,7 @@ URL:        http://www.x.org
 Source0:    http://xorg.freedesktop.org/releases/individual/app/xauth-%{version}.tar.bz2
 Source1:    mkxauth
 Source2:    mkxauth.man
+Source1001: packaging/xorg-x11-xauth.manifest 
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xau)
 BuildRequires:  pkgconfig(xext)
@@ -28,6 +29,7 @@ information used in connecting to the X server.
 
 
 %build
+cp %{SOURCE1001} .
 
 %configure --disable-static
 make %{?jobs:-j%jobs}
@@ -48,6 +50,7 @@ cp -a %{SOURCE2} %{buildroot}%{_mandir}/man1/
 
 
 %files
+%manifest xorg-x11-xauth.manifest
 %defattr(-,root,root,-)
 %doc COPYING README ChangeLog
 %{_bindir}/xauth