integ/python/python-django/centos/meta_patches/0001-Update-package-versioning-for-TIS-format.patch
SidneyAn 9f41b6d9db Revert "upgrade python-django to CentOS 7.6 version"
This reverts commit d0e1110fda670d329aabf21fcfd6ee672e198618.

Patch [2/2]
Revert Reason
As part of CentOS 7.6 upgrade tasks, I have upgraded python-django from
1.8.14-1 to 1.11.13 from 3rd-party repo
"https://dl.fedoraproject.org/pub/epel/testing/7/SRPMS/Packages/p/"
However lately CentOS repo made a refreshment and we noticed in official
repo, python-django still keeps version 1.8.14-1.
“http://vault.centos.org/7.6.1810/cloud/Source/openstack-pike/common/”

so we revert previous change d0e1110fda670d329aabf21fcfd6ee672e198618.

Story: 2004522
Task: 28853

Depends-On: https://review.openstack.org/#/c/629970/
Change-Id: Iadd18f4293e82cd50493a524bde96af455765b04
2019-01-15 02:00:27 +00:00

26 lines
714 B
Diff

From 487be212ccf9debb2c15dcc360ee4c429779b6d0 Mon Sep 17 00:00:00 2001
From: Don Penney <don.penney@windriver.com>
Date: Mon, 26 Sep 2016 17:50:11 -0400
Subject: [PATCH] Update package versioning for TIS format
---
SPECS/python-django.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SPECS/python-django.spec b/SPECS/python-django.spec
index d0e54bb..5cf8579 100644
--- a/SPECS/python-django.spec
+++ b/SPECS/python-django.spec
@@ -29,7 +29,7 @@
Name: python-django
Version: 1.8.14
-Release: 1%{?dist}
+Release: 1.el7%{?_tis_dist}.%{tis_patch_ver}
Summary: A high-level Python Web framework
Group: Development/Languages
--
1.8.3.1