From 1510bd457bbc220aa052c7e5de2a2c543346a394 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:07:24 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- python-pathspec.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pathspec.spec b/python-pathspec.spec index eaa331d..3ec45af 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -1,6 +1,6 @@ Name: python-pathspec Version: 0.12.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Utility library for gitignore style pattern matching of file paths License: MPL-2.0 @@ -54,6 +54,10 @@ is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. %changelog +* Tue Oct 29 2024 Troy Dawson - 0.12.1-5 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Jun 24 2024 Troy Dawson - 0.12.1-4 - Bump release for June 2024 mass rebuild