[kernel/f18] Add audit-libs-devel to perf build-deps to enable trace command. (rhbz 892893)

Dave Jones davej at fedoraproject.org
Thu Jan 10 18:34:35 UTC 2013


commit dc100f5f14bc4050dab0458d8c197b6901a05230
Author: Dave Jones <davej at redhat.com>
Date:   Thu Jan 10 13:34:23 2013 -0500

    Add audit-libs-devel to perf build-deps to enable trace command. (rhbz 892893)

 kernel.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 40945c2..38b44b5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -546,7 +546,7 @@ BuildRequires: xmlto, asciidoc
 BuildRequires: sparse >= 0.4.1
 %endif
 %if %{with_perf}
-BuildRequires: elfutils-devel zlib-devel binutils-devel newt-devel python-devel perl(ExtUtils::Embed) bison
+BuildRequires: elfutils-devel zlib-devel binutils-devel newt-devel python-devel perl(ExtUtils::Embed) bison audit-libs-devel
 %endif
 %if %{with_tools}
 BuildRequires: pciutils-devel gettext
@@ -2404,6 +2404,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Thu Jan 10 2013 Dave Jones <davej at redhat.com>
+- Add audit-libs-devel to perf build-deps to enable trace command. (rhbz 892893)
+
 * Tue Jan 08 2013 Josh Boyer <jwboyer at redhat.com>
 - Add patch to fix shutdown on some machines (rhbz 890547)
 


More information about the scm-commits mailing list