Corrected package version from v1.0.1 to 1.0.1
This commit is contained in:
parent
e4cb0a1331
commit
3935c571a7
@ -1,11 +1,11 @@
|
|||||||
Summary: Simple program for reading/writing flash chips content
|
Summary: Simple program for reading/writing flash chips content
|
||||||
Name: flashrom
|
Name: flashrom
|
||||||
Version: v1.0.1
|
Version: 1.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://flashrom.org
|
URL: https://flashrom.org
|
||||||
|
|
||||||
Source0: http://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
|
Source0: https://download.flashrom.org/releases/%{name}-v%{version}.tar.bz2
|
||||||
# https://github.com/flashrom/flashrom/commit/0b59b0dafc219ba73ee2af5404ce626575d74c6f
|
# https://github.com/flashrom/flashrom/commit/0b59b0dafc219ba73ee2af5404ce626575d74c6f
|
||||||
Patch0: %{name}-1.0-AT25DF021A.patch
|
Patch0: %{name}-1.0-AT25DF021A.patch
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ other programmer devices.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-v%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
# Replace GROUP="plugdev" specifiers with TAG+="uaccess"
|
# Replace GROUP="plugdev" specifiers with TAG+="uaccess"
|
||||||
sed -e 's/MODE="[0-9]*", GROUP="plugdev"/TAG+="uaccess"/g' util/z60_flashrom.rules -i
|
sed -e 's/MODE="[0-9]*", GROUP="plugdev"/TAG+="uaccess"/g' util/z60_flashrom.rules -i
|
||||||
@ -66,7 +66,10 @@ install -D -p -m 0644 util/z60_flashrom.rules %{buildroot}/%{_udevrulesdir}/60_f
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 26 2019 David Hendricks <david.hendricks@gmail.com>
|
* Sun Apr 28 2019 Robert Scheck <robert@fedoraproject.org> - 1.0.1-1
|
||||||
|
- Corrected package version from v1.0.1 to 1.0.1
|
||||||
|
|
||||||
|
* Fri Apr 26 2019 David Hendricks <david.hendricks@gmail.com> - v1.0.1-1
|
||||||
- Update to flashrom 1.0.1
|
- Update to flashrom 1.0.1
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-7
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-7
|
||||||
|
Loading…
Reference in New Issue
Block a user