1c8c71654f
Use openssh-config package to package config and service files for openssh package. Merge adding source patch and spec related change to one meta patch named spec-include-Tis-chnages.patch. Deployment test and ping test between VMs pass Config files check pass. Story: 2003768 Task: 27588 Change-Id: I77cd054707d11dace1c47e8477d0e30b69719a38 Signed-off-by: zhipengl <zhipengs.liu@intel.com>
36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
From 4da56227f47a96f37eb0e46e0222f7e1d2f95c2b Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Mon, 2 Oct 2017 15:32:16 -0400
|
|
Subject: 0001-Update-package-versioning-for-TIS-format.patch
|
|
|
|
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
|
|
---
|
|
SPECS/openssh.spec | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/SPECS/openssh.spec b/SPECS/openssh.spec
|
|
index 5c030bc..0a91b56 100644
|
|
--- a/SPECS/openssh.spec
|
|
+++ b/SPECS/openssh.spec
|
|
@@ -71,7 +71,7 @@
|
|
Summary: An open source implementation of SSH protocol versions 1 and 2
|
|
Name: openssh
|
|
Version: %{openssh_ver}
|
|
-Release: %{openssh_rel}%{?dist}%{?rescue_rel}
|
|
+Release: %{openssh_rel}.el7_4%{?_tis_dist}.%{tis_patch_ver}
|
|
URL: http://www.openssh.com/portable.html
|
|
#URL1: http://pamsshagentauth.sourceforge.net
|
|
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
|
@@ -346,7 +346,7 @@ Requires: openssh = %{version}-%{release}
|
|
Summary: PAM module for authentication with ssh-agent
|
|
Group: System Environment/Base
|
|
Version: %{pam_ssh_agent_ver}
|
|
-Release: %{pam_ssh_agent_rel}.%{openssh_rel}%{?dist}%{?rescue_rel}
|
|
+Release: %{pam_ssh_agent_rel}.el7_2%{?_tis_dist}.%{tis_patch_ver}
|
|
License: BSD
|
|
|
|
%description
|
|
--
|
|
1.8.3.1
|
|
|