diff --git a/libusbx.spec b/libusbx.spec index e2f7a22..83e7679 100644 --- a/libusbx.spec +++ b/libusbx.spec @@ -1,7 +1,7 @@ Summary: Library for accessing USB devices Name: libusbx Version: 1.0.24 -Release: 3%{?dist} +Release: 4%{?dist} # upstream libusbx has merged back with libusb and is now called libusb again # but we already have a libusb package for the old libusb-compat-0.1, renaming # that to libusb-compat while at the same time giving this its name is a bit @@ -123,6 +123,10 @@ LD_LIBRARY_PATH=libusb/.libs $RPM_BUILD_ROOT%{_bindir}/libusb-example-listdevs %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.0.24-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.0.24-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937