diff --git a/microdnf.spec b/microdnf.spec index 7ee86bf..3850101 100644 --- a/microdnf.spec +++ b/microdnf.spec @@ -2,7 +2,7 @@ Name: microdnf Version: 3.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Lightweight implementation of DNF in C License: GPLv2+ @@ -53,6 +53,10 @@ minimal environment possible so you can build up to exactly what you need. %{_bindir}/%{name} %changelog +* Mon Aug 09 2021 Mohan Boddu - 3.8.0-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Tue Jun 22 2021 Mohan Boddu - 3.8.0-2 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065