From e19a9d23206b21bd8c075df8074e37f48c7aca59 Mon Sep 17 00:00:00 2001 From: Carl George Date: Thu, 9 Apr 2026 21:17:36 -0500 Subject: [PATCH] Rebuilt for yara-4.5.2 https://bugzilla.redhat.com/show_bug.cgi?id=2457201 --- python-yara.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-yara.spec b/python-yara.spec index 4d3a80e..d01dd87 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -1,6 +1,6 @@ Name: python-yara Version: 4.2.3 -%global baserelease 1 +%global baserelease 2 Summary: Python binding for the YARA pattern matching tool License: ASL 2.0 URL: https://github.com/VirusTotal/yara-python/ @@ -136,6 +136,9 @@ EXCLUDE='not testModuleData' #==================================================================== %changelog +* Fri Apr 10 2026 Carl George - 4.2.3-2 +- Rebuilt for yara-4.5.2 rhbz#2457201 + * Tue Nov 01 2022 Michal Ambroz - 4.2.3-1 - Rebuilt for yara-4.2.3 - second service :)