Compare commits

..

15 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
Fedora Release Engineering
c829f2771e Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-20 12:25:01 +00:00
Fedora Release Engineering
3f253a11e3 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 17:43:00 +00:00
Kate Hsuan
f0537eb40a Fix release ID. 2022-12-12 10:50:46 +08:00
Kate Hsuan
be1108d4c7 update to 0.1.8
The changes includes
1. https://github.com/libusb/libusb-compat-0.1/pull/10
2. https://github.com/libusb/libusb-compat-0.1/pull/13
3. https://github.com/libusb/libusb-compat-0.1/pull/16
2022-12-09 15:20:44 +08:00
Kate Hsuan
bfc02a6404 Update to 0.1.8-rc1 2022-11-11 15:19:20 +08:00
Fedora Release Engineering
94b95e344a Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 19:17:48 +00:00
Benjamin Berg
b5f05ff601 New libusb-compat-0.1 package replacing libusb
Resolves: #1918275
2022-03-07 15:07:57 +01:00
8 changed files with 22 additions and 20 deletions

1
.fmf/version Normal file
View file

@ -0,0 +1 @@
1

2
.gitignore vendored
View file

@ -1 +1,3 @@
/libusb-compat-0.1.7.tar.bz2
/libusb-compat-0.1-0.1.8-rc1.tar.bz2
/libusb-compat-0.1.8.tar.bz2

View file

@ -1,8 +1,9 @@
Name: libusb-compat-0.1
Version: 0.1.7
Release: 3%{?dist}
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
@ -13,6 +14,8 @@ Provides: deprecated()
# libusb was removed in F34
Provides: libusb = 1:%{version}-%{release}
Obsoletes: libusb < 1:%{version}-%{release}
# libusb-compat-0.1 version 0.1.6 and later dlopen'ed the library
Requires: libusb1%{?_isa}
%description
This package provides a shim / compatibility layer on top of libusb1
@ -88,6 +91,4 @@ LD_LIBRARY_PATH=libusb/.libs $RPM_BUILD_ROOT%{_bindir}/libusb-compat-0.1-testlib
%changelog
* Tue Jan 19 18:48:25 CET 2021 Benjamin Berg <bberg@redhat.com> - 0.1.7-3
- New libusb-compat-0.1 package replacing libusb
Resolves: #1918275
%autochangelog

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

@ -1 +1 @@
SHA512 (libusb-compat-0.1.7.tar.bz2) = 94ba2a767959a40a5fe41760d7c20968fb99456de3f5b7547414bd061ab5155d88ca382b6aa1cf4961e15f1bc4890134351902e719ce5aa15dd0202f72417d55
SHA512 (libusb-compat-0.1.8.tar.bz2) = 817a16a2c7268e0d73add97c06ec3f6e4fc4b8697bd3129bb6f907f138c2a5dccb662096c4cd0385341053b216afd398b21dfef14676777b906972c9e3af4e3e

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