From f3941ecbece523f6d61c187406446850c4d3acf0 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Wed, 21 Apr 2021 12:53:41 +0200 Subject: [PATCH] * Wed Apr 21 2021 Miroslav Rezanina - 3.2.0-11 - Remove unwanted packages - Resolves: bz#1935823 - Resolves: bz#1942562 --- python-jsonschema.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 382cb4d..2d06436 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -14,7 +14,7 @@ jsonschema is an implementation of JSON Schema for Python (supporting Name: python-%{pypi_name} Summary: Implementation of JSON Schema validation for Python Version: 3.2.0 -Release: 10%{?dist} +Release: 11%{?dist} License: MIT URL: https://github.com/Julian/jsonschema @@ -70,6 +70,11 @@ rm -rf %{pypi_name}.egg-info %changelog +* Wed Apr 21 2021 Miroslav Rezanina - 3.2.0-11 +- Remove unwanted packages +- Resolves: bz#1935823 +- Resolves: bz#1942562 + * Fri Apr 16 2021 Mohan Boddu - 3.2.0-10 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937