X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=nodeimage.spec;h=75b4dcb85944f17e87369e0b60ea2b04e88b32f3;hb=7ac37b2106283238e2df601b0c5be59acbf3d0a5;hp=ced746f98b21f377f5d1f95a0a0cc2bc17b910cf;hpb=2b2dc2f517d12128b2d70f2d1b5c11f809c1193e;p=bootstrapfs.git diff --git a/nodeimage.spec b/nodeimage.spec index ced746f..75b4dcb 100644 --- a/nodeimage.spec +++ b/nodeimage.spec @@ -3,7 +3,7 @@ %define name nodeimage-%{nodefamily} %define version 5.2 -%define taglevel 0 +%define taglevel 3 # 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,15 @@ rm -rf $RPM_BUILD_ROOT /etc/plc.d %changelog +* Fri Mar 21 2014 Thierry Parmentelat - nodeimage-5.2-3 +- template for f20 yum config + +* 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 + * Mon Feb 11 2013 Stephen Soltesz - nodeimage-2.1-4 * Mon Nov 26 2012 Thierry Parmentelat - nodeimage-2.1-3