[virt-tools-list] [libvirt] ANNOUNCE: virt-manager 0.9.3

Cole Robinson crobinso at redhat.com
Thu Jul 19 19:26:19 UTC 2012


On 07/18/2012 02:39 PM, Jason Helfman wrote:
> commit bab825e555383f150f5967b22707dc9ea4123cf8
> Author: Jason Helfman <jgh at FreeBSD.org>
> Date:   Wed Jul 18 11:36:36 2012 -0700
> 
>     Revert "Specify /usr/bin/python explicitly"
>     
>     This reverts commit 5104669795788a1685006761b437e9b296840f89.
> 
> diff --git a/src/virt-manager-tui.in b/src/virt-manager-tui.in
> index fb3caeb..192cc22 100644
> --- a/src/virt-manager-tui.in
> +++ b/src/virt-manager-tui.in
> @@ -1,3 +1,3 @@
>  #!/bin/sh
>  
> -exec /usr/bin/python "::PYTHONDIR::/::PACKAGE::.py" "$@"
> +exec python "::PYTHONDIR::/::PACKAGE::.py" "$@"
> diff --git a/src/virt-manager.in b/src/virt-manager.in
> index fb3caeb..192cc22 100755
> --- a/src/virt-manager.in
> +++ b/src/virt-manager.in
> @@ -1,3 +1,3 @@
>  #!/bin/sh
>  
> -exec /usr/bin/python "::PYTHONDIR::/::PACKAGE::.py" "$@"
> +exec python "::PYTHONDIR::/::PACKAGE::.py" "$@"

One instance was missing, so I fixed that, added some more details, and pushed:

http://git.fedorahosted.org/git?p=virt-manager.git;a=commit;h=30282a17091014ba5a96d20f4260df55779933c4

Thanks,
Cole




More information about the virt-tools-list mailing list