make the test check

Signed-off-by: zhuofeng <zhuofeng2@huawei.com>
(cherry picked from commit c4edae467f5ce759c38483ab2c460a8b5237674e)
This commit is contained in:
zhuofeng 2022-12-21 06:27:44 +00:00 committed by openeuler-sync-bot
parent 21d23e3fc0
commit 72fecb1065

View File

@ -1,9 +1,9 @@
%global with_tests 0%{?_with_tests:1} %global with_tests 1%{?_with_tests:0}
%global srcname appdirs %global srcname appdirs
name: python-%{srcname} name: python-%{srcname}
Version: 1.4.4 Version: 1.4.4
Release: 3 Release: 4
Summary: A Python module for determining platform-specific directories Summary: A Python module for determining platform-specific directories
License: MIT License: MIT
@ -49,6 +49,12 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/appdirs
%{python3_sitelib}/__pycache__/appdirs.* %{python3_sitelib}/__pycache__/appdirs.*
%changelog %changelog
* Tue Dec 13 2022 zhuofeng <zhuofeng2@huawei.com> - 1.4.4-4
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:make the test check
* Tue Oct 25 2022 zhangruifang <zhangruifang1@h-partners.com> - 1.4.4-3 * Tue Oct 25 2022 zhangruifang <zhangruifang1@h-partners.com> - 1.4.4-3
- Rebuild for next release - Rebuild for next release