1.1
This commit is contained in:
parent
8e2cf49182
commit
cf0740d285
@ -1,11 +1,11 @@
|
||||
Summary: Simple program for reading/writing flash chips content
|
||||
Name: flashrom
|
||||
Version: 1.1
|
||||
Release: 0.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple program for reading/writing flash chips content
|
||||
License: GPLv2
|
||||
URL: https://flashrom.org
|
||||
|
||||
Source0: https://download.flashrom.org/releases/%{name}-v%{version}-rc1.tar.bz2
|
||||
Source0: https://download.flashrom.org/releases/%{name}-v%{version}.tar.bz2
|
||||
# https://github.com/flashrom/flashrom/commit/0b59b0dafc219ba73ee2af5404ce626575d74c6f
|
||||
|
||||
BuildRequires: gcc
|
||||
@ -33,7 +33,7 @@ other programmer devices.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-v%{version}-rc1
|
||||
%setup -q -n %{name}-v%{version}
|
||||
# Replace GROUP="plugdev" specifiers with TAG+="uaccess"
|
||||
sed -e 's/MODE="[0-9]*", GROUP="plugdev"/TAG+="uaccess"/g' util/z60_flashrom.rules -i
|
||||
|
||||
@ -64,6 +64,9 @@ install -D -p -m 0644 util/z60_flashrom.rules %{buildroot}/%{_udevrulesdir}/60_f
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 28 2019 Peter Robinson <pbrobinson@fedoraproject.org> 1.1-1
|
||||
- Update to flashrom 1.1
|
||||
|
||||
* Mon May 27 2019 David Hendricks <david.hendricks@gmail.com> - 1.1-0.1
|
||||
- Update to flashrom 1.1-rc1
|
||||
- Drop flashrom-1.0-AT25DF021A.patch since it's been merged
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flashrom-v1.1-rc1.tar.bz2) = c76339836c965fd285fbf33470f61a135da4561fef44be8958f17d44ba9caeb6eaab9a0aaf446725aa8deed28abdd46fc0480a64bcf09269f04502841a7b68da
|
||||
SHA512 (flashrom-v1.1.tar.bz2) = 8cb75a7223490fa9dbd65a85d24a87beab68ee03120891a3d8ebf4e8bc3d2a2ee640e254ccff657eaf5175e6c2477288337369fa1b1dac110a0903b0c95c1e56
|
||||
|
||||
Loading…
Reference in New Issue
Block a user