Compare commits

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

3 commits

Author SHA1 Message Date
Kate Hsuan
4a3bd6f9ec Revert "Add patches to skip uninitialized devices" (rhbz#2390535)
The fix brought a regression to mess storage so revert the fix and then
trying to find the better fixes.

This reverts commit 3c2e5bfcc5.
2025-08-29 10:43:28 +08:00
Benjamin Berg
3c2e5bfcc5 Add patches to skip uninitialized devices
Otherwise there is a race condition if libusb enumerates the devices
while udev is processing the event.

Resolves: #2346771
2025-08-11 21:15:41 +02:00
Yaakov Selkowitz
378cca96bd Always regenerate autotools
Since we're modifying a Makefile.am, the corresponding Makefile.in will
have to be regenerated, and we should never rely on any release having
matching autotools versions.
2025-08-05 10:18:38 -04:00

View file

@ -94,12 +94,10 @@ MinGW Windows %{name} library.
chmod -x examples/*.c
mkdir -p m4
sed -i '/AM_LDFLAGS = -static/d' tests/Makefile.am
%if (0%{?fedora} && 0%{?fedora} < 44) || (0%{?rhel} && 0%{?rhel} < 11)
autoscan
aclocal
autoconf
automake --add-missing
%endif
%build