From e41a4a2d2ad3fea987aa644722b6d8516d981650 Mon Sep 17 00:00:00 2001 From: Michael Young Date: Jan 24 2013 22:27:03 +0000 Subject: correct disabling of xendomains.service on uninstall --- diff --git a/xen.spec b/xen.spec index 901c8f5..7d24e07 100644 --- a/xen.spec +++ b/xen.spec @@ -449,7 +449,7 @@ if [ $1 = 0 ]; then /sbin/chkconfig --del xendomains %endif %if %with_systemd -/bin/systemctl enable xendomains.service +/bin/systemctl disable xendomains.service %endif fi @@ -741,6 +741,9 @@ rm -rf %{buildroot} %endif %changelog +* Wed Jan 23 2013 Michael Young +- correct disabling of xendomains.service on uninstall + * Tue Jan 22 2013 Michael Young - 4.2.1-5 - nested virtualization on 32-bit guest can crash host [XSA-34, CVE-2013-0151] also nested HVM on guest can cause host to run out