Update to 1.59.0 upstream release
Upstream tag: 1.59.0 Upstream commit: 41f169db Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
/tmt-1.56.0.tar.gz
|
||||
/tmt-1.57.0.tar.gz
|
||||
/tmt-1.58.0.tar.gz
|
||||
/tmt-1.59.0.tar.gz
|
||||
|
||||
@@ -181,6 +181,17 @@ jobs:
|
||||
targets:
|
||||
- epel-9
|
||||
|
||||
# OS-agnostic sanity and coding-standard checks
|
||||
- <<: *test-base
|
||||
targets:
|
||||
- fedora-latest-stable
|
||||
identifier: sanity
|
||||
tf_extra_params:
|
||||
test:
|
||||
tmt:
|
||||
name: /plans/sanity
|
||||
skip_build: true
|
||||
|
||||
# Propose downstream pull requests
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (tmt-1.58.0.tar.gz) = 89af2b04bdf3212476605852dae53d93f3717f9e98d78473542e36f00819aa037bd873e8111b376d984797328d59c8ccb51f998720eac8501bbd577cd4fe79a7
|
||||
SHA512 (tmt-1.59.0.tar.gz) = aa94c5d80c3bffec58783924abd31a3850cd885a145890ca531c569133d85ab46060fbea45bb94d22fccf569912454f0f6a14eb1ee5ff5376d6914d87855e6e3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: tmt
|
||||
Version: 1.58.0
|
||||
Version: 1.59.0
|
||||
Release: %autorelease
|
||||
Summary: Test Management Tool
|
||||
|
||||
@@ -115,6 +115,14 @@ Requires: python3-mrack-beaker
|
||||
|
||||
%description -n tmt+provision-beaker %_metapackage_description
|
||||
|
||||
%package -n tmt+provision-mock
|
||||
Summary: Dependencies required for tmt mock provisioner
|
||||
Provides: tmt-provision-mock == %{version}-%{release}
|
||||
Requires: tmt == %{version}-%{release}
|
||||
Requires: mock
|
||||
|
||||
%description -n tmt+provision-mock %_metapackage_description
|
||||
|
||||
# Replace with pyproject_extras_subpkg at some point
|
||||
%package -n tmt+all
|
||||
Summary: Extra dependencies for the Test Management Tool
|
||||
@@ -130,6 +138,7 @@ Requires: tmt+provision-beaker == %{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}
|
||||
|
||||
%description -n tmt+all
|
||||
All extra dependencies of the Test Management Tool. Install this
|
||||
@@ -178,9 +187,13 @@ install -pm 644 %{name}/steps/provision/mrack/mrack* %{buildroot}/etc/%{name}/
|
||||
%files -n tmt+test-convert -f %{_pyproject_ghost_distinfo}
|
||||
%files -n tmt+provision-beaker -f %{_pyproject_ghost_distinfo}
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/mrack*
|
||||
%files -n tmt+provision-mock -f %{_pyproject_ghost_distinfo}
|
||||
%files -n tmt+all -f %{_pyproject_ghost_distinfo}
|
||||
|
||||
%changelog
|
||||
* Thu Oct 9 2025 Packit <hello@packit.dev> - 1.59.0-1
|
||||
- Update to version 1.59.0
|
||||
|
||||
* Wed Sep 24 2025 Packit <hello@packit.dev> - 1.58.0-1
|
||||
- Update to version 1.58.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user