[xen] Enable xenconsoled by default under systemd

myoung myoung at fedoraproject.org
Fri Jun 8 18:36:59 UTC 2012


commit eb73cc607299066d66f14822f40d4452ff4a6b76
Author: Michael Young <m.a.young at durham.ac.uk>
Date:   Fri Jun 8 19:36:10 2012 +0100

    Enable xenconsoled by default under systemd

 xen.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <m.a.young at durham.ac.uk> - 4.1.2-18
+- Enable xenconsoled by default under systemd
+
 * Thu May 17 2012 Michael Young <m.a.young at durham.ac.uk> - 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


More information about the scm-commits mailing list