637e7b9d2e
(1)Release Version Upgrade (2)Matching code changes with el7 to el8 Story: 2006729 Task: 38744 Depends-On: https://review.opendev.org/#/c/700793/ Change-Id: I98272e33911854ae366f52fb3c7fc1b0b43682ea Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
27 lines
799 B
Diff
27 lines
799 B
Diff
From 9bc57c6963fcea63a7793633339e5692ec3e2252 Mon Sep 17 00:00:00 2001
|
|
From: John Kung <john.kung@windriver.com>
|
|
Date: Wed, 7 Aug 2019 13:35:22 -0400
|
|
Subject: [PATCH 1/1] Add package versioning patch
|
|
|
|
Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
|
|
---
|
|
SPECS/python-docker.spec | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/SPECS/python-docker.spec b/SPECS/python-docker.spec
|
|
index 5ebf252..92420e3 100644
|
|
--- a/SPECS/python-docker.spec
|
|
+++ b/SPECS/python-docker.spec
|
|
@@ -16,7 +16,7 @@
|
|
|
|
Name: python-%{srcname}
|
|
Version: 4.0.2
|
|
-Release: 2%{?dist}
|
|
+Release: 2.el8%{?_tis_dist}.%{tis_patch_ver}
|
|
Summary: A Python library for the Docker Engine API
|
|
License: ASL 2.0
|
|
URL: https://pypi.org/project/%{srcname}
|
|
--
|
|
2.7.4
|
|
|