- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-15 23:19:48 +00:00
parent e73fbb379e
commit c66b6590a5

View File

@ -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 <mboddu@redhat.com> - 1.2-8
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Apr 12 2021 Richard Hughes <richard@hughsie.com> 1.2-7
- Disable JLink support to remove one extra dep we are not going to support
- Resolves: rhbz#1948597