From 021ea874a804113632533daa9e604d975388bf8d Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:13:49 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-jsonschema.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index d6196de..c632b35 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: 12%{?dist} +Release: 13%{?dist} License: MIT URL: https://github.com/Julian/jsonschema @@ -69,6 +69,10 @@ rm -rf %{pypi_name}.egg-info %changelog +* Tue Aug 10 2021 Mohan Boddu - 3.2.0-13 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed May 19 2021 Miroslav Rezanina - 3.2.0-12 - Remove +format metapackage - Resolves: rhbz#1952356