X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=nodeimage.spec;h=b097ff9c40b2d664221b6a1132ce6fb19a194d11;hb=1046177618d63abfa91e84d25bfd2bfb9554f314;hp=79f64b8af6a46d0c10f5d2050c01bf0dab5b4822;hpb=f05cb4dda76a6ed04f30bafa8fbd5a2f98ccacaa;p=nodeimage.git diff --git a/nodeimage.spec b/nodeimage.spec index 79f64b8..b097ff9 100644 --- a/nodeimage.spec +++ b/nodeimage.spec @@ -2,8 +2,8 @@ %define extensionfamily %{distroname}-%{_arch} %define name nodeimage-%{nodefamily} -%define version 2.1 -%define taglevel 4 +%define version 5.2 +%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,12 @@ 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 + * Mon Feb 11 2013 Stephen Soltesz - nodeimage-2.1-4 * Mon Nov 26 2012 Thierry Parmentelat - nodeimage-2.1-3