From 279efe84c86795a88a38149f07c004e2d7e1dfec Mon Sep 17 00:00:00 2001 From: Hyunjee Kim Date: Mon, 25 Nov 2019 17:25:49 +0900 Subject: [PATCH] Bump to python 2.7.17 Change-Id: I2fd8a054291e106d15ec215436225e05f1892bce Signed-off-by: Hyunjee Kim --- packaging/python.spec | 6 +++--- packaging/{python-2.7.15_lib64.patch => python_lib64.patch} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename packaging/{python-2.7.15_lib64.patch => python_lib64.patch} (100%) diff --git a/packaging/python.spec b/packaging/python.spec index 91547d1..1aed44f 100644 --- a/packaging/python.spec +++ b/packaging/python.spec @@ -1,6 +1,6 @@ Name: python -Version: 2.7.15 -Release: 1 +Version: 2.7.17 +Release: 0 License: Python-2.0 Summary: Python Interpreter Url: http://www.python.org/ @@ -12,7 +12,7 @@ Source1: macros.python Source2: pythonstart Source3: python.sh Source4: python.csh -Source6: python-2.7.15_lib64.patch +Source6: python_lib64.patch Source1001: %name.manifest diff --git a/packaging/python-2.7.15_lib64.patch b/packaging/python_lib64.patch similarity index 100% rename from packaging/python-2.7.15_lib64.patch rename to packaging/python_lib64.patch -- 2.7.4