Add libselinux-devel BR
This commit is contained in:
parent
7a148c449f
commit
38b7905d97
@ -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@redhat.com> - 0.6.0-7
|
||||
- Add libselinux-devel BR
|
||||
- Resolves: #810973
|
||||
|
||||
* Tue Apr 10 2012 Petr Machata <pmachata@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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user