diff --git a/microdnf.spec b/microdnf.spec index 1b60de5..7ee86bf 100644 --- a/microdnf.spec +++ b/microdnf.spec @@ -2,7 +2,7 @@ Name: microdnf Version: 3.8.0 -Release: 1%{?dist} +Release: 2%{?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 +* Tue Jun 22 2021 Mohan Boddu - 3.8.0-2 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Wed Jun 02 2021 Pavla Kratochvilova - 3.8.0-1 - Update to 3.8.0 - distrosync: Fix style issues and plugin build with Meson