import UBI libusb1-1.0.29-3.el10
This commit is contained in:
parent
95cfef9d24
commit
062062563e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
libusb-1.0.28.tar.bz2
|
||||
libusb-1.0.29.tar.bz2
|
||||
|
||||
14
libusb1.spec
14
libusb1.spec
@ -1,8 +1,8 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## (rpmautospec version 0.8.3)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 1;
|
||||
release_number = 3;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
Summary: Library for accessing USB devices
|
||||
Name: libusb1
|
||||
Version: 1.0.28
|
||||
Version: 1.0.29
|
||||
Release: %autorelease
|
||||
Source0: https://github.com/libusb/libusb/releases/download/v%{version}/libusb-%{version}.tar.bz2
|
||||
License: LGPL-2.1-or-later
|
||||
@ -71,11 +71,9 @@ This package contains tests and examples for %{name}.
|
||||
chmod -x examples/*.c
|
||||
mkdir -p m4
|
||||
sed -i '/AM_LDFLAGS = -static/d' tests/Makefile.am
|
||||
%if 0%{?rhel} < 11
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing
|
||||
%endif
|
||||
|
||||
|
||||
%build
|
||||
@ -148,6 +146,12 @@ LD_LIBRARY_PATH=libusb/.libs $RPM_BUILD_ROOT%{_bindir}/libusb-example-listdevs
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Tue Jan 20 2026 Tomas Pelka <tpelka@redhat.com> - 1.0.29-2
|
||||
- reworking the tmt/fmf enablement to the form that Display systems QE use
|
||||
|
||||
* Mon Jan 19 2026 Kate Hsuan <hpa@redhat.com> - 1.0.29-1
|
||||
- Update to 1.0.29 and migrate to tmt test
|
||||
|
||||
* Wed Apr 16 2025 Kate Hsuan <hpa@redhat.com> - 1.0.28-1
|
||||
- Update to the upstream version 1.0.28
|
||||
- Update to the upstream version 1.0.28
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libusb-1.0.28.tar.bz2) = 0f4efa6b54e6195d2e5446652c2dc07358583e205d63bf438c4409511b8637d1700a71268c40499755747827d23cc730d9122267386f847bf781993c045c519f
|
||||
SHA512 (libusb-1.0.29.tar.bz2) = 04f8bda8197c9ecf52709609b8fbfea762fd82ddb5cde153a7630b0e8ed557d42da8cbc44f2f593aa22fdd0762e16716300565d67adb0c5240d7f3723321f690
|
||||
|
||||
Loading…
Reference in New Issue
Block a user