X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=nodeimage.spec;h=f585a7e8c54e010b3b8446253117bff80ca22703;hb=7e91c72b95a513398805b5b45280d7cc53837698;hp=9eff7d4603b0d3b38c3a5d1da7a56889cbc401bf;hpb=93020f79ee2cb2b95500bd4e5ed922ceb3bb217a;p=nodeimage.git diff --git a/nodeimage.spec b/nodeimage.spec index 9eff7d4..f585a7e 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 0 +%define version 5.2 +%define taglevel 1 # 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,20 @@ rm -rf $RPM_BUILD_ROOT /etc/plc.d %changelog +* 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