From bb3296eae9d0d75e2a8dee6330e4cd1878d5f837 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 9 Mar 2026 08:37:16 +0000 Subject: [PATCH] Update to 1.15.1 upstream release Upstream tag: 1.15.1 Upstream commit: 460154b0 Commit authored by Packit automation (https://packit.dev/) --- packit.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packit.spec b/packit.spec index c60075a..c00af71 100644 --- a/packit.spec +++ b/packit.spec @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Mar 09 2026 Packit - 1.15.1-1 +- We have fixed a bug that prevented running `sync_release()` on a `PackitAPI` instance initialized with `non_git_upstream=True` repeatedly due to an improper clean-up. (#2691) + * Fri Mar 06 2026 Packit - 1.15.1-1 - We have fixed a bug that prevented running `sync_release()` on a `PackitAPI` instance initialized with `non_git_upstream=True` repeatedly due to an improper clean-up. (#2691) - Resolves: rhbz#2445195