From 8a588691e28f1a64e192f9408286df4cdd11a7b5 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Oct 25 2016 14:18:57 +0000 Subject: Fix PPC64 build with memlock file (bz #1387601) --- diff --git a/qemu.spec b/qemu.spec index 60d63d1..6e8cf85 100644 --- a/qemu.spec +++ b/qemu.spec @@ -68,7 +68,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 2.7.0 -Release: 6%{?rcrel}%{?dist} +Release: 7%{?rcrel}%{?dist} Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD Group: Development/Tools @@ -889,7 +889,7 @@ install -m 0644 %{_sourcedir}/50-kvm-s390x.conf %{buildroot}%{_sysconfdir}/sysct %ifarch %{power64} install -d %{buildroot}%{_sysconfdir}/security/limits.d -install -m 0644 %{_sourcedir}/50-kvm-ppc64-memlock.conf %{buildroot}%{_sysconfdir}/security/limits.d +install -m 0644 %{_sourcedir}/95-kvm-ppc64-memlock.conf %{buildroot}%{_sysconfdir}/security/limits.d %endif @@ -1604,6 +1604,9 @@ getent passwd qemu >/dev/null || \ %changelog +* Tue Oct 25 2016 Cole Robinson - 2:2.7.0-7 +- Fix PPC64 build with memlock file (bz #1387601) + * Wed Oct 19 2016 Bastien Nocera - 2:2.7.0-6 - Add "F" flag to static user emulators' binfmt, to make them available in containers (#1384615)