aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-09-21 11:24:31 +0100
committerDaniel Veillard <veillard@redhat.com>2012-09-24 10:50:16 +0800
commit49e5abb6a62616c0d4555a754e6a11e816b7d2a3 (patch)
treef3103cf1f766eba9a8800d73da43f85a408c4e80
parentnetwork: log error for unknown virNetworkUpdate command codes (diff)
downloadlibvirt-49e5abb6a62616c0d4555a754e6a11e816b7d2a3.tar.gz
libvirt-49e5abb6a62616c0d4555a754e6a11e816b7d2a3.tar.bz2
libvirt-49e5abb6a62616c0d4555a754e6a11e816b7d2a3.zip
Don't install legacy initscripts at same time as systemd ones
The Fedora policies don't want us installing the legacy initscripts in parallel with the systemd ones, so switch to only install the systemd unit Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
-rw-r--r--libvirt.spec.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 119273914..a39266376 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -1217,9 +1217,7 @@ of recent versions of Linux (and other OSes).
%define with_packager_version --with-packager-version="%{release}"
%if %{with_systemd}
-# We use 'systemd+redhat', so if someone installs upstart or
-# legacy init scripts, they can still start libvirtd, etc
-%define init_scripts --with-init_script=systemd+redhat
+%define init_scripts --with-init_script=systemd
%else
%define init_scripts --with-init_script=redhat
%endif