[PATCH 2 of 3] rpm: make Python 2.7.9 the default Python to include in rpms for EL 5

Ryan McElroy rm at fb.com
Fri Jan 16 00:53:41 CST 2015


On 1/15/2015 8:01 PM, Mads Kiilerich wrote:
> # HG changeset patch
> # User Mads Kiilerich <madski at unity3d.com>
> # Date 1421378800 -3600
> #      Fri Jan 16 04:26:40 2015 +0100
> # Node ID b60cd5c10c5053826f565cec73b2e5d7636549a5
> # Parent  11108c8a7aaab973f11b2e2b49c02a4a3152b908
> rpm: make Python 2.7.9 the default Python to include in rpms for EL 5
>
> Use the new and more TLS support in Python 2.7.9.
>
> diff --git a/contrib/buildrpm b/contrib/buildrpm
> --- a/contrib/buildrpm
> +++ b/contrib/buildrpm
> @@ -17,8 +17,8 @@ while [ "$1" ]; do
>           ;;
>       --withpython | --with-python)
>           shift
> -        PYTHONVER=2.7.8
> -        PYTHONMD5=d4bca0159acb0b44a781292b5231936f
> +        PYTHONVER=2.7.9
> +        PYTHONMD5=5eebcaa0030dc4061156d3429657fb83
>           ;;
>       --rpmbuilddir )
>           shift
>
Progress stumbles slowly forward :-)


More information about the Mercurial-devel mailing list