From ee34aaf326c617a4a0935d69f002f2fb612c7d8c Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Fri, 23 Dec 2022 06:42:24 +0000 Subject: [PATCH] make the test check Signed-off-by: zhuofeng (cherry picked from commit aa51164764e55f5188bfdec4a5fd396f878b43b7) --- pyserial.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyserial.spec b/pyserial.spec index 6751297..561cf0c 100644 --- a/pyserial.spec +++ b/pyserial.spec @@ -1,6 +1,6 @@ Name: pyserial Version: 3.5 -Release: 2 +Release: 3 Summary: Python serial port access library. License: BSD-3-Clause URL: https://github.com/pyserial/pyserial @@ -46,6 +46,7 @@ ln -sf %{_bindir}/miniterm-3.py %{buildroot}/%{_bindir}/miniterm-%{python3_versi popd %check +%{__python3} test/run_all_tests.py %pre @@ -63,6 +64,12 @@ popd %{python3_sitelib}/* %changelog +* Fri Dec 23 2022 zhuofeng - 3.5-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:make the test check + * Mon Aug 8 2022 wenzhiwei - 3.5-2 - License compliance rectification