X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=nodeimage.spec;h=b097ff9c40b2d664221b6a1132ce6fb19a194d11;hb=1046177618d63abfa91e84d25bfd2bfb9554f314;hp=470e47855723fbbb1085d0d6e5e7b338dd2506c6;hpb=c54d44a75e7bcc6c4f31cdc513c90c0dfb97ee44;p=nodeimage.git diff --git a/nodeimage.spec b/nodeimage.spec index 470e478..b097ff9 100644 --- a/nodeimage.spec +++ b/nodeimage.spec @@ -3,7 +3,7 @@ %define name nodeimage-%{nodefamily} %define version 5.2 -%define taglevel 1 +%define taglevel 2 # pldistro already in the rpm name #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -71,9 +71,11 @@ for the MyPLC side. pushd nodeimage ./build.sh %{pldistro} for tar in *.tar *.tar.bz2; do - echo "* Computing SHA1 checksum for $tar" - sha1sum $tar > $tar.sha1sum - chmod 444 $tar.sha1sum + start=$(date +%H-%M-%S) + sha1sum $tar > $tar.sha1sum + chmod 444 $tar.sha1sum + end=$(date +%H-%M-%S) + echo "* Computed SHA1 checksum for $tar ($start .. $end) " done popd @@ -97,6 +99,8 @@ for fcdistro in $(ls); do done popd +echo "* nodeconfig/yum done $(date +%H-%M-%S)" + %install rm -rf $RPM_BUILD_ROOT @@ -151,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT /etc/plc.d %changelog +* Sun Jul 14 2013 Thierry Parmentelat - nodeimage-5.2-2 +- more timestamps during build + * Thu Mar 07 2013 Thierry Parmentelat - nodeimage-5.2-1 - add support for f18 yum config