4.6-1
- New upstream release. + fixed a corner case in waitpid handling (#663547).
This commit is contained in:
parent
38cc798380
commit
6cf9c50f6a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
strace-4.5.20.tar.bz2
|
/strace-4.6.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
64dfe10d9db0c1e34030891695ffca4b strace-4.5.20.tar.bz2
|
e537b2b1afeec70c0e6e27a0d0fd671e strace-4.6.tar.xz
|
||||||
|
15
strace.spec
15
strace.spec
@ -1,14 +1,14 @@
|
|||||||
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.20
|
Version: 4.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
URL: http://sourceforge.net/projects/strace/
|
URL: http://sourceforge.net/projects/strace/
|
||||||
Source0: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: libaio-devel, libacl-devel
|
BuildRequires: libacl-devel, libaio-devel, time
|
||||||
|
|
||||||
%define strace64_arches ppc64 sparc64
|
%define strace64_arches ppc64 sparc64
|
||||||
|
|
||||||
@ -66,6 +66,9 @@ rm -f %{buildroot}%{_bindir}/strace-graph
|
|||||||
%{copy64} %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
|
%{copy64} %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -82,6 +85,10 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 14 2011 Dmitry V. Levin <ldv@altlinux.org> - 4.6-1
|
||||||
|
- New upstream release.
|
||||||
|
+ fixed a corner case in waitpid handling (#663547).
|
||||||
|
|
||||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.20-2
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.20-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user