From 343c57952d954d6021b03ae64b1399f5e0d92a0b Mon Sep 17 00:00:00 2001 From: poma Date: May 06 2015 16:52:09 +0000 Subject: Fix ksm.service (bz 1218814) --- diff --git a/ksm.service b/ksm.service index 2c8685d..42d67d9 100644 --- a/ksm.service +++ b/ksm.service @@ -7,8 +7,8 @@ ConditionVirtualization=no Type=oneshot RemainAfterExit=yes EnvironmentFile=-/etc/sysconfig/ksm -ExecStart=/usr/libexecdir/ksmctl start -ExecStop=/usr/libexecdir/ksmctl stop +ExecStart=/usr/libexec/ksmctl start +ExecStop=/usr/libexec/ksmctl stop [Install] WantedBy=multi-user.target diff --git a/qemu.spec b/qemu.spec index 24354ae..039bb0d 100644 --- a/qemu.spec +++ b/qemu.spec @@ -43,7 +43,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 2.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD Group: Development/Tools @@ -1172,6 +1172,9 @@ getent passwd qemu >/dev/null || \ %changelog +* Wed May 06 2015 Cole Robinson 2:2.3.0-3% +- Fix ksm.service (bz 1218814) + * Tue May 5 2015 Dan HorĂ¡k - 2:2.3.0-2 - Require libseccomp only when built with it