Fix the license identifier

Resolves: rhbz#2213306
This commit is contained in:
Charalampos Stratakis 2023-07-19 18:01:27 +02:00
parent c5272b9e47
commit c8a287acbd

View File

@ -4,14 +4,14 @@
Name: python-coverage
Summary: Code coverage testing module for Python
Version: 4.5.1
Release: 4%{?prever}%{?dist}
Release: 5%{?prever}%{?dist}
# jquery(MIT):
# coverage/htmlfiles/jquery.min.js
# MIT or GPL:
# coverage/htmlfiles/jquery.debounce.min.js
# coverage/htmlfiles/jquery.hotkeys.js
# coverage/htmlfiles/jquery.isonscreen.js
License: ASL 2.0 and MIT and (MIT or GPL)
License: ASL 2.0 and MIT and (MIT or GPLv2)
URL: http://nedbatchelder.com/code/modules/coverage.html
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{?prever}.tar.gz
@ -123,6 +123,10 @@ popd
%endif
%changelog
* Wed Jul 19 2023 Charalampos Stratakis <cstratak@redhat.com> - 4.5.1-5
- Fix the license identifier
- Resolves: rhbz#2213306
* Thu Apr 25 2019 Tomas Orsava <torsava@redhat.com> - 4.5.1-4
- Bumping due to problems with modular RPM upgrade path
- Resolves: rhbz#1695587