Revert "- Enable seccomp on ARM (thanks: Peter Robinson)."
This reverts commit 76a74e853fd5ff21060bebbaecfef7010e2e9083. The upstream (qemu) configure script hard-codes x86 & x86-64, so you cannot enable seccomp on arm yet.
This commit is contained in:
parent
76a74e853f
commit
5a454effcf
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
%global have_usbredir 1
|
%global have_usbredir 1
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64 %{arm} aarch64
|
%ifarch %{ix86} x86_64
|
||||||
%if %{with seccomp}
|
%if %{with seccomp}
|
||||||
%global have_seccomp 1
|
%global have_seccomp 1
|
||||||
%endif
|
%endif
|
||||||
@ -153,7 +153,7 @@
|
|||||||
Summary: QEMU is a FAST! processor emulator
|
Summary: QEMU is a FAST! processor emulator
|
||||||
Name: qemu
|
Name: qemu
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPLv2+ and LGPLv2+ and BSD
|
License: GPLv2+ and LGPLv2+ and BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -493,7 +493,7 @@ Requires: seabios-bin >= 1.7.5
|
|||||||
Requires: sgabios-bin
|
Requires: sgabios-bin
|
||||||
Requires: ipxe-roms-qemu >= 20130517-2.gitc4bce43
|
Requires: ipxe-roms-qemu >= 20130517-2.gitc4bce43
|
||||||
%if 0%{?have_seccomp:1}
|
%if 0%{?have_seccomp:1}
|
||||||
Requires: libseccomp >= 2.1.0
|
Requires: libseccomp >= 1.0.0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description %{system_x86}
|
%description %{system_x86}
|
||||||
@ -1544,12 +1544,11 @@ getent passwd qemu >/dev/null || \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 17 2015 Richard W.M. Jones <rjones@redhat.com> - 2:2.2.0-6
|
* Tue Feb 17 2015 Richard W.M. Jones <rjones@redhat.com> - 2:2.2.0-7
|
||||||
- Add -fPIC flag to build to avoid
|
- Add -fPIC flag to build to avoid
|
||||||
'relocation R_X86_64_PC32 against undefined symbol' errors.
|
'relocation R_X86_64_PC32 against undefined symbol' errors.
|
||||||
- Add a hopefully temporary hack so that -fPIC is used to build
|
- Add a hopefully temporary hack so that -fPIC is used to build
|
||||||
NSS files in libcacard.
|
NSS files in libcacard.
|
||||||
- Enable seccomp on ARM (thanks: Peter Robinson).
|
|
||||||
|
|
||||||
* Wed Feb 4 2015 Richard W.M. Jones <rjones@redhat.com> - 2:2.2.0-5
|
* Wed Feb 4 2015 Richard W.M. Jones <rjones@redhat.com> - 2:2.2.0-5
|
||||||
- Add UEFI support for aarch64.
|
- Add UEFI support for aarch64.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user