Fix ksm.service (bz 1218814)
This commit is contained in:
parent
5059f25c8e
commit
343c57952d
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user