From 11aba77a9934a28bcd547520d1ac2662ca82ea5e Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 3 May 2016 10:40:35 +0200 Subject: [PATCH] spec: Type --with-init-script correctly Mixing dashes and underscores in configure options apparently works fine, but it's confusing and just plain ugly. --- libvirt.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 935ca89b22..4de78c0bc0 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1475,9 +1475,9 @@ rm -rf .git %define with_packager_version --with-packager-version="%{release}" %if %{with_systemd} - %define init_scripts --with-init_script=systemd + %define init_scripts --with-init-script=systemd %else - %define init_scripts --with-init_script=redhat + %define init_scripts --with-init-script=redhat %endif %if %{with_selinux}