resetting manifest requested domain to floor 60/4860/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_generic tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi tizen_ivi_genivi accepted/tizen/20130710.215535 accepted/tizen/20130912.153115 accepted/tizen/20130912.191337 accepted/tizen/20130912.195402 accepted/tizen/ivi/20160218.025214 accepted/tizen/ivi/genivi/20140131.024741 ivi_oct_m2 submit/tizen/20130710.133124 submit/tizen/20130912.090417 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000006 submit/tizen_ivi_genivi/20140131.023514 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 23:52:48 +0000 (02:52 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 23:52:48 +0000 (02:52 +0300)
packaging/lsof.manifest [new file with mode: 0644]
packaging/lsof.spec

diff --git a/packaging/lsof.manifest b/packaging/lsof.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 2707419..9abbcf7 100644 (file)
@@ -9,6 +9,7 @@ Group:          Base/Tools
 # upstream2downstream.sh script to remove the code before shipping it.
 Source0:        %{name}_%{version}-linux-only.tar.xz
 Source1:        upstream2downstream.sh
+Source1001:    lsof.manifest
 
 %description
 Lsof stands for LiSt Open Files, and it does just that: it lists
@@ -17,6 +18,7 @@ UNIX system.
 
 %prep
 %setup -q -n %{name}_%{version}-linux-only
+cp %{SOURCE1001} .
 
 %build
 LSOF_VSTR=2.6.16 LINUX_BASE=/proc ./Configure -n linux
@@ -31,4 +33,5 @@ install -Dm644 lsof.8 %{buildroot}%{_mandir}/man8/lsof.8
 %docs_package
 
 %files
+%manifest %{name}.manifest
 %{_sbindir}/lsof