Resolves: #1902181 Don't run tests on the centos and rhel because of missing required packages

This commit is contained in:
Jan Horak 2021-04-22 10:33:28 +02:00
parent 12d3a3c5c7
commit eb793ef4e4

View File

@ -4,7 +4,7 @@
Name: python-scour
Version: 0.38.1
%global gitversion 038.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: %{sum}
License: ASL 2.0
@ -68,6 +68,9 @@ find . -type f -name '*.py' -exec sed -i /env\ python/d {} ';'
%changelog
* Thu Apr 22 2021 Jan Horak <jhorak@redhat.com> - 0.38.1-4
- Don't run tests on the centos and rhel because of missing required packages
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.38.1-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937