* 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 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
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
BuildRequires: ncurses-devel
BuildRequires: gettext
BuildRequires: libsysfs-devel
+BuildRequires: /sbin/iptables
Obsoletes: libvir
ExclusiveArch: i386 x86_64 ia64
%setup -q
%build
-%configure
+%configure --with-init-script=redhat --with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid
make
%install