From 4656d2c177980b3d8e08b5d974abd499a673e213 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:15:16 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- strace.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/strace.spec b/strace.spec index 1efaf82..4bd1b50 100644 --- a/strace.spec +++ b/strace.spec @@ -1,7 +1,7 @@ Summary: Tracks and displays system calls associated with a running process Name: strace Version: 6.7 -Release: 3%{?dist} +Release: 4%{?dist} # The test suite is GPLv2+, the bundled headers are GPLv2 with Linux syscall # exception, all the rest is LGPLv2.1+. %if 0%{?fedora} >= 35 || 0%{?centos} >= 9 || 0%{?rhel} >= 9 @@ -211,6 +211,10 @@ fi %{_mandir}/man1/* %changelog +* Tue Oct 29 2024 Troy Dawson - 6.7-4 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Thu Aug 01 2024 Eugene Syromiatnikov - 6.7-3 - Apply "tests: workaround net-yy-inet* for new kernels" (RHEL-45361)