X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pcucontrol.spec;h=0424792cbd382bfb2153d6f7a14df11e64da1565;hb=81cc60f765c104708edea5587c5563d3cdc8b7f8;hp=b9d1ac4f25e2fea210f87317110028331049f7d5;hpb=19ae25aee94027eef886a6b3bf00d277cc0ceda2;p=pcucontrol.git diff --git a/pcucontrol.spec b/pcucontrol.spec index b9d1ac4..0424792 100644 --- a/pcucontrol.spec +++ b/pcucontrol.spec @@ -6,7 +6,7 @@ %define name pcucontrol %define version 1.0 -%define taglevel 0 +%define taglevel 4 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -25,6 +25,7 @@ Distribution: PlanetLab %{plrelease} URL: %(echo %{url} | cut -d ' ' -f 2) Requires: python +Requires: OpenIPMI-tools Obsoletes: monitor-pcucontrol Summary: pcu controls for monitor and plcapi @@ -60,5 +61,19 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 12 2010 Talip Baris Metin - pcucontrol-1.0-4 +- * add ipmi trasport type. + +* Mon May 03 2010 Talip Baris Metin - pcucontrol-1.0-3 +- remove unused import (that causes deprecated warnings in plcsh) + +* Fri Apr 02 2010 Thierry Parmentelat - pcucontrol-1.0-2 +- tweak for DRAC - protect against spaces in password + +* Thu Jan 21 2010 Talip Baris Metin - pcucontrol-1.0-1 +- * pcucontrol obsoletes monitor-pcucontrol +- * use bash built-in instead of which to locate ssh +- * racadm fix for DRAC. + * Tue Dec 22 2009 Baris Metin - initial package