X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=nodeimage.spec;h=798946f5a68e4bb94b31fc88b1fbe7af9b2d70b3;hb=70f200bc6ac67b80c61c417d5cd75fffa1cb0654;hp=7faf366cc320374fae3ab450d636154fd10dc965;hpb=e5fb4ebe5d805216f04b5451d924141be0d8d97c;p=bootstrapfs.git diff --git a/nodeimage.spec b/nodeimage.spec index 7faf366..798946f 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 2 +%define version 5.2 +%define taglevel 7 # 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,35 @@ rm -rf $RPM_BUILD_ROOT /etc/plc.d %changelog +* Sun Jul 10 2016 Thierry Parmentelat - nodeimage-5.2-7 +- yum config ; deprecates old fedora releases, add support for f23/f24 + +* Fri Nov 13 2015 Thierry Parmentelat - nodeimage-5.2-6 +- fix for f22 and dnf.conf + +* Fri Jun 26 2015 Thierry Parmentelat - nodeimage-5.2-5 +- the yum config for nodes on f21 and f22 +- define a new config_file for /etc/dnf/dnf.conf so that /etc/yum.myplc.d +- is taken into account on f22 + +* Wed Feb 18 2015 Thierry Parmentelat - nodeimage-5.2-4 +- minor change; start plc packages only at run-time, not build-time +- only available on systems that have systemctl + +* 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 +- 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