Bump Release, update %changelog

Resolves: RHEL-111995
This commit is contained in:
Pavel Cahyna 2026-01-23 20:26:33 +01:00
parent b321213eb8
commit 0173fd705c

View File

@ -6,7 +6,7 @@ Summary: A GNU file archiving program
Name: tar
Epoch: 2
Version: 1.30
Release: 11%{?dist}
Release: 12%{?dist}
License: GPLv3+
Group: Applications/Archiving
URL: http://www.gnu.org/software/tar/
@ -175,6 +175,11 @@ fi
%{_infodir}/tar.info*
%changelog
* Fri Jan 23 2026 Pavel Cahyna <pcahyna@redhat.com> - 2:1.30-12
- Backport upstream changes to jailify extraction directory
Includes related gnulib changes to add openat2
Fixes CVE-2025-45582
* Fri Aug 1 2025 Pavel Cahyna <pcahyna@redhat.com> - 2:1.30-11
- Backport fix for regression in the --no-overwrite-dir option fix (1.30-7)
Upstream commit 4e742fc8674064a9fa00d4483d06aca48d5b0463, discussed