xend has been removed from tree for 4.5. To prepare people for this eventuality,
disable xend by default to alert them to this fact.
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
#
# Author: Keir Fraser <keir.fraser@cl.cam.ac.uk>
#
-# chkconfig: 2345 98 01
+# chkconfig: - 98 01
# description: Starts and stops the Xen control daemon.
### BEGIN INIT INFO
# Provides: xend
# Should-Start:
# Required-Stop: $syslog $remote_fs
# Should-Stop:
-# Default-Start: 3 4 5
+# Default-Start:
# Default-Stop: 0 1 2 6
-# Default-Enabled: yes
+# Default-Enabled: no
# Short-Description: Start/stop xend
# Description: Starts and stops the Xen control daemon.
### END INIT INFO
Summary: Xen is a virtual machine monitor
Name: xen
Version: 4.4.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Group: Development/Libraries
License: GPLv2+ and LGPLv2+ and BSD
URL: http://xen.org/
%endif
%changelog
+* Mon Dec 15 2014 George Dunlap <george.dunlap@eu.citrix.com> - 4.4.1-4.el6.centos
+ - Disabled xend by default
+
* Thu Dec 11 2014 George Dunlap <george.dunlap@eu.citrix.com> - 4.4.1-3.el6.centos
- Backported qdisk persistent grant fix
- Backported fixes to use tapdisk with HVM guests