From eb73cc607299066d66f14822f40d4452ff4a6b76 Mon Sep 17 00:00:00 2001 From: Michael Young Date: Jun 08 2012 18:36:10 +0000 Subject: Enable xenconsoled by default under systemd --- diff --git a/xen.spec b/xen.spec index 8a9209a..92c2698 100644 --- a/xen.spec +++ b/xen.spec @@ -20,7 +20,7 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 4.1.2 -Release: 17%{?dist} +Release: 18%{?dist} Group: Development/Libraries License: GPLv2+ and LGPLv2+ and BSD URL: http://xen.org/ @@ -442,6 +442,7 @@ fi %endif %if %with_systemd /bin/systemctl enable xenstored.service +/bin/systemctl enable xenconsoled.service %endif %if %with_sysv @@ -459,6 +460,7 @@ if [ $1 = 0 ]; then %endif %if %with_systemd /bin/systemctl disable xenstored.service + /bin/systemctl disable xenconsoled.service %endif fi @@ -705,6 +707,9 @@ rm -rf %{buildroot} %endif %changelog +* Fri Jun 08 2012 Michael Young - 4.1.2-18 +- Enable xenconsoled by default under systemd + * Thu May 17 2012 Michael Young - 4.1.2-16 4.1.2-17 - make pygrub cope better with big files from guest (#818412 CVE-2012-2625) - add patch from 4.1.3-rc2-pre to build on F17/8