From b7960be42d132ec39dec38a8d42f533f097e4d82 Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Oct 29 2006 19:23:37 +0000 Subject: - Fix minor problem with src zip repack code --- diff --git a/eclipse.spec b/eclipse.spec index 1c6a13f..7a30913 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -1211,7 +1211,7 @@ for zip in `find ${RPM_BUILD_ROOT}%{_datadir}/%{name} -type f -name \*.zip`; do popd # Set the times of the directories. - touch --date="$DATE" `find $ZIPDIR -type d` + touch --date="1970-01-01 UTC" `find $ZIPDIR -type d` # make the new zip pushd $ZIPDIR