X-Git-Url: http://git.onelab.eu/?p=bootstrapfs.git;a=blobdiff_plain;f=nodeimage.spec;h=da01e7d679a54b6e5f3bc48e40f8ce56a211dd6d;hp=3a11bf2943a6bb0647a8c8cdcaddfcab69ef7baa;hb=HEAD;hpb=88c235263724952cf1488114498efc36e0c165f8 diff --git a/nodeimage.spec b/nodeimage.spec index 3a11bf2..da01e7d 100644 --- a/nodeimage.spec +++ b/nodeimage.spec @@ -77,10 +77,10 @@ for the MyPLC side. pushd nodeimage ./build.sh %{pldistro} for tar in *.tar *.tar.bz2; do - start=$(date +%H-%M-%S) + start=$(date --iso-8601=seconds) sha1sum $tar > $tar.sha1sum chmod 444 $tar.sha1sum - end=$(date +%H-%M-%S) + end=$(date --iso-8601=seconds) echo "* Computed SHA1 checksum for $tar ($start .. $end) " done popd @@ -105,7 +105,7 @@ for fcdistro in $(ls); do done popd -echo "* nodeconfig/yum done $(date +%H-%M-%S)" +echo "* nodeconfig/yum done $(date --iso-8601=seconds)" %install rm -rf $RPM_BUILD_ROOT