X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myplc-release.spec;h=80c76899c0c75e49da33f21e3756bccfab2ae125;hb=1fd318bda740e684c8ecbf268e52afed190b746e;hp=fa57579385d13f5802ed987405219b509e962407;hpb=9b992c7d9ad7dd75a18b6c28bb8c5541aab51896;p=myplc.git diff --git a/myplc-release.spec b/myplc-release.spec index fa57579..80c7689 100644 --- a/myplc-release.spec +++ b/myplc-release.spec @@ -4,8 +4,8 @@ %define url $URL$ %define name myplc-release -%define version 5.0 -%define taglevel 1 +%define version 4.3 +%define taglevel 21 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -34,20 +34,20 @@ contents of that release. This is used by the GetPlcRelease API call. %setup -q %build -rm -rf $RPM_BUILD_ROOT # fetch the release stamp from the build if any -if [ -f ../../../myplc-release ] ; then - cp ../../../myplc-release myplc-release +if [ -f ../../myplc-release ] ; then + cp ../../myplc-release myplc-release else echo "Cannot find release information." > myplc-release date >> myplc-release echo "$HeadURL$" >> myplc-release fi -# install it in /etc/myplc-release -install -m 444 myplc-release ${RPM_BUILD_ROOT}/etc/myplc-release %install +rm -rf $RPM_BUILD_ROOT +# install it in /etc/myplc-release +install -D -m 444 myplc-release ${RPM_BUILD_ROOT}/etc/myplc-release %clean rm -rf $RPM_BUILD_ROOT @@ -57,3 +57,84 @@ rm -rf $RPM_BUILD_ROOT /etc/myplc-release %changelog +* Tue Jul 07 2009 Thierry Parmentelat - MyPLC-4.3-21 +- create node tags, like e.g. 'arch', that were not handled with 4.3-20 + +* Tue Jul 07 2009 Thierry Parmentelat - MyPLC-4.3-20 +- bugfix in db-config, tag 4.3-19 would not fly + +* Mon Jul 06 2009 Marc Fiuczynski - MyPLC-4.3-19 +- Refactored db-config into snippets in db-config.d/. + +* Thu Jul 02 2009 Thierry Parmentelat - MyPLC-4.3-18 +- oops, tag 4.3-17 was broken and would not work + +* Wed Jul 01 2009 Thierry Parmentelat - MyPLC-4.3-17 +- bugfix - escape sequences inserted in xml configs + +* Fri Jun 26 2009 Marc Fiuczynski - MyPLC-4.3-16 +- Handle db-config.d files properly. + +* Tue Jun 23 2009 Marc Fiuczynski - MyPLC-4.3-15 +- - Fix /etc/init.d/plc to have command usage show up on the tty rather +- than the log file +- - Fix db-config to be a bit more cautious when +- /etc/planetlab/db-config.d doesn't exist +- - Clean up db-config approach to ignore .bak, *~, .rpm{save,new}, and +- .orig files. +- - Refactor generic plc-config-tty code into plc_config.py. +- plc-config-tty now contains MyPLC specific paths, "usual" variables, +- and the list of validated variables and the corresponding +- validator() function. This refactoring lets one reuse plc_config.py +- as a generic cmdline configuration tool for highly customer MyPLC +- like software. + +* Mon Jun 15 2009 Stephen Soltesz - MyPLC-4.3-14 +- update PCU Type descriptions. +- updates to init scripts + +* Wed Jun 03 2009 Thierry Parmentelat - MyPLC-4.3-13 +- requires monitor-pcucontrol so register-wizard can work + +* Tue May 26 2009 Thierry Parmentelat - MyPLC-4.3-12 +- cleaned up plc-config-tty, no more need to configure plc-devel + +* Tue May 19 2009 Thierry Parmentelat - MyPLC-4.3-11 +- first draft of plc-orpha-accounts.py, and rename check-ssl-peering into plc-<> + +* Fri May 15 2009 Thierry Parmentelat - MyPLC-4.3-10 +- tighter right permissions on site_admin's authorized keys for more robustness + +* Wed May 06 2009 Thierry Parmentelat - MyPLC-4.3-9 +- fix issue in db-config that prevented correct operation + +* Wed May 06 2009 Thierry Parmentelat - MyPLC-4.3-8 +- remove support for chroot-based packaging - no crond nor syslog step anymore +- plc init script now named plc.init instead of former guest.init + +* Mon May 04 2009 Stephen Soltesz - MyPLC-4.3-7 +- add Monitor to docs build + +* Wed Apr 29 2009 Marc Fiuczynski - MyPLC-4.3-6 +- plc_config.py and plc-config-tty: generalized to work for more diverse +- MyPLC configurations. +- plc.d/httpd: only update httpd_conf with /data for chroot'ed MyPLC +- deployments and increase the memory limits in php.ini +- plc.d/crond: add --full option to vacuumdb + +* Tue Apr 07 2009 Thierry Parmentelat - MyPLC-4.3-5 +- avoid generating ssl certificates for disabled services among www api boot + +* Mon Mar 30 2009 Thierry Parmentelat - MyPLC-4.3-4 +- cleaned up old entries in db-config +- mtail more robust + +* Tue Mar 24 2009 Thierry Parmentelat - MyPLC-4.3-3 +- php include path tweaked for plekit includes +- reviewed myplc (fka native) packaging dependencies +- renumbered 4.3 + +* Thu Jan 29 2009 Thierry Parmentelat - MyPLC-4.3-2 +- rename myplc into myplc-chroot and myplc-native into myplc +- new settings (shortname & hrn_root) for local peer +