From 219956a1b9636cb6c98470a129ea2ad3c800ceaa Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 21:49:08 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags --- .libusb.metadata | 1 + libusb.spec | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .libusb.metadata diff --git a/.libusb.metadata b/.libusb.metadata new file mode 100644 index 0000000..4c6f885 --- /dev/null +++ b/.libusb.metadata @@ -0,0 +1 @@ +335724bbf99369a53e7eec21e1e6b04618459575 libusb-compat-0.1.7.tar.bz2 diff --git a/libusb.spec b/libusb.spec index 9b3985f..47846ad 100644 --- a/libusb.spec +++ b/libusb.spec @@ -1,7 +1,7 @@ Name: libusb Epoch: 1 Version: 0.1.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Compatibility shim around libusb-1.0 offering the old 0.1 API License: LGPLv2+ URL: https://github.com/libusb/libusb-compat-0.1 @@ -82,6 +82,10 @@ LD_LIBRARY_PATH=libusb/.libs $RPM_BUILD_ROOT%{_bindir}/libusb-compat-0.1-testlib %changelog +* Mon Aug 09 2021 Mohan Boddu - 1:0.1.7-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1:0.1.7-4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937