7 Commits

Author SHA1 Message Date
Packit 1229297505 Update to 1.67.0 upstream release
Upstream tag: 1.67.0
Upstream commit: 222e927e

Commit authored by Packit automation (https://packit.dev/)
2026-02-13 13:59:35 +00:00
Packit b6c2fdfe47 Update to 1.66.0 upstream release
Upstream tag: 1.66.0
Upstream commit: 5db07e35

Commit authored by Packit automation (https://packit.dev/)
2026-01-29 08:37:16 +00:00
Fedora Release Engineering 9033c49192 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 19:13:25 +00:00
Packit c97144b7c9 Update to 1.65.0 upstream release
Upstream tag: 1.65.0
Upstream commit: 4d3263b5

Commit authored by Packit automation (https://packit.dev/)
2026-01-15 09:05:01 +00:00
Cristian Le 81f8f40209 Limit pomdan-machine dependency to available arches (properly)
Signed-off-by: Cristian Le <git@lecris.dev>
2025-12-23 17:36:26 +07:00
Cristian Le f6b43d96cd Limit pomdan-machine dependency to available arches
Signed-off-by: Cristian Le <git@lecris.dev>
2025-12-22 11:03:12 +07:00
Packit ca9b4a7bfe Update to 1.64.0 upstream release
Upstream tag: 1.64.0
Upstream commit: 10953ca8

Commit authored by Packit automation (https://packit.dev/)
2025-12-18 13:55:05 +00:00
5 changed files with 17 additions and 6 deletions
+4
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -1 +1 @@
SHA512 (tmt-1.63.0.tar.gz) = 5621f98a21f5f51a6ebe324175557e1acc246a21c62650134bb1ad84bf860e5fd102b4c414dc49c5996bfa55fc4c1bf654510ffaa43ac0e9d03112750513bcbb
SHA512 (tmt-1.67.0.tar.gz) = c5948359d00c0bb043dbfc84eb4f75fad2a96834ee0e55808c929cd20b3ae2a39f0a2f2bab70295b88dc978c25dd79cbe2c7706cd612f353dcae8ffb2565c77b
+9 -2
View File
@@ -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