X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pcucontrol.spec;h=6357fc4c308a3fb5c982302ce086e6b8f8edb30c;hb=51e66ab7b975799462e6b6c93494f4781fecacf7;hp=399bc388d465298f6e391f183fe3d11b411d158f;hpb=219e44872119e6a44a7a10a095de89ea736ea3a9;p=pcucontrol.git diff --git a/pcucontrol.spec b/pcucontrol.spec index 399bc38..6357fc4 100644 --- a/pcucontrol.spec +++ b/pcucontrol.spec @@ -1,12 +1,6 @@ -# -# $Id$ -# - -%define url $URL: svn+ssh://svn.planet-lab.org/svn/pcucontrol/trunk/pcucontrol.spec $ - %define name pcucontrol %define version 1.0 -%define taglevel 1 +%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)" ) @@ -22,9 +16,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Requires: python +Requires: OpenIPMI-tools +Obsoletes: monitor-pcucontrol Summary: pcu controls for monitor and plcapi Group: Applications/System @@ -42,6 +38,7 @@ supported models. # NOTE: TMPDIR is needed here b/c the tmpfs of the build vserver is too small. cd pcucontrol/models/intelamt export TMPDIR=$PWD/tmp +mkdir -p $TMPDIR make cd .. @@ -59,5 +56,45 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 31 2011 Stephen Soltesz - pcucontrol-1.0-12 +- Fixed DRAC regular expression for ssh, and added IP address for external +- command. + +* Wed Jun 08 2011 s s - pcucontrol-1.0-11 +- Updated HPiLO, DRAC with expect scripts. +- Updated other models to use subprocess module in favor of os.popen* + +* Mon Jan 24 2011 Thierry Parmentelat - pcucontrol-1.0-10 +- no semantic change - just fixed specfile for git URL + +* Fri Dec 03 2010 Baris Metin - pcucontrol-1.0-9 +- fix build for f14 + +* Thu Jul 08 2010 Baris Metin - pcucontrol-1.0-8 +- fix build issue + +* Mon Jul 05 2010 Baris Metin - pcucontrol-1.0-7 +- fixes for HPiLO + +* Fri Jun 18 2010 s s - pcucontrol-1.0-6 +- adding a testrun parameter to the api + +* Fri May 21 2010 Talip Baris Metin - pcucontrol-1.0-5 +- ePowerSwitchOld fix + +* 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