X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pcucontrol.spec;h=42fbc8d19fb79d7046476c361a3f5e06670ee778;hb=5f6e0d47571b9926185375d06fefbf3e3a24a520;hp=ea66f51f389ff37c629b265bdae50f6087ee18c5;hpb=e5d3dfa2256a50c12e408f85b1c79f7990bf538e;p=pcucontrol.git diff --git a/pcucontrol.spec b/pcucontrol.spec index ea66f51..42fbc8d 100644 --- a/pcucontrol.spec +++ b/pcucontrol.spec @@ -6,7 +6,7 @@ %define name pcucontrol %define version 1.0 -%define taglevel 5 +%define taglevel 7 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -44,6 +44,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 .. @@ -61,6 +62,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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