Cleanup binfmt deps/scripts; add binfmt for ppc64le
(cherry picked from commit f73c470a02
)
This commit is contained in:
parent
d6538fef33
commit
cd72cb5564
@ -13,6 +13,7 @@
|
||||
:qemu-mipsel:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00:\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfe\xff\xff\xff:/usr/bin/qemu-mipsel:
|
||||
:qemu-mips:M::\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08:\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xfe\xff\xff:/usr/bin/qemu-mips:
|
||||
:qemu-ppc64abi32:M::\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x15:\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xfe\xff\xff:/usr/bin/qemu-ppc64abi32:
|
||||
:qemu-ppc64le:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x15:\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xfe\xff\xff:/usr/bin/qemu-ppc64le:
|
||||
:qemu-ppc64:M::\x7fELF\x02\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x15:\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xfe\xff\xff:/usr/bin/qemu-ppc64:
|
||||
:qemu-ppc:M::\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x14:\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xfe\xff\xff:/usr/bin/qemu-ppc:
|
||||
:qemu-s390x:M::\x7fELF\x02\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x16:\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xfe\xff\xff:/usr/bin/qemu-s390x:
|
||||
|
16
qemu.spec
16
qemu.spec
@ -492,8 +492,6 @@ x86 system, this will install qemu-system-x86-core
|
||||
Summary: QEMU user mode emulation of qemu targets
|
||||
Group: Development/Tools
|
||||
Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
||||
Requires(post): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
# On upgrade, make qemu-user get replaced with qemu-user + qemu-user-binfmt
|
||||
Obsoletes: %{name}-user < 2:2.6.0-5%{?dist}
|
||||
|
||||
@ -1353,7 +1351,7 @@ for i in dummy \
|
||||
qemu-m68k \
|
||||
%endif
|
||||
%ifnarch ppc %{power64}
|
||||
qemu-ppc qemu-ppc64abi32 qemu-ppc64 \
|
||||
qemu-ppc qemu-ppc64abi32 qemu-ppc64le qemu-ppc64 \
|
||||
%endif
|
||||
%ifnarch sparc sparc64
|
||||
qemu-sparc qemu-sparc32plus qemu-sparc64 \
|
||||
@ -1467,9 +1465,14 @@ getent passwd qemu >/dev/null || \
|
||||
%systemd_postun_with_restart ksmtuned.service
|
||||
|
||||
|
||||
%post user
|
||||
%post user-binfmt
|
||||
/bin/systemctl --system try-restart systemd-binfmt.service &>/dev/null || :
|
||||
%postun user
|
||||
%postun user-binfmt
|
||||
/bin/systemctl --system try-restart systemd-binfmt.service &>/dev/null || :
|
||||
|
||||
%post user-static
|
||||
/bin/systemctl --system try-restart systemd-binfmt.service &>/dev/null || :
|
||||
%postun user-static
|
||||
/bin/systemctl --system try-restart systemd-binfmt.service &>/dev/null || :
|
||||
|
||||
|
||||
@ -2032,9 +2035,6 @@ getent passwd qemu >/dev/null || \
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 13 2017 Cole Robinson <crobinso@redhat.com> - 2:2.9.0-3
|
||||
- Workaround libvirt 3.2 CPU issues (bz #1467599)
|
||||
|
||||
* Wed Jul 12 2017 Cole Robinson <crobinso@redhat.com> - 2:2.9.0-2
|
||||
- CVE-2017-8112: vmw_pvscsi: infinite loop in pvscsi_log2 (bz #1445622)
|
||||
- CVE-2017-8309: audio: host memory lekage via capture buffer (bz #1446520)
|
||||
|
Loading…
Reference in New Issue
Block a user