Fix ksm.service (bz 1218814)

This commit is contained in:
poma 2015-05-06 12:50:08 -04:00 committed by Cole Robinson
parent 5059f25c8e
commit 343c57952d
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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 <crobinso@redhat.com> 2:2.3.0-3%
- Fix ksm.service (bz 1218814)
* Tue May 5 2015 Dan Horák <dan[at]danny.cz> - 2:2.3.0-2
- Require libseccomp only when built with it