Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-09 22:15:29 +00:00
parent 6054322e6d
commit 6470be0477

View File

@ -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 <mboddu@redhat.com> - 3.8.0-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 3.8.0-2
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065