From 3b41605ea118825c2dbbc84d95768d62a5c003f0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 05:37:53 +0000 Subject: [PATCH 1/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From e287585e3ad880e6bcac8ccbf2053415b3d24e5d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 03:51:31 +0000 Subject: [PATCH 2/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 07705d7c6a0136074dc6243d3c7ddf17393d3d0a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 15:22:37 +0000 Subject: [PATCH 3/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 8d77bdb69978a99648cd74437b15dea7e8f8cd83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 2 Sep 2024 10:16:36 +0200 Subject: [PATCH 4/8] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- libusb-compat-0.1.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libusb-compat-0.1.spec b/libusb-compat-0.1.spec index 6e1d9e9..90ad4e5 100644 --- a/libusb-compat-0.1.spec +++ b/libusb-compat-0.1.spec @@ -2,7 +2,8 @@ Name: libusb-compat-0.1 Version: 0.1.8 Release: %autorelease Summary: Compatibility shim around libusb-1.0 offering the old 0.1 API -License: LGPLv2+ +# Automatically converted from old format: LGPLv2+ - review is highly recommended. +License: LicenseRef-Callaway-LGPLv2+ URL: https://github.com/libusb/libusb-compat-0.1 Source0: https://github.com/libusb/libusb-compat-0.1/releases/download/v%{version}/libusb-compat-%{version}.tar.bz2 Patch0: libusb-config-multilib.patch From b054e05391b4467e0e5b68c550adcb5318bd98a5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 14:45:40 +0000 Subject: [PATCH 5/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 1cccab3d9a8146a27193182957faefce9b70f310 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 20:31:09 +0000 Subject: [PATCH 6/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From bec01398435e39d52184e676c8a31eb632edd6bb Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Mon, 11 Aug 2025 16:09:34 +0800 Subject: [PATCH 7/8] Migrate to tmt test Resolves: #2382955 --- .fmf/version | 1 + plans/integration.fmf | 5 +++++ tests/integration/main.fmf | 6 ++++++ tests/{ => integration}/run.sh | 0 4 files changed, 12 insertions(+) create mode 100644 .fmf/version create mode 100644 plans/integration.fmf create mode 100644 tests/integration/main.fmf rename tests/{ => integration}/run.sh (100%) 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/plans/integration.fmf b/plans/integration.fmf new file mode 100644 index 0000000..c427c9e --- /dev/null +++ b/plans/integration.fmf @@ -0,0 +1,5 @@ +summary: Tests for libusb-compat-0.1 +discover: + how: fmf +execute: + how: tmt diff --git a/tests/integration/main.fmf b/tests/integration/main.fmf new file mode 100644 index 0000000..d3f0b3f --- /dev/null +++ b/tests/integration/main.fmf @@ -0,0 +1,6 @@ +summary: Integration test of libusb-compat-0.1 +require: + - libusb1-devel + - libusb-compat-0.1-tests-examples +test: bash ./run.sh + diff --git a/tests/run.sh b/tests/integration/run.sh similarity index 100% rename from tests/run.sh rename to tests/integration/run.sh From 6b3d37f480f8ebad6d51646c04e35a7db1ca3380 Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Mon, 11 Aug 2025 16:15:46 +0800 Subject: [PATCH 8/8] Remove STI tests --- tests/tests.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index dbb25fd..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- hosts: localhost - roles: - # We don't need standard-test-source, and it would need things for %prep - - role: standard-test-basic - tags: - - atomic - - classic - tests: - - test: - dir: . - run: run.sh -