From 8537c4e60374f93148f68648bb3fefd85a7f7d79 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Feb 10 2006 11:14:10 +0000 Subject: workaround timestamps in the future, daniel --- diff --git a/libvirt.spec b/libvirt.spec index d5ad793..49d42a4 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -42,6 +42,8 @@ supplied by the libvirt library to use the Xen virtualization framework. %setup -q %build +# 0.0.4 workaround timestamp in the future +find . -exec touch {} \; %configure make