6c94857032
(1)Release Version Upgrade (2)Matching code changes with el7 to el8 (3)Change applying patch command Currently auto apply all patches as below %autosetup -p1 instead of applying patches commmand by command: %patchxxxx -p1 Story: 2006729 Task: 37687 Depends-On: https://review.opendev.org/#/c/696481/ Depends-On: https://review.opendev.org/#/c/696050/ Change-Id: I4a0dd93322144c13494e9ca4444f23b4b2aca0cf Signed-off-by: Long Li <lilong-neu@neusoft.com>
26 lines
703 B
Diff
26 lines
703 B
Diff
From d52fda6215af4f2d51884a10c04d3c7a44d100dd Mon Sep 17 00:00:00 2001
|
|
From: Don Penney <don.penney@windriver.com>
|
|
Date: Mon, 13 Nov 2017 16:38:15 -0500
|
|
Subject: [PATCH] Update package versioning for TIS format
|
|
|
|
---
|
|
SPECS/anaconda.spec | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec
|
|
index ef88921..b345630 100644
|
|
--- a/SPECS/anaconda.spec
|
|
+++ b/SPECS/anaconda.spec
|
|
@@ -7,7 +7,7 @@
|
|
Summary: Graphical system installer
|
|
Name: anaconda
|
|
Version: 29.19.0.40
|
|
-Release: 1%{?dist}
|
|
+Release: 1.el8%{?_tis_dist}.%{tis_patch_ver}
|
|
License: GPLv2+ and MIT
|
|
Group: Applications/System
|
|
URL: http://fedoraproject.org/wiki/Anaconda
|
|
--
|
|
2.7.4
|
|
|