From 510029309bfa269fa9d58ebb7e3e93b7d1b2b432 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 04:52:26 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/sysprof.manifest | 5 +++++ packaging/sysprof.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/sysprof.manifest diff --git a/packaging/sysprof.manifest b/packaging/sysprof.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/sysprof.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/sysprof.spec b/packaging/sysprof.spec index 97c770d..e72a68b 100644 --- a/packaging/sysprof.spec +++ b/packaging/sysprof.spec @@ -33,6 +33,7 @@ License: GPL v2 or later Group: Development/Tools/Debuggers Url: http://sysprof.com/ Source: sysprof-%version.tar.bz2 +Source1001: sysprof.manifest Recommends: sysprof-cli %description @@ -47,6 +48,7 @@ This package contains the command-line data-collection part only. %prep %setup -q -n sysprof-%version +cp %{SOURCE1001} . %build NOCONFIGURE=1 ./autogen.sh @@ -74,6 +76,7 @@ rm -rf $RPM_BUILD_ROOT %if 0%{?enable_gui} %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_bindir}/sysprof @@ -84,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT %endif %files cli +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_bindir}/sysprof-cli -- 2.7.4