From eecfbd8463cd52389aa51666ca2d0a5c07e27715 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 21 Mar 2025 15:51:53 +0000 Subject: [PATCH 1/4] Update to 1.23.3 upstream release Upstream tag: v1.23.3 Upstream commit: 75eb8ea4 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 10 ++++++---- sources | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8cfd990..a84b3a9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /mrack-1.23.0.tar.gz /mrack-1.23.1.tar.gz /mrack-1.23.2.tar.gz +/mrack-1.23.3.tar.gz diff --git a/README.packit b/README.packit index 8c905b9..33d5f21 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 0.106.0.post1.dev8+g521f1e1d. +The file was generated using packit 1.2.0.post1.dev19+g772be563. diff --git a/mrack.spec b/mrack.spec index 1a97715..61a3114 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack -Version: 1.23.2 -Release: 2%{?dist} +Version: 1.23.3 +Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,8 +185,10 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog -* Fri Jan 17 2025 Fedora Release Engineering - 1.23.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild +* Fri Mar 21 2025 David Pascual Hernandez - 1.23.3-1 +- 4da221c fix: Translate nested or/and constraint properly (David Pascual) +- 60275ee fix: Make distro_variants working as patterns (David Pascual) +- c02cc90 docs: Update maintainer email (David Pascual) * Thu Jan 09 2025 David Pascual Hernandez - 1.23.2-1 - 600203c fix: Translate host_requires properly (David Pascual) diff --git a/sources b/sources index 91cee89..9bbe0a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.23.2.tar.gz) = 0fe3456d01550c2a1808d77ea62ad283e3fabc8cf5bf1acbefb2d2a7779838cb6f37010fa5b7fd7eef51912bf75c4695bd434eea87b0bdfc7460254dc530b1dd +SHA512 (mrack-1.23.3.tar.gz) = 42641754442c75db806086804b9581a49ed2c2c2755b2cc0e63c00cf8858bcd1f56016fad6baf0293e047868aec0f7e0f2a6227555ac6573aca7c90c9a05db6e From 87980a7fd787b7d4c15180a6056bf20443732133 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 28 May 2025 14:55:03 +0000 Subject: [PATCH 2/4] Update to 1.23.4 upstream release Upstream tag: v1.23.4 Upstream commit: 64f69c1e Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 12 ++++++------ README.packit | 2 +- mrack.spec | 13 ++++++++++++- sources | 2 +- 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index a84b3a9..6661fa1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /mrack-1.23.1.tar.gz /mrack-1.23.2.tar.gz /mrack-1.23.3.tar.gz +/mrack-1.23.4.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 83f3dee..e3612f7 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-8, epel-9] + targets: [fedora-all, epel-all] - job: tests trigger: pull_request @@ -54,25 +54,25 @@ jobs: - job: copr_build trigger: commit - targets: [fedora-all, epel-8, epel-9] + targets: [fedora-all, epel-all] - job: copr_build trigger: release owner: "@freeipa" project: neoave - targets: [fedora-all, epel-8, epel-9] + targets: [fedora-all, epel-all] - job: propose_downstream trigger: release - dist_git_branches: [fedora-all, epel-8, epel-9] + dist_git_branches: [fedora-all, epel-all] - job: koji_build trigger: commit - dist_git_branches: [fedora-all, epel-8, epel-9] + dist_git_branches: [fedora-all, epel-all] - job: bodhi_update trigger: commit - dist_git_branches: [fedora-branched, epel-8, epel-9] # rawhide updates are created automatically + dist_git_branches: [fedora-branched, epel-all] # 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 33d5f21..7e268b5 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.2.0.post1.dev19+g772be563. +The file was generated using packit 1.8.0.post1.dev15+g39511efc. diff --git a/mrack.spec b/mrack.spec index 61a3114..4ee323b 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.23.3 +Version: 1.23.4 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,17 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Wed May 28 2025 David Pascual Hernandez - 1.23.4-1 +- 75d8c3b chore: Enable epel-10 builds in Packit (David Pascual) +- 4a98123 fix: Support pass fetch_url to task (David Pascual) + +* Fri Apr 25 2025 David Pascual Hernandez - 1.23.3-1 +- cee2f5b fix : Not try to login beaker hub unless needed (David Pascual) +- 75eb8ea chore: Release version 1.23.3 (github-actions) +- 4da221c fix: Translate nested or/and constraint properly (David Pascual) +- 60275ee fix: Make distro_variants working as patterns (David Pascual) +- c02cc90 docs: Update maintainer email (David Pascual) + * Fri Mar 21 2025 David Pascual Hernandez - 1.23.3-1 - 4da221c fix: Translate nested or/and constraint properly (David Pascual) - 60275ee fix: Make distro_variants working as patterns (David Pascual) diff --git a/sources b/sources index 9bbe0a7..3fa9d0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.23.3.tar.gz) = 42641754442c75db806086804b9581a49ed2c2c2755b2cc0e63c00cf8858bcd1f56016fad6baf0293e047868aec0f7e0f2a6227555ac6573aca7c90c9a05db6e +SHA512 (mrack-1.23.4.tar.gz) = 4bab63947e92a2d6e7de5d9abb1229740b93bbd2e935b91e65beae7ac15f6fd2b848bc6bae7d6e2e755605bd7420f5c425ef98f78d656c91f4fe8ff80819416f From 22371538f785e4bc90ea482759eddc47a70df46b Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 25 Sep 2025 07:07:08 +0000 Subject: [PATCH 3/4] 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 | 12 +++++++++++- sources | 2 +- 5 files changed, 20 insertions(+), 9 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 4ee323b..710ff2e 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.23.4 +Version: 1.24.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,16 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* 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) + +* 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) - 4a98123 fix: Support pass fetch_url to task (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 4251421dc365b221ab5d49f1f86c8bc36229d194 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 21 Oct 2025 09:49:09 +0000 Subject: [PATCH 4/4] 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