
With rpm version < 4.13, patch cmd will create .orig file for fuzzy patch in default. And this .orig file may lead to rpmbuild failure "error: Installed (but unpackaged) file(s) found:" Please visit below link to get more detail info: https://bugs.launchpad.net/starlingx/+bug/1794611 Also rename the patch match the PATCH_ORDER Story: 2003917 Task: 26972 Change-Id: I941281b0fe662b1c6c80fde8fe56ae89dfd05d3b Signed-off-by: slin14 <shuicheng.lin@intel.com>
37 lines
986 B
Diff
37 lines
986 B
Diff
From 18d4d4009e230d6d0b820496d210641ab79802af Mon Sep 17 00:00:00 2001
|
|
From: Al Bailey <Al.Bailey@windriver.com>
|
|
Date: Thu, 19 Oct 2017 14:19:56 -0500
|
|
Subject: Turn off openstackclient check
|
|
|
|
---
|
|
SPECS/python-openstackclient.spec | 13 +++++++------
|
|
1 file changed, 7 insertions(+), 6 deletions(-)
|
|
|
|
diff --git a/SPECS/python-openstackclient.spec b/SPECS/python-openstackclient.spec
|
|
index 44dd46b..9bca398 100644
|
|
--- a/SPECS/python-openstackclient.spec
|
|
+++ b/SPECS/python-openstackclient.spec
|
|
@@ -229,12 +229,13 @@ tar zcf %{buildroot}/usr/share/remote-clients/%{name}/%{name}-%{version}.tgz --e
|
|
# Find language files
|
|
%find_lang openstackclient --all-name
|
|
|
|
-%check
|
|
-%{__python2} setup.py test
|
|
-%if 0%{?with_python3}
|
|
-rm -rf .testrepository
|
|
-%{__python3} setup.py test
|
|
-%endif
|
|
+# WRS disable check.
|
|
+#%check
|
|
+#%{__python2} setup.py test
|
|
+#%if 0%{?with_python3}
|
|
+#rm -rf .testrepository
|
|
+#%{__python3} setup.py test
|
|
+#%endif
|
|
|
|
%files -n python2-%{client}
|
|
%license LICENSE
|
|
--
|
|
2.7.4
|
|
|