diff --git a/tar.spec b/tar.spec index a11b0db..59befa7 100644 --- a/tar.spec +++ b/tar.spec @@ -5,7 +5,7 @@ Summary: GNU file archiving program Name: tar Epoch: 2 Version: 1.34 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv3+ URL: https://www.gnu.org/software/tar/ @@ -145,6 +145,11 @@ make check || ( %changelog +* Mon Jan 12 2026 Pavel Cahyna - 2:1.34-10 +- Backport fix for regression in the --no-overwrite-dir option + Upstream commit 4e742fc8674064a9fa00d4483d06aca48d5b0463, discussed + in https://www.mail-archive.com/bug-tar@gnu.org/msg06445.html + * Fri Dec 19 2025 Pavel Cahyna - 2:1.34-9 - Fix the last patch to solve a regression with -x and --xattrs: RHEL-136277 also, fix another tiny mistake in the patch (w/o visible consequences)