Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Kate Hsuan
6b3d37f480 Remove STI tests 2025-08-11 16:15:46 +08:00
Kate Hsuan
bec0139843 Migrate to tmt test
Resolves: #2382955
2025-08-11 16:09:34 +08:00
Fedora Release Engineering
1cccab3d9a Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 20:31:09 +00:00
Fedora Release Engineering
b054e05391 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-17 14:45:40 +00:00
Miroslav Suchý
8d77bdb699 convert license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-09-02 10:16:36 +02:00
Fedora Release Engineering
07705d7c6a Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-18 15:22:37 +00:00
Fedora Release Engineering
e287585e3a Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-25 03:51:31 +00:00
Fedora Release Engineering
3b41605ea1 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-21 05:37:53 +00:00
6 changed files with 14 additions and 14 deletions

1
.fmf/version Normal file
View file

@ -0,0 +1 @@
1

View file

@ -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

5
plans/integration.fmf Normal file
View file

@ -0,0 +1,5 @@
summary: Tests for libusb-compat-0.1
discover:
how: fmf
execute:
how: tmt

View file

@ -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

View file

@ -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