Fix ifarch statement
This commit is contained in:
parent
349baef654
commit
50335876fb
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 1.8
|
Version: 1.8
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
@ -227,7 +227,7 @@ Requires: avahi
|
|||||||
# testsuite/systemtap.base/crash.exp needs crash
|
# testsuite/systemtap.base/crash.exp needs crash
|
||||||
Requires: crash
|
Requires: crash
|
||||||
%endif
|
%endif
|
||||||
%if %{_arch} == x86_64
|
%ifarch x86_64
|
||||||
Requires: glibc-devel(%{__isa_name}-32)
|
Requires: glibc-devel(%{__isa_name}-32)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -586,6 +586,9 @@ exit 0
|
|||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 13 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8-4
|
||||||
|
- Fix ifarch statement
|
||||||
|
|
||||||
* Wed Jul 11 2012 Frank Ch. Eigler <fche@redhat.com> - 1.8-3
|
* Wed Jul 11 2012 Frank Ch. Eigler <fche@redhat.com> - 1.8-3
|
||||||
- PR14348 task_work_add race condition fix
|
- PR14348 task_work_add race condition fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user