From 38b7905d97bb7c1aced09d76b51b4dad851c9440 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Apr 11 2012 10:47:52 +0000 Subject: Add libselinux-devel BR --- 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 - 0.6.0-7 +- Add libselinux-devel BR +- Resolves: #810973 + * Tue Apr 10 2012 Petr Machata - 0.6.0-6 - If we fail to attach to traced process, check whether deny_ptrace isn't enabled. If yes, warn about it.