From 3d82f63afc7899aa9a0714557b01afdd137e7a23 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 21:49:16 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- libusbx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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