diff --git a/tar.spec b/tar.spec index 05d64b2808d42be3cb39ba9313a95df881f7d72e..48312854d5c463a2402743a4086429d18f1f81e4 100644 --- a/tar.spec +++ b/tar.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without selinux %bcond_without check @@ -23,6 +23,7 @@ Patch10: tar-1.33-fix-capabilities-test.patch Patch11: tar-1.35-add-forgotten-tests-from-upstream.patch Patch12: tar-1.35-revert-fix-savannah-bug-633567.patch Patch1000: 1000-tar-1.35-Fix-spurious-diagnostic-during-extraction-of-.-with-.patch +Patch13: tar-1.35-revert-fix-savannah-bug-633567.patch BuildRequires: make BuildRequires: gcc @@ -128,6 +129,12 @@ make check || ( %doc AUTHORS README THANKS NEWS ChangeLog %changelog +* Thu Mar 20 2025 Weisson - 2:1.35-2 +- Sync upstream changes from commit dd0dbfb461ccac9f896be22a4031a85b571e540f +- Revert broken fix for savannah bug #63567 to restore correct behavior of --delete +- Fix duplicate records issue and update documentation on --totals rounding +- Resolves: rzbz#2230127 + * Thu Mar 20 2025 Weisson - 2:1.35-1 - Update to 1.35 from 1.34 - Remove patches that exist in the new version