From e8d33ffb9edcb2081ef318c7695e9c752c782f95 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 22:37:46 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/bootchart.manifest | 5 +++++ packaging/bootchart.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/bootchart.manifest 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 -- 2.7.4