From a0d5516eb3d89525415871885c21fe6ff937f97b Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Mon, 23 Feb 2026 16:37:07 +0100 Subject: [PATCH] Bump Release, update %changelog Resolves: RHEL-151392 --- tar.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tar.spec b/tar.spec index fb4c8f5..1216dad 100644 --- a/tar.spec +++ b/tar.spec @@ -5,7 +5,7 @@ Summary: GNU file archiving program Name: tar Epoch: 2 Version: 1.34 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv3+ URL: https://www.gnu.org/software/tar/ @@ -146,6 +146,10 @@ make check || ( %changelog +* Mon Feb 23 2026 Pavel Cahyna - 2:1.34-11 +- Add upstream patch to improve error message for --one-top-level + with absolute path (unsupported as a result of CVE-2025-45582 fix) + * Mon Jan 12 2026 Pavel Cahyna - 2:1.34-10 - Backport fix for regression in the --no-overwrite-dir option Upstream commit 4e742fc8674064a9fa00d4483d06aca48d5b0463, discussed