From 398f97c2f394aaeb1000c954d5aa79da56118fe8 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 18 Dec 2023 16:55:42 +0300 Subject: [PATCH] import python-coverage-4.5.1-5.module+el8.9.0+19487+7dc18407 --- SPECS/python-coverage.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SPECS/python-coverage.spec b/SPECS/python-coverage.spec index 119731c..7e37a71 100644 --- a/SPECS/python-coverage.spec +++ b/SPECS/python-coverage.spec @@ -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 - 4.5.1-5 +- Fix the license identifier +- Resolves: rhbz#2213306 + * Thu Apr 25 2019 Tomas Orsava - 4.5.1-4 - Bumping due to problems with modular RPM upgrade path - Resolves: rhbz#1695587