summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/bootchart.manifest5
-rw-r--r--packaging/bootchart.spec3
2 files changed, 8 insertions, 0 deletions
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 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
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