From 60a8f5bd68918d3e20faadb9e2150789c675acfa Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 25 Sep 2025 07:08:04 +0000 Subject: [PATCH 1/2] Update to 1.24.0 upstream release Upstream tag: v1.24.0 Upstream commit: a0e84a2f Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 12 ++++++------ README.packit | 2 +- mrack.spec | 22 ++++++++++------------ sources | 2 +- 5 files changed, 19 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 6661fa1..18da2c4 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /mrack-1.23.2.tar.gz /mrack-1.23.3.tar.gz /mrack-1.23.4.tar.gz +/mrack-1.24.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index e3612f7..59e7a85 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -45,7 +45,7 @@ jobs: - job: copr_build trigger: pull_request release_suffix: "99.dev.{PACKIT_PROJECT_BRANCH}" - targets: [fedora-all, epel-all] + targets: [fedora-all, epel-9, epel-10] - job: tests trigger: pull_request @@ -54,25 +54,25 @@ jobs: - job: copr_build trigger: commit - targets: [fedora-all, epel-all] + targets: [fedora-all, epel-9, epel-10] - job: copr_build trigger: release owner: "@freeipa" project: neoave - targets: [fedora-all, epel-all] + targets: [fedora-all, epel-9, epel-10] - job: propose_downstream trigger: release - dist_git_branches: [fedora-all, epel-all] + dist_git_branches: [fedora-all, epel-9, epel-10] - job: koji_build trigger: commit - dist_git_branches: [fedora-all, epel-all] + dist_git_branches: [fedora-all, epel-9, epel-10] - job: bodhi_update trigger: commit - dist_git_branches: [fedora-branched, epel-all] # rawhide updates are created automatically + dist_git_branches: [fedora-branched, epel-9, epel-10] # rawhide updates are created automatically # # pr_osp # - &internal_test # use openstack (osp) tests as template for other test cases diff --git a/README.packit b/README.packit index 7e268b5..fb341a1 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.8.0.post1.dev15+g39511efc. +The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32. diff --git a/mrack.spec b/mrack.spec index 247babb..710ff2e 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack -Version: 1.23.4 -Release: 5%{?dist} +Version: 1.24.0 +Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,17 +185,15 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog -* Fri Sep 19 2025 Python Maint - 1.23.4-5 -- Rebuilt for Python 3.14.0rc3 bytecode +* Thu Sep 25 2025 David Pascual Hernandez - 1.24.0-1 +- 39e9d79 feat: Add support to pass watchdog panic="ignore" in Beaker recipe (David Pascual) +- 801ef4b fix: Fix nested and/or issue (David Pascual) +- fad14c2 test: Add _translate_constraint test (David Pascual) -* Fri Aug 15 2025 Python Maint - 1.23.4-4 -- Rebuilt for Python 3.14.0rc2 bytecode - -* Thu Jul 24 2025 Fedora Release Engineering - 1.23.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Mon Jun 02 2025 Python Maint - 1.23.4-2 -- Rebuilt for Python 3.14 +* Tue Sep 09 2025 David Pascual Hernandez - 1.23.5-1 +- b46c7c4 chore: Bump python-semantic-release to fix release issue (David Pascual) +- 033e1f7 chore(packit): Update epel spec for fedora propose upstream (David Pascual) +- aeb12fe fix: Enforce beaker-client 29.2 to fix fetch_url error (David Pascual) * Wed May 28 2025 David Pascual Hernandez - 1.23.4-1 - 75d8c3b chore: Enable epel-10 builds in Packit (David Pascual) diff --git a/sources b/sources index 3fa9d0e..6157ccb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.23.4.tar.gz) = 4bab63947e92a2d6e7de5d9abb1229740b93bbd2e935b91e65beae7ac15f6fd2b848bc6bae7d6e2e755605bd7420f5c425ef98f78d656c91f4fe8ff80819416f +SHA512 (mrack-1.24.0.tar.gz) = 0a44e4dd401bd28b8a12a3f885c7833670bcf05bd5ec99932e32293e3bafd2d0dc1047c4fe9a9370490cfafc788429fcdc490da485c5c4232563b7b6e01be204 From 91bc026761e3727371b3b8e4fe510aae0d0f93f1 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 21 Oct 2025 09:48:44 +0000 Subject: [PATCH 2/2] Update to 1.25.0 upstream release Upstream tag: v1.25.0 Upstream commit: 5c9c9ccb Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + mrack.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18da2c4..4965df3 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /mrack-1.23.3.tar.gz /mrack-1.23.4.tar.gz /mrack-1.24.0.tar.gz +/mrack-1.25.0.tar.gz diff --git a/mrack.spec b/mrack.spec index 710ff2e..05e6443 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.24.0 +Version: 1.25.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,10 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Tue Oct 21 2025 David Pascual Hernandez - 1.25.0-1 +- 8ed12e7 feat: Add support for Beaker group key (David Pascual) +- 8e6ab07 fix: Revert commit 0cabc75 (David Pascual) + * Thu Sep 25 2025 David Pascual Hernandez - 1.24.0-1 - 39e9d79 feat: Add support to pass watchdog panic="ignore" in Beaker recipe (David Pascual) - 801ef4b fix: Fix nested and/or issue (David Pascual) diff --git a/sources b/sources index 6157ccb..5d89186 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.24.0.tar.gz) = 0a44e4dd401bd28b8a12a3f885c7833670bcf05bd5ec99932e32293e3bafd2d0dc1047c4fe9a9370490cfafc788429fcdc490da485c5c4232563b7b6e01be204 +SHA512 (mrack-1.25.0.tar.gz) = 29ddf0b75a989682193e8078780495ea2b8cf61c106d28700361ac18f061a4e3f8e102e932eacf90eace5e2c731765e65a5eac2f499e24e2188e34743f981328