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