diff --git a/accel-config.spec b/accel-config.spec index c5772d2..f94dd21 100644 --- a/accel-config.spec +++ b/accel-config.spec @@ -3,7 +3,7 @@ Name: accel-config Version: 3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Configure accelerator subsystem devices # The entire source code is under GPLv2 except for accel-config # library which is mostly LGPLv2.1, ccan/list which is BSD-MIT and @@ -90,6 +90,10 @@ make check %{_libdir}/pkgconfig/lib%{name}.pc %changelog +* Fri Jul 02 2021 Jerry Snitselaar - 3.2-2 +- Fix product version for gating. +Resolves: rhbz#1921368 + * Mon Jun 21 2021 Jerry Snitselaar - 3.2-1 - Rebase to 3.2 release. Related: rhbz#1921368