]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Mon Mar 05 11:07:38 IST 2007 Mark McLoughlin <markmc@redhat.com:
authorMark McLoughlin <markmc@redhat.com>
Mon, 5 Mar 2007 11:10:06 +0000 (11:10 +0000)
committerMark McLoughlin <markmc@redhat.com>
Mon, 5 Mar 2007 11:10:06 +0000 (11:10 +0000)
        * libvirt.spec.in: BuildRequires: /sbin/iptables and
        run configure with the --with-init-script and
        --with-qemud-pid-file parameters.

        * configure.in: it's --with-qemud-pid-file, not
        --with-pid-file

ChangeLog
configure.in
libvirt.spec.in

index 683b31f174cc6716265ce2039959e1e51573fdd4..a558eb995e61429c39698ddc60a6435a0fbecdb4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Mar 05 11:07:38 IST 2007 Mark McLoughlin <markmc@redhat.com:
+
+       * libvirt.spec.in: BuildRequires: /sbin/iptables and
+       run configure with the --with-init-script and
+       --with-qemud-pid-file parameters.
+
+       * configure.in: it's --with-qemud-pid-file, not
+       --with-pid-file
+       
 Mon Mar 05 10:52:02 IST 2007 Mark McLoughlin <markmc@redhat.com:
 
        * libvirt.spec.in: sync some of the chanes from dist-cvs
index d0911fcd106e6bda1fe99a52dfef7b3002117fe4..041abc59042a6627961d6807b137f650ba81cb09 100644 (file)
@@ -85,7 +85,7 @@ dnl
 dnl PID file
 dnl
 AC_MSG_CHECKING([where to write libvirt_qemud PID file])
-AC_ARG_WITH(pid-file, AC_HELP_STRING([--with-qemud-pid-file=[pidfile|none]], [PID file for libvirt_qemud]))
+AC_ARG_WITH(qemud-pid-file, AC_HELP_STRING([--with-qemud-pid-file=[pidfile|none]], [PID file for libvirt_qemud]))
 if test "x$with_qemud_pid_file" == "x" ; then
    QEMUD_PID_FILE="$localstatedir/run/libvirt_qemud.pid"
 elif test "x$with_qemud_pid_file" == "xnone" ; then
index fbe67850be314d5cb7368166716b3e055a066ae1..af0360d8d2ec83a0ea7d4774efc5ee1632d5def9 100644 (file)
@@ -20,6 +20,7 @@ BuildRequires: readline-devel
 BuildRequires: ncurses-devel
 BuildRequires: gettext
 BuildRequires: libsysfs-devel
+BuildRequires: /sbin/iptables
 Obsoletes: libvir
 ExclusiveArch: i386 x86_64 ia64
 
@@ -53,7 +54,7 @@ supplied by the libvirt library to use the Xen virtualization framework.
 %setup -q
 
 %build
-%configure
+%configure --with-init-script=redhat --with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid
 make
 
 %install