Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4251421dc3 | ||
|
|
22371538f7 | ||
|
|
87980a7fd7 | ||
|
|
eecfbd8463 |
5 changed files with 43 additions and 12 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -20,3 +20,7 @@
|
|||
/mrack-1.23.0.tar.gz
|
||||
/mrack-1.23.1.tar.gz
|
||||
/mrack-1.23.2.tar.gz
|
||||
/mrack-1.23.3.tar.gz
|
||||
/mrack-1.23.4.tar.gz
|
||||
/mrack-1.24.0.tar.gz
|
||||
/mrack-1.25.0.tar.gz
|
||||
|
|
|
|||
12
.packit.yaml
12
.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-9, epel-10]
|
||||
|
||||
- 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-9, epel-10]
|
||||
|
||||
- job: copr_build
|
||||
trigger: release
|
||||
owner: "@freeipa"
|
||||
project: neoave
|
||||
targets: [fedora-all, epel-8, epel-9]
|
||||
targets: [fedora-all, epel-9, epel-10]
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
dist_git_branches: [fedora-all, epel-8, epel-9]
|
||||
dist_git_branches: [fedora-all, epel-9, epel-10]
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches: [fedora-all, epel-8, epel-9]
|
||||
dist_git_branches: [fedora-all, epel-9, epel-10]
|
||||
|
||||
- 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-9, epel-10] # rawhide updates are created automatically
|
||||
|
||||
# # pr_osp
|
||||
# - &internal_test # use openstack (osp) tests as template for other test cases
|
||||
|
|
|
|||
|
|
@ -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.11.0.post1.dev7+gfdcdf3a32.
|
||||
|
|
|
|||
35
mrack.spec
35
mrack.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: mrack
|
||||
Version: 1.23.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.25.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Multicloud use-case based multihost async provisioner
|
||||
|
||||
License: Apache-2.0
|
||||
|
|
@ -185,8 +185,35 @@ rm -r src/%{name}.egg-info
|
|||
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.23.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
* Tue Oct 21 2025 David Pascual Hernandez <davherna@redhat.com> - 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 <davherna@redhat.com> - 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 <davherna@redhat.com> - 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 <davherna@redhat.com> - 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 <davherna@redhat.com> - 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 <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)
|
||||
|
||||
* Thu Jan 09 2025 David Pascual Hernandez <davherna@redhat.com> - 1.23.2-1
|
||||
- 600203c fix: Translate host_requires properly (David Pascual)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (mrack-1.23.2.tar.gz) = 0fe3456d01550c2a1808d77ea62ad283e3fabc8cf5bf1acbefb2d2a7779838cb6f37010fa5b7fd7eef51912bf75c4695bd434eea87b0bdfc7460254dc530b1dd
|
||||
SHA512 (mrack-1.25.0.tar.gz) = 29ddf0b75a989682193e8078780495ea2b8cf61c106d28700361ac18f061a4e3f8e102e932eacf90eace5e2c731765e65a5eac2f499e24e2188e34743f981328
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue