diff --git a/flashrom.spec b/flashrom.spec index 6c9c89a..7825bc0 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -1,6 +1,6 @@ Name: flashrom Version: 1.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Simple program for reading/writing flash chips content License: GPLv2 URL: https://flashrom.org @@ -104,6 +104,9 @@ install -D -p -m 0644 util/z60_flashrom.rules %{buildroot}/%{_udevrulesdir}/60_f %{_libdir}/pkgconfig/flashrom.pc %changelog +* Thu Apr 15 2021 Mohan Boddu - 1.2-8 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Mon Apr 12 2021 Richard Hughes 1.2-7 - Disable JLink support to remove one extra dep we are not going to support - Resolves: rhbz#1948597