diff --git a/libmtp.spec b/libmtp.spec index d9f0edb..434b143 100644 --- a/libmtp.spec +++ b/libmtp.spec @@ -12,7 +12,7 @@ License: LGPLv2+ Requires: udev BuildRequires: gcc BuildRequires: make -BuildRequires: libusbx-devel +BuildRequires: pkgconfig(libusb-1.0) BuildRequires: doxygen %if ! 0%{?rhel} BuildRequires: libgcrypt-devel @@ -113,6 +113,7 @@ chrpath --delete $RPM_BUILD_ROOT{%{_bindir},/usr/lib/udev}/mtp* * Wed May 26 2021 Ondrej Holy - 1.1.18-4 - Drop redundant devel requires - Disable MTPZ support in RHEL +- Use pkgconfig for libusb * Fri Apr 16 2021 Mohan Boddu - 1.1.18-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937