454c23b0e1
When do Centos 7.5 upgraded, some patches didn't resolve and cause the fuzzy in the line numbers of the patches. And it may cause .orig file is created when do patch. And this .orig file will lead to rpm packaging failure due to the unexpected and unpackaged .orig file. Please visit below link to get more detail info: https://bugs.launchpad.net/starlingx/+bug/1794611 Solution: Safest solution is to de-fuzz our patches. Story: 2003389 Task: 26755 Change-Id: Iad4c16a87e3f41c310368ace2a57ea7692f10070 Signed-off-by: slin14 <shuicheng.lin@intel.com>
30 lines
739 B
Diff
30 lines
739 B
Diff
From 6aa8e5b13954e7b2ef2ffe619c8818db4a109f6b Mon Sep 17 00:00:00 2001
|
|
From: Al Bailey <Al.Bailey@windriver.com>
|
|
Date: Tue, 6 Mar 2018 09:56:17 -0600
|
|
Subject: Remove TOX calls from build
|
|
|
|
---
|
|
SPECS/python-wsme.spec | 6 ------
|
|
1 file changed, 6 deletions(-)
|
|
|
|
diff --git a/SPECS/python-wsme.spec b/SPECS/python-wsme.spec
|
|
index c778f97..403c331 100644
|
|
--- a/SPECS/python-wsme.spec
|
|
+++ b/SPECS/python-wsme.spec
|
|
@@ -102,12 +102,6 @@ manipulate the request and the response objects.
|
|
%{__python3} setup.py install --skip-build --root %{buildroot}
|
|
%endif
|
|
|
|
-%check
|
|
-%{__python2} setup.py test
|
|
-%if 0%{?with_python3}
|
|
-%{__python3} setup.py test
|
|
-%endif
|
|
-
|
|
%files -n python2-%{lpypi_name}
|
|
%doc README.rst examples/
|
|
%license LICENSE
|
|
--
|
|
2.7.4
|
|
|