From 371064a06923a5476c9b2b3bb31ad4adae710d60 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 21:13:16 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/oprofile.manifest | 5 +++++ packaging/oprofile.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/oprofile.manifest diff --git a/packaging/oprofile.manifest b/packaging/oprofile.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/oprofile.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/oprofile.spec b/packaging/oprofile.spec index 8f6bd3e..6a33d6f 100644 --- a/packaging/oprofile.spec +++ b/packaging/oprofile.spec @@ -6,6 +6,7 @@ Summary: System wide profiler Url: http://oprofile.sf.net Group: Base/Tools Source: %{name}-%{version}.tar.gz +Source1001: oprofile.manifest BuildRequires: binutils-devel BuildRequires: pkgconfig(popt) Requires: which @@ -39,6 +40,7 @@ agent library. %prep %setup -q +cp %{SOURCE1001} . %build %configure --enable-gui=no @@ -69,6 +71,7 @@ exit 0 %docs_package %files +%manifest %{name}.manifest %license COPYING %{_bindir}/ophelp %{_bindir}/opimport @@ -84,8 +87,10 @@ exit 0 %{_datadir}/oprofile %files devel +%manifest %{name}.manifest %{_includedir}/opagent.h %files jit +%manifest %{name}.manifest %config %{_sysconfdir}/ld.so.conf.d/* %{_libdir}/oprofile -- 2.34.1