resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 22:56:23 +0000 (01:56 +0300)
committerAnas Nashif <anas.nashif@intel.com>
Thu, 15 Aug 2013 22:53:20 +0000 (18:53 -0400)
packaging/libarchive.manifest [new file with mode: 0644]
packaging/libarchive.spec

diff --git a/packaging/libarchive.manifest b/packaging/libarchive.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 147ac7f..2095813 100644 (file)
@@ -6,6 +6,7 @@ Summary:        A library for handling streaming archive formats
 Url:            http://code.google.com/p/libarchive/
 Group:          System/Libraries
 Source0:        http://libarchive.googlecode.com/files/libarchive-%{version}.tar.gz
+Source1001:    libarchive.manifest
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -36,6 +37,7 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 
 %build
@@ -57,12 +59,14 @@ find %{buildroot} -name tar.5 -exec rm -f {} ';'
 %postun -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %license COPYING
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
 
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_mandir}/*/*