X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myplc.spec;h=bf625048a564776a4e351ac71333b99178d458a8;hb=d3604e64b08a4296a416672dabc9bf7fd3525501;hp=01d1f4bc2a506feb7f9f065fed7accd8a9bb5339;hpb=9d3c563ff92988851bc02d3329152558d62f20c2;p=myplc.git diff --git a/myplc.spec b/myplc.spec index 01d1f4b..bf62504 100644 --- a/myplc.spec +++ b/myplc.spec @@ -4,7 +4,7 @@ %define name myplc %define version 5.0 -%define taglevel 8 +%define taglevel 12 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -242,6 +242,8 @@ fi /usr/bin/clean-empty-dirs.py* /usr/bin/plc-check-ssl-peering.py* /usr/bin/plc-orphan-accounts.py* +/usr/bin/spot-aliens.py* +/usr/bin/spot-dup-accounts.sh %files config %defattr(-,root,root,-) @@ -250,6 +252,19 @@ fi %changelog +* Wed Dec 01 2010 Thierry Parmentelat - myplc-5.0-12 +- needed for plcapi-5.0-19, i.e. tag permissions based on roles + +* Mon Oct 04 2010 Baris Metin - myplc-5.0-11 +- add missing files to rpm package + +* Mon Oct 04 2010 Thierry Parmentelat - myplc-5.0-10 +- mtail.py -s for SFA +- spot-aliesm.py is a utility script for sanity checks of the PLC db when running refreshpeer+sfa + +* Thu Jul 15 2010 Thierry Parmentelat - myplc-5.0-9 +- avoid duplication of the plc-config binary in both myplc and myplc-config rpms + * Mon Jul 12 2010 Thierry Parmentelat - myplc-5.0-8 - plc-config-tty now has a validator on booleans - e.g. entering 'True' now is rejected rather than silently recording 'false'