From 324c883e992eb3c505dc4872b62cd2660078aabe Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 21 Sep 2012 11:24:31 +0100 Subject: [PATCH] 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 (cherry picked from commit 49e5abb6a62616c0d4555a754e6a11e816b7d2a3) --- libvirt.spec.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index eeaea444f0..fd4209f317 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -769,9 +769,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 -- 2.47.3