Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 514c95e5e9 | |||
| 1229297505 | |||
| b6c2fdfe47 | |||
| 9033c49192 | |||
| c97144b7c9 | |||
| 81f8f40209 | |||
| f6b43d96cd | |||
| ca9b4a7bfe |
@@ -78,3 +78,8 @@
|
||||
/tmt-1.61.0.tar.gz
|
||||
/tmt-1.62.1.tar.gz
|
||||
/tmt-1.63.0.tar.gz
|
||||
/tmt-1.64.0.tar.gz
|
||||
/tmt-1.65.0.tar.gz
|
||||
/tmt-1.66.0.tar.gz
|
||||
/tmt-1.67.0.tar.gz
|
||||
/tmt-1.68.0.tar.gz
|
||||
|
||||
+2
-6
@@ -125,10 +125,6 @@ _:
|
||||
context:
|
||||
how: provision
|
||||
<<: *tmt-cloud-resources
|
||||
# Temporarily running these on F42 because tests started to break due to avc on F43
|
||||
# TODO: Move revert this targets overwrite
|
||||
targets:
|
||||
- fedora-42
|
||||
|
||||
jobs:
|
||||
# Build released bits to stable
|
||||
@@ -172,11 +168,11 @@ jobs:
|
||||
|
||||
# Test provision plugins
|
||||
- <<: *internal-provision
|
||||
identifier: 'provision:bootc'
|
||||
identifier: provision-bootc
|
||||
tmt_plan: /plans/provision/bootc
|
||||
|
||||
- <<: *internal-provision
|
||||
identifier: 'provision:virtual'
|
||||
identifier: provision-virtual
|
||||
tmt_plan: /plans/provision/virtual
|
||||
|
||||
# Test internal plugins
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.12.0.post1.dev20+g7d30dac21.
|
||||
The file was generated using packit 1.15.0.post1.dev2+g8f2adf816.
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (tmt-1.63.0.tar.gz) = 5621f98a21f5f51a6ebe324175557e1acc246a21c62650134bb1ad84bf860e5fd102b4c414dc49c5996bfa55fc4c1bf654510ffaa43ac0e9d03112750513bcbb
|
||||
SHA512 (tmt-1.68.0.tar.gz) = 1c64f6c2648516fcc0abbc097970d8decd49cf5f22e9d165b2a1121dca4a2d54013d06f6de0ea4f9aa1a22a21f2eae4c261a9a456733c666fb4c8bc6ec60b2d3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: tmt
|
||||
Version: 1.63.0
|
||||
Version: 1.68.0
|
||||
Release: %autorelease
|
||||
Summary: Test Management Tool
|
||||
|
||||
@@ -100,7 +100,14 @@ Provides: tmt-provision-bootc == %{version}-%{release}
|
||||
Requires: tmt == %{version}-%{release}
|
||||
Requires: tmt+provision-virtual == %{version}-%{release}
|
||||
Requires: podman
|
||||
Recommends: podman-machine
|
||||
# podman-machine is not present on epel9 and various arches. Should probably
|
||||
# skip the whole sub-package, but that would need a more thorough impact
|
||||
# check. For now we at least allow this to be installed and fail at runtime.
|
||||
# Also, podman-machine is only present on x86_64 and aarch64
|
||||
# TODO: re-enable podman-machine on epel10 once it is packaged
|
||||
%if 0%{?fedora}
|
||||
Requires: (podman-machine if (filesystem(x86-64) or filesystem(aarch-64)))
|
||||
%endif
|
||||
|
||||
%description -n tmt+provision-bootc %_metapackage_description
|
||||
|
||||
@@ -130,15 +137,17 @@ Provides: tmt-all == %{version}-%{release}
|
||||
%if 0%{?fedora} < 40
|
||||
Obsoletes: tmt-all < %{version}-%{release}
|
||||
%endif
|
||||
Requires: tmt+test-convert == %{version}-%{release}
|
||||
Requires: tmt+export-polarion == %{version}-%{release}
|
||||
Requires: tmt+provision-container == %{version}-%{release}
|
||||
Requires: tmt+provision-virtual == %{version}-%{release}
|
||||
Requires: tmt+link-jira == %{version}-%{release}
|
||||
Requires: tmt+prepare-artifact == %{version}-%{release}
|
||||
Requires: tmt+provision-beaker == %{version}-%{release}
|
||||
Requires: tmt+provision-bootc == %{version}-%{release}
|
||||
Requires: tmt+provision-container == %{version}-%{release}
|
||||
Requires: tmt+provision-mock == %{version}-%{release}
|
||||
Requires: tmt+provision-virtual == %{version}-%{release}
|
||||
Requires: tmt+report-junit == %{version}-%{release}
|
||||
Requires: tmt+report-polarion == %{version}-%{release}
|
||||
Requires: tmt+prepare-artifact == %{version}-%{release}
|
||||
Requires: tmt+provision-mock == %{version}-%{release}
|
||||
Requires: tmt+test-convert == %{version}-%{release}
|
||||
|
||||
%description -n tmt+all
|
||||
All extra dependencies of the Test Management Tool. Install this
|
||||
|
||||
Reference in New Issue
Block a user