Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1229297505 | |||
| b6c2fdfe47 | |||
| 9033c49192 | |||
| c97144b7c9 | |||
| 81f8f40209 | |||
| f6b43d96cd | |||
| ca9b4a7bfe |
@@ -78,3 +78,7 @@
|
||||
/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
|
||||
|
||||
+2
-2
@@ -172,11 +172,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.14.0.post1.dev10+g291d7454f.
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (tmt-1.63.0.tar.gz) = 5621f98a21f5f51a6ebe324175557e1acc246a21c62650134bb1ad84bf860e5fd102b4c414dc49c5996bfa55fc4c1bf654510ffaa43ac0e9d03112750513bcbb
|
||||
SHA512 (tmt-1.67.0.tar.gz) = c5948359d00c0bb043dbfc84eb4f75fad2a96834ee0e55808c929cd20b3ae2a39f0a2f2bab70295b88dc978c25dd79cbe2c7706cd612f353dcae8ffb2565c77b
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: tmt
|
||||
Version: 1.63.0
|
||||
Version: 1.67.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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user