forked from pool/strace
This commit is contained in:
parent
0fdf3d84d9
commit
6a4d9468c4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
|
||||||
|
|
||||||
|
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||||
|
(bnc#437293)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 11 10:14:53 CET 2008 - schwab@suse.de
|
Tue Nov 11 10:14:53 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -26,12 +26,9 @@ AutoReqProv: on
|
|||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: strace-64bit
|
Obsoletes: strace-64bit
|
||||||
%endif
|
%endif
|
||||||
%ifarch %ix86 ppc
|
|
||||||
Obsoletes: strace-32bit
|
|
||||||
%endif
|
|
||||||
#
|
#
|
||||||
Version: 4.5.18
|
Version: 4.5.18
|
||||||
Release: 8
|
Release: 9
|
||||||
Summary: A utility to trace the system calls of a program
|
Summary: A utility to trace the system calls of a program
|
||||||
Source: http://dl.sourceforge.net/strace/strace-%{version}.tar.bz2
|
Source: http://dl.sourceforge.net/strace/strace-%{version}.tar.bz2
|
||||||
Patch: strace-%{version}.diff
|
Patch: strace-%{version}.diff
|
||||||
@ -79,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man1/strace.1.gz
|
%doc %{_mandir}/man1/strace.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 10 2008 olh@suse.de
|
||||||
|
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||||
|
(bnc#437293)
|
||||||
* Tue Nov 11 2008 schwab@suse.de
|
* Tue Nov 11 2008 schwab@suse.de
|
||||||
- Fix corner cases in printstr and printpathn.
|
- Fix corner cases in printstr and printpathn.
|
||||||
* Thu Oct 30 2008 olh@suse.de
|
* Thu Oct 30 2008 olh@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user