From: Stephen Soltesz Date: Wed, 31 Aug 2011 19:50:24 +0000 (-0400) Subject: Setting tag pcucontrol-1.0-12 X-Git-Tag: pcucontrol-1.0-12^0 X-Git-Url: http://git.onelab.eu/?p=pcucontrol.git;a=commitdiff_plain;h=ad436a690a6adec83e04c917f20b7b770daea48e Setting tag pcucontrol-1.0-12 Fixed DRAC regular expression for ssh, and added IP address for external command. --- diff --git a/pcucontrol.spec b/pcucontrol.spec index fefe860..6357fc4 100644 --- a/pcucontrol.spec +++ b/pcucontrol.spec @@ -1,6 +1,6 @@ %define name pcucontrol %define version 1.0 -%define taglevel 11 +%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)" ) @@ -56,6 +56,10 @@ 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*