From: Alexandru Cornea Date: Fri, 28 Jun 2013 19:37:46 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221044^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_3.0_ivi;p=platform%2Fupstream%2Fbootchart.git resetting manifest requested domain to floor --- diff --git a/packaging/bootchart.manifest b/packaging/bootchart.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/bootchart.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/bootchart.spec b/packaging/bootchart.spec index a60f1b3..936a323 100644 --- a/packaging/bootchart.spec +++ b/packaging/bootchart.spec @@ -6,6 +6,7 @@ Summary: Boot time graph generator Url: http://meego.gitorious.org/ Group: Development/Tools Source0: bootchart-%{version}.tar.gz +Source1001: bootchart.manifest %description Monitors where the system spends its time at start, creating a graph @@ -13,6 +14,7 @@ of all processes, disk utilization, and wait time. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -22,6 +24,7 @@ make %{?_smp_mflags} %make_install %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root,-) /usr//sbin/bootchartd