From d3c236f91cfd9fa1adbd0345cf5bd0d3159965e2 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 16 Jul 2009 17:28:41 +0200 Subject: [PATCH] Fix configure flags in spec file * libvirt.spec.in: we were still using deprecated configure switches --- libvirt.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 6321eaa35d..ffac3d4585 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -310,8 +310,7 @@ of recent versions of Linux (and other OSes). %{?_without_storage_disk} \ %{?_without_numactl} \ --with-init-script=redhat \ - --with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid \ - --with-remote-file=%{_localstatedir}/run/libvirtd.pid + --with-remote-pid-file=%{_localstatedir}/run/libvirtd.pid make %{?_smp_mflags} %install -- GitLab