mirror of https://gitee.com/openkylin/libvirt.git
spec: Type --with-init-script correctly
Mixing dashes and underscores in configure options apparently works fine, but it's confusing and just plain ugly.
This commit is contained in:
parent
801a0a57ba
commit
11aba77a99
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue