mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-01 17:17:58 -05: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:
+2
-2
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user