This commit is contained in:
Jesse Keating 2009-02-26 03:17:32 +00:00
parent 99a019fb15
commit 87c23037e7

View File

@ -1,7 +1,7 @@
Summary: Tracks and displays system calls associated with a running process Summary: Tracks and displays system calls associated with a running process
Name: strace Name: strace
Version: 4.5.18 Version: 4.5.18
Release: 1%{?dist} Release: 2%{?dist}
License: BSD License: BSD
Group: Development/Debuggers Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/ URL: http://sourceforge.net/projects/strace/
@ -76,6 +76,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 4.5.18-1 * Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 4.5.18-1
- build fix for newer kernel headers (#457291) - build fix for newer kernel headers (#457291)
- fix CLONE_VFORK handling (#455078) - fix CLONE_VFORK handling (#455078)