Adapted spec for build

i8 changed/i8/python-click-6.7-8.el8.inferit
Sergey Cherevko 1 year ago
parent 9ec51ab40e
commit b0422c5ba7
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -9,7 +9,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 6.7 Version: 6.7
Release: 8%{?dist} Release: 8%{?dist}.inferit
Summary: Simple wrapper around optparse for powerful command line utilities Summary: Simple wrapper around optparse for powerful command line utilities
License: BSD License: BSD
@ -77,7 +77,7 @@ Python 3 version.
%check %check
export PYTHONPATH=$(pwd) export PYTHONPATH=$(pwd)
export LC_ALL=en_US.UTF-8
%if %{with python2} %if %{with python2}
%if ! (0%{?rhel} && 0%{?rhel} <= 7) %if ! (0%{?rhel} && 0%{?rhel} <= 7)
# pytest in base RHEL is too old, we'll skip the tests there # pytest in base RHEL is too old, we'll skip the tests there
@ -101,6 +101,10 @@ py.test-%{python3_version} tests --tb=long --verbose
%{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}/
%changelog %changelog
* Mon Sep 11 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 6.7-8.inferit
- Udapted spec for build
- Rebuilt for MSVSphere 8.8
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 6.7-8 * Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 6.7-8
- Rebuilt for MSVSphere 8.8 - Rebuilt for MSVSphere 8.8

Loading…
Cancel
Save