From 8e678135af7a3190e707bc0da11b31eec815c2ad Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 30 May 2024 12:51:13 +0000 Subject: [PATCH 1/7] Update to 1.19.0 upstream release Upstream tag: v1.19.0 Upstream commit: 47fc2068 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 19 ++++++++++++------- sources | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 8ae6620..8b2afda 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /mrack-1.17.0.tar.gz /mrack-1.17.1.tar.gz /mrack-1.18.0.tar.gz +/mrack-1.19.0.tar.gz diff --git a/README.packit b/README.packit index 115b422..2fa216c 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.88.0.post1.dev4+gc070191b. +The file was generated using packit 0.97.1.post1.dev4+g1268842e. diff --git a/mrack.spec b/mrack.spec index d309bba..ace59e3 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,6 +1,6 @@ Name: mrack -Version: 1.18.0 -Release: 3%{?dist} +Version: 1.19.0 +Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner License: Apache-2.0 @@ -185,11 +185,16 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog -* Thu Jan 25 2024 Fedora Release Engineering - 1.18.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sun Jan 21 2024 Fedora Release Engineering - 1.18.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild +* Thu May 30 2024 David Pascual Hernandez - 1.19.0-1 +- 6f81e37 test: speed-up tests by mocking gethostbyaddr (Petr Vobornik) +- 587a9c7 fix(beaker): supress 10_avc_check restraint plugin (Petr Vobornik) +- 2c0c2bb test: Add add_dict_to_node test (Petr Vobornik) +- f4324bf feat: handle list value for add_dict_to_node function (Petr Vobornik) +- f1e7590 fix: make delete_host function more robust (Petr Vobornik) +- 784d24b chore: bump black in pre-commit (David Pascual) +- f6f9131 chore(deps): bump black from 22.3.0 to 24.3.0 (David Pascual) +- a7db867 test: Add test for _get_recipe_info function (Petr Vobornik) +- aa25ff3 feat: Provide beaker log links (Petr Vobornik) * Mon Nov 27 2023 David Pascual Hernandez - 1.18.0-1 - c158474 feat: Add async_timeout dependency (David Pascual) diff --git a/sources b/sources index f94928c..4875fce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.18.0.tar.gz) = 2a75e92a7c7b0316cb8ffb544dc33a2ceb729c5ca76743a4fa12d8873ff3764baeb7156b06647e43bfbcf45763277e3eb1cfecd4f60d76e236dca239a887586b +SHA512 (mrack-1.19.0.tar.gz) = f7cf37dff95a11a833f785c3ae8e778bc25aa547276bf84c27c3f2aba6e885ba97221b511fd42ddc51902d91f47cd5dc5a771ca599be4ba7a2bd78534f63d11e From 83d60445fa3da839d8f282214ebbff48f7495473 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 6 Aug 2024 05:22:23 +0000 Subject: [PATCH 2/7] Update to 1.21.0 upstream release Upstream tag: v1.21.0 Upstream commit: f65f5ece Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 9 ++++++++- sources | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b2afda..27f164f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /mrack-1.17.1.tar.gz /mrack-1.18.0.tar.gz /mrack-1.19.0.tar.gz +/mrack-1.21.0.tar.gz diff --git a/README.packit b/README.packit index 2fa216c..4df53f3 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.97.1.post1.dev4+g1268842e. +The file was generated using packit 0.100.1. diff --git a/mrack.spec b/mrack.spec index ace59e3..b4db982 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.19.0 +Version: 1.21.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,13 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Tue Aug 06 2024 Kaleemullah Siddiqui - 1.21.0-1 +- b3e0f7d feat: update pytest-mh output to work with latest version (Kaleemullah Siddiqui) + +* Tue Jul 16 2024 David Pascual Hernandez - 1.20.0-1 +- feeae04 feat: Add support for translanting %pre and main body part of kickstart (David Pascual) +- 236393c chore: Update deprecated actions (David Pascual) + * Thu May 30 2024 David Pascual Hernandez - 1.19.0-1 - 6f81e37 test: speed-up tests by mocking gethostbyaddr (Petr Vobornik) - 587a9c7 fix(beaker): supress 10_avc_check restraint plugin (Petr Vobornik) diff --git a/sources b/sources index 4875fce..899d506 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.19.0.tar.gz) = f7cf37dff95a11a833f785c3ae8e778bc25aa547276bf84c27c3f2aba6e885ba97221b511fd42ddc51902d91f47cd5dc5a771ca599be4ba7a2bd78534f63d11e +SHA512 (mrack-1.21.0.tar.gz) = 43fae97604edfc6a647fe0988d144f90325e17c60c8530d1f520ac0bbf98ddcceb6d1b5d7a3064bc4fb78935b2d8a0b699891c0b09271c146e448703e34c04b7 From 78cf26a8290a1a54b494d503bde56e5452c787c2 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 17 Oct 2024 11:14:15 +0000 Subject: [PATCH 3/7] Update to 1.22.0 upstream release Upstream tag: v1.22.0 Upstream commit: aa2e3858 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 9 ++++++++- sources | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 27f164f..ca998f2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /mrack-1.18.0.tar.gz /mrack-1.19.0.tar.gz /mrack-1.21.0.tar.gz +/mrack-1.22.0.tar.gz diff --git a/README.packit b/README.packit index 4df53f3..2bd3f40 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.100.1. +The file was generated using packit 0.102.1.post1.dev6+g64f7460b. diff --git a/mrack.spec b/mrack.spec index b4db982..12f9396 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.21.0 +Version: 1.22.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,13 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Thu Oct 17 2024 David Pascual Hernandez - 1.22.0-1 +- f43d20f style: Reformat by black (David Pascual) +- 768bba5 fix: podman: set podman connection information for ansible (David Pascual) +- 4d0b63c chore: setup: package seccomp filter (David Pascual) +- 9b2d980 docs: Update seccomp configuration example (David Pascual) +- f3deca1 feat: podman: handle custom network configuration (David Pascual) + * Tue Aug 06 2024 Kaleemullah Siddiqui - 1.21.0-1 - b3e0f7d feat: update pytest-mh output to work with latest version (Kaleemullah Siddiqui) diff --git a/sources b/sources index 899d506..055dc9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.21.0.tar.gz) = 43fae97604edfc6a647fe0988d144f90325e17c60c8530d1f520ac0bbf98ddcceb6d1b5d7a3064bc4fb78935b2d8a0b699891c0b09271c146e448703e34c04b7 +SHA512 (mrack-1.22.0.tar.gz) = 90b8c35cff5debf098b49cdb1521676502047f1c7747038fc8031b4f8b4ea1da6d3185f631e2c45adc1e28779636439a2767794f358ee02ef65258d6eded0e9f From 76088d2ae6506652799e8fd9a03799aa9dd22877 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 5 Nov 2024 12:36:05 +0000 Subject: [PATCH 4/7] Update to 1.23.0 upstream release Upstream tag: v1.23.0 Upstream commit: 962bcd00 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ca998f2..e98935c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /mrack-1.19.0.tar.gz /mrack-1.21.0.tar.gz /mrack-1.22.0.tar.gz +/mrack-1.23.0.tar.gz diff --git a/README.packit b/README.packit index 2bd3f40..1b4760d 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.102.1.post1.dev6+g64f7460b. +The file was generated using packit 0.102.2.post1.dev4+g3142fcf8. diff --git a/mrack.spec b/mrack.spec index 12f9396..80f050c 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.22.0 +Version: 1.23.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 Nov 05 2024 David Pascual Hernandez - 1.23.0-1 +- 64a84db feat: Add support for translanting job-owner of kickstart (David Pascual) +- 868523c feat: Add translantion for kernel_options and kernel_options_post (David Pascual) + * Thu Oct 17 2024 David Pascual Hernandez - 1.22.0-1 - f43d20f style: Reformat by black (David Pascual) - 768bba5 fix: podman: set podman connection information for ansible (David Pascual) diff --git a/sources b/sources index 055dc9f..afc9cbd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.22.0.tar.gz) = 90b8c35cff5debf098b49cdb1521676502047f1c7747038fc8031b4f8b4ea1da6d3185f631e2c45adc1e28779636439a2767794f358ee02ef65258d6eded0e9f +SHA512 (mrack-1.23.0.tar.gz) = 29e8bcdf8a074922ba6c980e7525b97995bd27009d38c8ae47683241bf1717cd4ad1a47ac7a058633e5b25a1309afbab9834d4647d4911304d6533c004951f1e From 9b6964c0ba1a07de842065418d9fd288f3d8843e Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 16 Dec 2024 13:20:59 +0000 Subject: [PATCH 5/7] Update to 1.23.1 upstream release Upstream tag: v1.23.1 Upstream commit: bf24bc06 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e98935c..ce915d9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /mrack-1.21.0.tar.gz /mrack-1.22.0.tar.gz /mrack-1.23.0.tar.gz +/mrack-1.23.1.tar.gz diff --git a/README.packit b/README.packit index 1b4760d..5c0e101 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.102.2.post1.dev4+g3142fcf8. +The file was generated using packit 0.105.0.post1.dev2+g4453c0ec. diff --git a/mrack.spec b/mrack.spec index 80f050c..6e2e69a 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.23.0 +Version: 1.23.1 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 +* Mon Dec 16 2024 David Pascual Hernandez - 1.23.1-1 +- 0cabc75 fix: Translate job-group properly (David Pascual) +- 70e07c1 fix: Return empty list when there is no content in res_ks_list (David Pascual) + * Tue Nov 05 2024 David Pascual Hernandez - 1.23.0-1 - 64a84db feat: Add support for translanting job-owner of kickstart (David Pascual) - 868523c feat: Add translantion for kernel_options and kernel_options_post (David Pascual) diff --git a/sources b/sources index afc9cbd..f61daac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.23.0.tar.gz) = 29e8bcdf8a074922ba6c980e7525b97995bd27009d38c8ae47683241bf1717cd4ad1a47ac7a058633e5b25a1309afbab9834d4647d4911304d6533c004951f1e +SHA512 (mrack-1.23.1.tar.gz) = 012f5dbe37ee32258a70897de5b0fde5291f134b0db7ebcd822243ba0cefe3c33792b857958a3de44f9ef39358f886ba946be96d1eb8f059a02bbb4dad5b2fef From 1e69f171e754a8ed45998dae10bdbb306ceb9db3 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 9 Jan 2025 09:15:05 +0000 Subject: [PATCH 6/7] Update to 1.23.2 upstream release Upstream tag: v1.23.2 Upstream commit: 7bfeb845 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- mrack.spec | 5 ++++- sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce915d9..8cfd990 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /mrack-1.22.0.tar.gz /mrack-1.23.0.tar.gz /mrack-1.23.1.tar.gz +/mrack-1.23.2.tar.gz diff --git a/README.packit b/README.packit index 5c0e101..8c905b9 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.105.0.post1.dev2+g4453c0ec. +The file was generated using packit 0.106.0.post1.dev8+g521f1e1d. diff --git a/mrack.spec b/mrack.spec index 6e2e69a..10ce07d 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.23.1 +Version: 1.23.2 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Thu Jan 09 2025 David Pascual Hernandez - 1.23.2-1 +- 600203c fix: Translate host_requires properly (David Pascual) + * Mon Dec 16 2024 David Pascual Hernandez - 1.23.1-1 - 0cabc75 fix: Translate job-group properly (David Pascual) - 70e07c1 fix: Return empty list when there is no content in res_ks_list (David Pascual) diff --git a/sources b/sources index f61daac..91cee89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mrack-1.23.1.tar.gz) = 012f5dbe37ee32258a70897de5b0fde5291f134b0db7ebcd822243ba0cefe3c33792b857958a3de44f9ef39358f886ba946be96d1eb8f059a02bbb4dad5b2fef +SHA512 (mrack-1.23.2.tar.gz) = 0fe3456d01550c2a1808d77ea62ad283e3fabc8cf5bf1acbefb2d2a7779838cb6f37010fa5b7fd7eef51912bf75c4695bd434eea87b0bdfc7460254dc530b1dd From ff6fbffc027c5fd08c1b84dee90e61d201644f1a Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 21 Mar 2025 15:51:31 +0000 Subject: [PATCH 7/7] 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 | 7 ++++++- sources | 2 +- 4 files changed, 9 insertions(+), 3 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 10ce07d..61a3114 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.23.2 +Version: 1.23.3 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,11 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* 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