Update to the upstream version 1.0.28
- Update to the upstream version 1.0.28 - Fix automake-1.17 issue since the release was based on automake-1.17 Resolves: RHEL-86184
This commit is contained in:
parent
45b4b02dea
commit
f423b5c821
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/libusb-1.0.25.tar.bz2
|
||||
/libusb-1.0.26.tar.bz2
|
||||
/libusb-1.0.27.tar.bz2
|
||||
/libusb-1.0.28.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: Library for accessing USB devices
|
||||
Name: libusb1
|
||||
Version: 1.0.27
|
||||
Version: 1.0.28
|
||||
Release: %autorelease
|
||||
Source0: https://github.com/libusb/libusb/releases/download/v%{version}/libusb-%{version}.tar.bz2
|
||||
License: LGPL-2.1-or-later
|
||||
@ -61,6 +61,11 @@ 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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libusb-1.0.27.tar.bz2) = 42abbbcf2564f86cc2f05826aeefa6beb03c9f89dc9fe05bdfa351caa3dbd07713ce193daadecf29557604dd3cbc770c8031a78e1ad0a8df3627c3f551d28ff0
|
||||
SHA512 (libusb-1.0.28.tar.bz2) = 0f4efa6b54e6195d2e5446652c2dc07358583e205d63bf438c4409511b8637d1700a71268c40499755747827d23cc730d9122267386f847bf781993c045c519f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user