Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff6fbffc02 | ||
|
|
1e69f171e7 | ||
|
|
9b6964c0ba | ||
|
|
76088d2ae6 | ||
|
|
78cf26a829 | ||
|
|
83d60445fa | ||
|
|
8e678135af |
4 changed files with 50 additions and 8 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -14,3 +14,10 @@
|
|||
/mrack-1.17.0.tar.gz
|
||||
/mrack-1.17.1.tar.gz
|
||||
/mrack-1.18.0.tar.gz
|
||||
/mrack-1.19.0.tar.gz
|
||||
/mrack-1.21.0.tar.gz
|
||||
/mrack-1.22.0.tar.gz
|
||||
/mrack-1.23.0.tar.gz
|
||||
/mrack-1.23.1.tar.gz
|
||||
/mrack-1.23.2.tar.gz
|
||||
/mrack-1.23.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -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 1.2.0.post1.dev19+g772be563.
|
||||
|
|
|
|||
47
mrack.spec
47
mrack.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: mrack
|
||||
Version: 1.18.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.23.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Multicloud use-case based multihost async provisioner
|
||||
|
||||
License: Apache-2.0
|
||||
|
|
@ -185,11 +185,46 @@ rm -r src/%{name}.egg-info
|
|||
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
* Fri Mar 21 2025 David Pascual Hernandez <davherna@redhat.com> - 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)
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
* Thu Jan 09 2025 David Pascual Hernandez <davherna@redhat.com> - 1.23.2-1
|
||||
- 600203c fix: Translate host_requires properly (David Pascual)
|
||||
|
||||
* Mon Dec 16 2024 David Pascual Hernandez <davherna@redhat.com> - 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 <davherna@redhat.com> - 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 <davherna@redhat.com> - 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 <kaleem.amu@gmail.com> - 1.21.0-1
|
||||
- b3e0f7d feat: update pytest-mh output to work with latest version (Kaleemullah Siddiqui)
|
||||
|
||||
* Tue Jul 16 2024 David Pascual Hernandez <davherna@redhat.com> - 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 <davherna@redhat.com> - 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 <davherna@redhat.com> - 1.18.0-1
|
||||
- c158474 feat: Add async_timeout dependency (David Pascual)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (mrack-1.18.0.tar.gz) = 2a75e92a7c7b0316cb8ffb544dc33a2ceb729c5ca76743a4fa12d8873ff3764baeb7156b06647e43bfbcf45763277e3eb1cfecd4f60d76e236dca239a887586b
|
||||
SHA512 (mrack-1.23.3.tar.gz) = 42641754442c75db806086804b9581a49ed2c2c2755b2cc0e63c00cf8858bcd1f56016fad6baf0293e047868aec0f7e0f2a6227555ac6573aca7c90c9a05db6e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue