From 77e157a6408c296c735b6059acb9fcab6b4e4afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Mon, 3 Nov 2025 12:52:37 +0100 Subject: [PATCH] Add %%changelog entry Resolves: RHEL-122724 --- python-zstandard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-zstandard.spec b/python-zstandard.spec index 80ce072..29e5a66 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -19,7 +19,7 @@ compression library. A C extension and CFFI interface are provided. Name: python-%{pypi_name} Version: 0.22.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Zstandard bindings for Python License: (BSD-3-Clause OR GPL-2.0-only) AND MIT URL: https://github.com/indygreg/python-zstandard @@ -72,6 +72,9 @@ mv zstandard{.src,} %{python3_sitearch}/%{pypi_name} %changelog +* Mon Nov 03 2025 Lukáš Zaoral - 0.22.0-5 +- unretire python-ztandard (RHEL-122724) + * Mon Jun 24 2024 Troy Dawson - 0.22.0-4 - Bump release for June 2024 mass rebuild