Bump Release, update %changelog

Resolves: RHEL-151392
This commit is contained in:
Pavel Cahyna 2026-02-23 16:37:07 +01:00
parent 5d7cb06111
commit a0d5516eb3

View File

@ -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 <pcahyna@redhat.com> - 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 <pcahyna@redhat.com> - 2:1.34-10
- Backport fix for regression in the --no-overwrite-dir option
Upstream commit 4e742fc8674064a9fa00d4483d06aca48d5b0463, discussed