use -e para to make transferred meaning take effect
This commit is contained in:
parent
becf4dc8b7
commit
ea6d72236d
@ -1,6 +1,6 @@
|
|||||||
Name: rdma-core
|
Name: rdma-core
|
||||||
Version: 35.0
|
Version: 35.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: RDMA core userspace libraries and daemons
|
Summary: RDMA core userspace libraries and daemons
|
||||||
License: GPLv2 or BSD
|
License: GPLv2 or BSD
|
||||||
Url: https://github.com/linux-rdma/rdma-core
|
Url: https://github.com/linux-rdma/rdma-core
|
||||||
@ -48,7 +48,8 @@ Obsoletes: openib-srptools <= 0.0.6
|
|||||||
|
|
||||||
Conflicts: infiniband-diags <= 1.6.7
|
Conflicts: infiniband-diags <= 1.6.7
|
||||||
|
|
||||||
Patch9002: fixbug-increase-maximum-number-of-cpus-rdma.patch
|
Patch001: fixbug-increase-maximum-number-of-cpus-rdma.patch
|
||||||
|
Patch002: use-e-para-to-make-transferred-meaning-take-effect.patch
|
||||||
|
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
@ -249,6 +250,12 @@ rm -f %{buildroot}/%{_sbindir}/srp_daemon.sh
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 26 2021 seuzw <930zhaowei@163.com> - 35.0-3
|
||||||
|
- Type: bugfix
|
||||||
|
- ID: NA
|
||||||
|
- SUG: NA
|
||||||
|
- DESC: Use -e para to make transferred meaning take effect
|
||||||
|
|
||||||
* Thu Sep 23 2021 zhongxuan <zhongxuan2@huawei.com> - 35.0-2
|
* Thu Sep 23 2021 zhongxuan <zhongxuan2@huawei.com> - 35.0-2
|
||||||
- Type: bugfix
|
- Type: bugfix
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
95
use-e-para-to-make-transferred-meaning-take-effect.patch
Normal file
95
use-e-para-to-make-transferred-meaning-take-effect.patch
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
From cfac7d4cadbc93f20c0b4e6badfcabb9f55f0ad5 Mon Sep 17 00:00:00 2001
|
||||||
|
From: seuzw <930zhaowei@163.com>
|
||||||
|
Date: Sun, 26 Sep 2021 15:38:49 +0800
|
||||||
|
Subject: [PATCH] use -e para to make transferred meaning take effect
|
||||||
|
|
||||||
|
---
|
||||||
|
infiniband-diags/scripts/ibcheckerrs.in | 2 +-
|
||||||
|
infiniband-diags/scripts/ibchecknode.in | 2 +-
|
||||||
|
infiniband-diags/scripts/ibcheckport.in | 2 +-
|
||||||
|
infiniband-diags/scripts/ibcheckportstate.in | 2 +-
|
||||||
|
infiniband-diags/scripts/ibcheckportwidth.in | 2 +-
|
||||||
|
infiniband-diags/scripts/ibdatacounts.in | 2 +-
|
||||||
|
6 files changed, 6 insertions(+), 6 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/infiniband-diags/scripts/ibcheckerrs.in b/infiniband-diags/scripts/ibcheckerrs.in
|
||||||
|
index 1edd1eb..4902f55 100644
|
||||||
|
--- a/infiniband-diags/scripts/ibcheckerrs.in
|
||||||
|
+++ b/infiniband-diags/scripts/ibcheckerrs.in
|
||||||
|
@@ -140,7 +140,7 @@ else
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$suppress_deprecated" = "no" ]; then
|
||||||
|
-echo "*** WARNING ***: this command is deprecated; Please use \"ibqueryerrors\"\n\n" 1>&2
|
||||||
|
+echo -e "*** WARNING ***: this command is deprecated; Please use \"ibqueryerrors\"\n\n" 1>&2
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$guid_addr" ]; then
|
||||||
|
diff --git a/infiniband-diags/scripts/ibchecknode.in b/infiniband-diags/scripts/ibchecknode.in
|
||||||
|
index d70d5c8..9555513 100644
|
||||||
|
--- a/infiniband-diags/scripts/ibchecknode.in
|
||||||
|
+++ b/infiniband-diags/scripts/ibchecknode.in
|
||||||
|
@@ -75,7 +75,7 @@ if [ -z "$1" ]; then
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$suppress_deprecated" = "no" ]; then
|
||||||
|
-echo "*** WARNING ***: this command is deprecated; Please use \"smpquery nodeinfo\"\n\n" 1>&2
|
||||||
|
+echo -e "*** WARNING ***: this command is deprecated; Please use \"smpquery nodeinfo\"\n\n" 1>&2
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$guid_addr" ]; then
|
||||||
|
diff --git a/infiniband-diags/scripts/ibcheckport.in b/infiniband-diags/scripts/ibcheckport.in
|
||||||
|
index 16a8c24..a504c97 100644
|
||||||
|
--- a/infiniband-diags/scripts/ibcheckport.in
|
||||||
|
+++ b/infiniband-diags/scripts/ibcheckport.in
|
||||||
|
@@ -77,7 +77,7 @@ fi
|
||||||
|
portnum=$2
|
||||||
|
|
||||||
|
if [ "$suppress_deprecated" = "no" ]; then
|
||||||
|
-echo "*** WARNING ***: this command is deprecated\n\n" 1>&2
|
||||||
|
+echo -e "*** WARNING ***: this command is deprecated\n\n" 1>&2
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$guid_addr" ]; then
|
||||||
|
diff --git a/infiniband-diags/scripts/ibcheckportstate.in b/infiniband-diags/scripts/ibcheckportstate.in
|
||||||
|
index c5fb948..5482075 100644
|
||||||
|
--- a/infiniband-diags/scripts/ibcheckportstate.in
|
||||||
|
+++ b/infiniband-diags/scripts/ibcheckportstate.in
|
||||||
|
@@ -77,7 +77,7 @@ fi
|
||||||
|
portnum=$2
|
||||||
|
|
||||||
|
if [ "$suppress_deprecated" = "no" ]; then
|
||||||
|
-echo "*** WARNING ***: this command is deprecated\n\n" 1>&2
|
||||||
|
+echo -e "*** WARNING ***: this command is deprecated\n\n" 1>&2
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$guid_addr" ]; then
|
||||||
|
diff --git a/infiniband-diags/scripts/ibcheckportwidth.in b/infiniband-diags/scripts/ibcheckportwidth.in
|
||||||
|
index 9cfca11..eb79944 100644
|
||||||
|
--- a/infiniband-diags/scripts/ibcheckportwidth.in
|
||||||
|
+++ b/infiniband-diags/scripts/ibcheckportwidth.in
|
||||||
|
@@ -77,7 +77,7 @@ fi
|
||||||
|
portnum=$2
|
||||||
|
|
||||||
|
if [ "$suppress_deprecated" = "no" ]; then
|
||||||
|
-echo "*** WARNING ***: this command is deprecated\n\n" 1>&2
|
||||||
|
+echo -e "*** WARNING ***: this command is deprecated\n\n" 1>&2
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$guid_addr" ]; then
|
||||||
|
diff --git a/infiniband-diags/scripts/ibdatacounts.in b/infiniband-diags/scripts/ibdatacounts.in
|
||||||
|
index ac5f8c4..772b47f 100644
|
||||||
|
--- a/infiniband-diags/scripts/ibdatacounts.in
|
||||||
|
+++ b/infiniband-diags/scripts/ibdatacounts.in
|
||||||
|
@@ -113,7 +113,7 @@ fi
|
||||||
|
nodename=`$IBPATH/smpquery $ca_info nodedesc $lid | sed -e "s/^Node Description:\.*\(.*\)/\1/"`
|
||||||
|
|
||||||
|
if [ "$suppress_deprecated" = "no" ]; then
|
||||||
|
-echo "*** WARNING ***: this command is deprecated; Please use \"ibqueryerrors --counters\"\n\n" 1>&2
|
||||||
|
+echo -e "*** WARNING ***: this command is deprecated; Please use \"ibqueryerrors --counters\"\n\n" 1>&2
|
||||||
|
fi
|
||||||
|
|
||||||
|
text="`eval $IBPATH/perfquery $ca_info $lid $portnum`"
|
||||||
|
--
|
||||||
|
2.27.0
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user