From a5992c0c6ebf856968b7a5b236b93a9b81fb1f86 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 12:46:29 +0000 Subject: [PATCH 1/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- booth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/booth.spec b/booth.spec index cc59bde..16a5a36 100644 --- a/booth.spec +++ b/booth.spec @@ -40,7 +40,7 @@ Name: booth Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Ticket Manager for Multi-site Clusters License: GPL-2.0-or-later Url: https://github.com/%{github_owner}/%{name} @@ -286,6 +286,9 @@ VERBOSE=1 make check %{_usr}/lib/ocf/resource.d/booth/sharedrsc %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 1.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 17 2024 Fedora Release Engineering - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 940a96107103cb4f35a0c239939c44712c61bd41 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 17:50:02 +0000 Subject: [PATCH 2/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- booth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/booth.spec b/booth.spec index 16a5a36..49124cc 100644 --- a/booth.spec +++ b/booth.spec @@ -40,7 +40,7 @@ Name: booth Version: 1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Ticket Manager for Multi-site Clusters License: GPL-2.0-or-later Url: https://github.com/%{github_owner}/%{name} @@ -286,6 +286,9 @@ VERBOSE=1 make check %{_usr}/lib/ocf/resource.d/booth/sharedrsc %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From b67eb9fd30eb83de8a4b84a6f0b167cacea24881 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 12:40:20 +0200 Subject: [PATCH 3/6] Rebuilt for Python 3.14.0rc2 bytecode --- booth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/booth.spec b/booth.spec index 49124cc..490a193 100644 --- a/booth.spec +++ b/booth.spec @@ -40,7 +40,7 @@ Name: booth Version: 1.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Ticket Manager for Multi-site Clusters License: GPL-2.0-or-later Url: https://github.com/%{github_owner}/%{name} @@ -286,6 +286,9 @@ VERBOSE=1 make check %{_usr}/lib/ocf/resource.d/booth/sharedrsc %changelog +* Fri Aug 15 2025 Python Maint - 1.2-5 +- Rebuilt for Python 3.14.0rc2 bytecode + * Wed Jul 23 2025 Fedora Release Engineering - 1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 59251abe216a4ecb9fe7e068284032ed23b2e9e7 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Thu, 21 Aug 2025 19:19:14 +0200 Subject: [PATCH 4/6] Convert STI tests to TMT (rhbz#2382867) --- .fmf/version | 1 + booth.spec | 3 +++ plans.fmf | 13 +++++++++++++ tests/main.fmf | 3 +++ tests/tests.yml | 9 --------- 5 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 .fmf/version create mode 100644 plans.fmf create mode 100644 tests/main.fmf delete mode 100644 tests/tests.yml diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/booth.spec b/booth.spec index 490a193..ab74ba2 100644 --- a/booth.spec +++ b/booth.spec @@ -286,6 +286,9 @@ VERBOSE=1 make check %{_usr}/lib/ocf/resource.d/booth/sharedrsc %changelog +* Thu Aug 21 2025 Cristian Le +- Convert STI tests to TMT (rhbz#2382867) + * Fri Aug 15 2025 Python Maint - 1.2-5 - Rebuilt for Python 3.14.0rc2 bytecode diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..eb36cda --- /dev/null +++ b/plans.fmf @@ -0,0 +1,13 @@ +summary: Run all tests +discover: + how: fmf +prepare: + - name: Disable installing everything from srpm + how: install + exclude: ".*" + - name: Install the main test package + how: install + package: + - booth-test +execute: + how: tmt diff --git a/tests/main.fmf b/tests/main.fmf new file mode 100644 index 0000000..6e8835d --- /dev/null +++ b/tests/main.fmf @@ -0,0 +1,3 @@ +/upstream: + summary: Run upstream tests + test: ./upstream/runtest.sh diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 8ee75ea..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,9 +0,0 @@ -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - tests: - - upstream - required_packages: - - booth-test From 676cc02d31e2f8338226be538e487b2af52f4816 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:09:18 +0200 Subject: [PATCH 5/6] Rebuilt for Python 3.14.0rc3 bytecode --- booth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/booth.spec b/booth.spec index ab74ba2..8a7166e 100644 --- a/booth.spec +++ b/booth.spec @@ -40,7 +40,7 @@ Name: booth Version: 1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Ticket Manager for Multi-site Clusters License: GPL-2.0-or-later Url: https://github.com/%{github_owner}/%{name} @@ -286,6 +286,9 @@ VERBOSE=1 make check %{_usr}/lib/ocf/resource.d/booth/sharedrsc %changelog +* Fri Sep 19 2025 Python Maint - 1.2-6 +- Rebuilt for Python 3.14.0rc3 bytecode + * Thu Aug 21 2025 Cristian Le - Convert STI tests to TMT (rhbz#2382867) From 48221721238cf603f4fa488ac84172eafb18e9a7 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Wed, 1 Oct 2025 14:27:04 +0200 Subject: [PATCH 6/6] Ensure test is executable --- tests/upstream/runtest.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tests/upstream/runtest.sh diff --git a/tests/upstream/runtest.sh b/tests/upstream/runtest.sh old mode 100644 new mode 100755