resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 16:40:15 +0000 (19:40 +0300)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 26 May 2017 13:26:07 +0000 (15:26 +0200)
packaging/libunwind.manifest [new file with mode: 0644]
packaging/libunwind.spec

diff --git a/packaging/libunwind.manifest b/packaging/libunwind.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 40163a75e9baf05846ac29eb9e6456b702a9b414..1b6cb5da413de9a1224e9fe92609bb4474617f5a 100644 (file)
@@ -12,6 +12,7 @@ Version:        1.1
 Release:        0
 VCS:            profile/base/libunwind#upstream/1.1-0-g0349587-dirty
 Source:         libunwind-%{version}.tar.gz
+Source1001:    libunwind.manifest
 ExclusiveArch:  %ix86 x86_64 %arm 
 
 %description
@@ -30,6 +31,7 @@ call-chain of a program.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 autoreconf -fi
@@ -50,6 +52,7 @@ stat "%buildroot"/$(readlink -f "%buildroot/%_libdir/libunwind.so");
 %postun -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %license COPYING
 %defattr(-, root, root)
 %_libdir/lib*
@@ -57,6 +60,7 @@ stat "%buildroot"/$(readlink -f "%buildroot/%_libdir/libunwind.so");
 %{_libdir}/libunwind.so
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %{_prefix}/include/*
 %{_libdir}/lib*.a