Compare commits

...

7 Commits

Author SHA1 Message Date
Fedora Release Engineering c90dd268bb dist-git conversion 2010-07-29 07:20:42 +00:00
Bill Nottingham ffe0131c89 Fix typo that causes a failure to update the common directory. (releng #2781) 2009-11-26 01:55:06 +00:00
Mark McLoughlin a1991cd658 0.6.1 has been unpushed from update-testing
Revert to libvirt-0_5_1-2_fc10 tag
2009-04-16 17:54:43 +00:00
Daniel Veillard 2f73d4d3b8 Upstream release 0.6.1, Daniel 2009-03-04 15:24:26 +00:00
Daniel P. Berrange 31970c6c2a Fix QEMU startup timeout/race (rhbz #484649)
Setup DBus threading. Don't allow dbus to call _exit / change SIGPIPE (rhbz #484553)
Fix timeout when autostarting session daemon
2009-02-18 14:05:47 +00:00
Daniel P. Berrange 131bf1e834 Fix libvirtd --timeout usage
Fix RPC call problems and QEMU startup handling (rhbz #484414)
Fix unowned directories (rhbz #483442)
2009-02-06 20:22:30 +00:00
Daniel Veillard 0da9851d5d Upstream 0.6.0 release, daniel 2009-01-31 10:08:45 +00:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -3,4 +3,3 @@
i686
x86_64
libvirt-*.tar.gz
libvirt-0.4.6.tar.gz
+1 -1
View File
@@ -4,7 +4,7 @@ NAME := libvirt
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))