From c66b6590a59a31e5cb41d247a654235f516b1a7a Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 15 Apr 2021 23:19:48 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- flashrom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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