mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
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…
x
Reference in New Issue
Block a user