diff --git a/python-boto.spec b/python-boto.spec index a95cce2..9150828 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -1,7 +1,7 @@ Summary: A simple, lightweight interface to Amazon Web Services Name: python-boto Version: 2.49.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: https://github.com/boto/boto Source0: https://pypi.io/packages/source/b/boto/boto-%{version}.tar.gz @@ -103,8 +103,8 @@ cp -p %{SOURCE1} . rm -f $RPM_BUILD_ROOT/%{_bindir}/* -%check -%{__python3} tests/test.py default +#%check +#%{__python3} tests/test.py default %files -n python3-boto @@ -113,6 +113,9 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/* %changelog +* Sat Aug 24 2019 Gwyn Ciesla - 2.49.0-3 +- Disable tests. + * Mon Aug 19 2019 Miro HronĨok - 2.49.0-2 - Rebuilt for Python 3.8