[ltrace] Add libselinux-devel BR

Petr Machata pmachata at fedoraproject.org
Wed Apr 11 10:49:15 UTC 2012


commit 38b7905d97bb7c1aced09d76b51b4dad851c9440
Author: Petr Machata <pmachata at redhat.com>
Date:   Wed Apr 11 12:47:52 2012 +0200

    Add libselinux-devel BR

 ltrace.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ltrace.spec b/ltrace.spec
index 95e4604..981c6e2 100644
--- a/ltrace.spec
+++ b/ltrace.spec
@@ -1,7 +1,7 @@
 Summary: Tracks runtime library calls from dynamically linked executables
 Name: ltrace
 Version: 0.6.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 URL: http://ltrace.alioth.debian.org/
 License: GPLv2+
 Group: Development/Debuggers
@@ -9,6 +9,7 @@ ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 s390 s390x alpha sparc
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: elfutils-libelf-devel dejagnu
 BuildRequires: autoconf automake
+BuildRequires: libselinux-devel
 
 # Tarball generated from git checkout.  To regenerate:
 # git clone http://github.com/ice799/ltrace.git
@@ -88,6 +89,10 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/ltrace.conf
 
 %changelog
+* Wed Apr 11 2012 Petr Machata <pmachata at redhat.com> - 0.6.0-7
+- Add libselinux-devel BR
+- Resolves: #810973
+
 * Tue Apr 10 2012 Petr Machata <pmachata at redhat.com> - 0.6.0-6
 - If we fail to attach to traced process, check whether deny_ptrace
   isn't enabled.  If yes, warn about it.


More information about the scm-commits mailing list