540355adf5
Test: 1, multi-node deployed with 1 controller and 1 compute enabled 2, duplex deployed wtih 2 controller node enabled Task: 26447 Story: 2003759 Change-Id: I83ae9a8e2e8a99e6ec5646bb784b85fc58ea33f1 Signed-off-by: Martin, Chen <haochuan.z.chen@intel.com>
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
From 182dd62962039d383c96d7a50779aefb62cac9a0 Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Mon, 15 Oct 2018 23:17:14 +0800
|
|
Subject: [PATCH] WRS: 0001-Update-package-versioning-for-TIS-format.patch
|
|
|
|
---
|
|
SPECS/nfs-utils.spec | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/SPECS/nfs-utils.spec b/SPECS/nfs-utils.spec
|
|
index d10c87c..b866788 100644
|
|
--- a/SPECS/nfs-utils.spec
|
|
+++ b/SPECS/nfs-utils.spec
|
|
@@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
|
|
Name: nfs-utils
|
|
URL: http://sourceforge.net/projects/nfs
|
|
Version: 1.3.0
|
|
-Release: 0.54%{?dist}
|
|
+Release: 0.54.el7%{?_tis_dist}.%{tis_patch_ver}
|
|
Epoch: 1
|
|
|
|
# group all 32bit related archs
|
|
@@ -155,6 +155,7 @@ Provides: rpc.mountd = %{epoch}:%{version}-%{release}
|
|
Provides: rpc.nfsd = %{epoch}:%{version}-%{release}
|
|
Provides: rpc.statd = %{epoch}:%{version}-%{release}
|
|
Provides: rpc.gssd = %{epoch}:%{version}-%{release}
|
|
+Provides: rpc.svcgssd = %{epoch}:%{version}-%{release}
|
|
Provides: mount.nfs = %{epoch}:%{version}-%{release}
|
|
Provides: mount.nfs4 = %{epoch}:%{version}-%{release}
|
|
Provides: umount.nfs = %{epoch}:%{version}-%{release}
|
|
--
|
|
2.7.4
|
|
|