X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=nodeimage.spec;h=b097ff9c40b2d664221b6a1132ce6fb19a194d11;hb=1046177618d63abfa91e84d25bfd2bfb9554f314;hp=54a63f95b803cc53baebc1e18b79fdb06c0b457c;hpb=0aaebce5eadf60ef3aff7f46dd6174ce03c97821;p=nodeimage.git diff --git a/nodeimage.spec b/nodeimage.spec index 54a63f9..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 1 +%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,23 @@ 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 +- fix /etc/plc.d/packages for empty install dirs + +* Fri Sep 28 2012 Thierry Parmentelat - nodeimage-2.1-2 +- exclude slice repos when running plc.d/packages start + +* Fri Apr 13 2012 Thierry Parmentelat - nodeimage-2.1-1 +- renamed as nodeimage - works on both mainline and lxc + * Thu Feb 16 2012 Thierry Parmentelat - bootstrapfs-2.0-14 - changes needed for build with yumexcludes defined in a separate pkgs file