From 0d9288650012fd4fbcc79f74803b46fc1be92944 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 23 Feb 2023 03:20:58 +0100 Subject: [PATCH] Bump release for rebuild Resolves: rhbz#2157705 --- python3.11-cryptography.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python3.11-cryptography.spec b/python3.11-cryptography.spec index 5e85127..afbd195 100644 --- a/python3.11-cryptography.spec +++ b/python3.11-cryptography.spec @@ -8,7 +8,7 @@ Name: python%{python3_pkgversion}-%{srcname} Version: 37.0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: PyCA's cryptography library # We bundle various crates with cryptography which is dual licensed @@ -210,6 +210,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Thu Feb 23 2023 Charalampos Stratakis - 37.0.2-5 +- Bump release for rebuild + * Mon Feb 20 2023 Charalampos Stratakis - 37.0.2-4 - Security fix for CVE-2023-23931