Accepting request 1231759 from hardware
- Update to version 1.5.0 * https://www.flashrom.org/release_notes/v_1_5.html * Update flashrom.keyring OBS-URL: https://build.opensuse.org/request/show/1231759 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=30
This commit is contained in:
commit
86225f0cef
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRubvmgukeABuJ3bkzAN7tBMTTREQUCZqHnpQAKCRDAN7tBMTTR
|
||||
Ed0FAJ9D19CJNvsn06YN74bjDWs0qp0cbACdH5h2rIkPbKqTDYw66rFJZdC6hLE=
|
||||
=fTo7
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad7ee1b49239c6fb4f8f55e36706fcd731435db1a4bd2fab3d80f1f72508ccee
|
||||
size 1041176
|
3
flashrom-v1.5.0.tar.xz
Normal file
3
flashrom-v1.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ef431cd0f039c1f7b929e81be145885e79192d16a843827e42977f488d9fec5
|
||||
size 4774112
|
6
flashrom-v1.5.0.tar.xz.asc
Normal file
6
flashrom-v1.5.0.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRubvmgukeABuJ3bkzAN7tBMTTREQUCZ1E/RwAKCRDAN7tBMTTR
|
||||
Ed2nAJkBMisHJftX0uzHFJkYNG+HVpGYfACfVJVEjv81jVM/KB2pjAwmEBnXQx8=
|
||||
=zE+7
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 12:58:45 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 1.5.0
|
||||
* https://www.flashrom.org/release_notes/v_1_5.html
|
||||
* Update flashrom.keyring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 13 10:16:37 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
9679
flashrom.keyring
9679
flashrom.keyring
File diff suppressed because it is too large
Load Diff
@ -17,24 +17,19 @@
|
||||
|
||||
|
||||
Name: flashrom
|
||||
Version: 1.4.0
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: A universal flash programming utility
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Tools/Other
|
||||
URL: https://flashrom.org/Flashrom
|
||||
Source0: https://download.flashrom.org/releases/%{name}-%{version}.tar.xz
|
||||
Source1: https://download.flashrom.org/releases/%{name}-%{version}.tar.xz.asc#/%{name}-%{version}.tar.bz2.sig
|
||||
# Got the key from David Hendricks
|
||||
URL: https://www.flashrom.org/
|
||||
Source0: https://download.flashrom.org/releases/%{name}-v%{version}.tar.xz
|
||||
Source1: https://download.flashrom.org/releases/%{name}-v%{version}.tar.xz.asc
|
||||
Source2: %{name}.keyring
|
||||
BuildRequires: meson >= 0.56.0
|
||||
BuildRequires: pkgconfig
|
||||
%if 0%{?suse_version} > 1600
|
||||
BuildRequires: python3-Sphinx
|
||||
%else
|
||||
BuildRequires: python311-Sphinx
|
||||
%endif
|
||||
BuildRequires: pkgconfig(cmocka)
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(libftdi1)
|
||||
BuildRequires: pkgconfig(libjaylink)
|
||||
BuildRequires: pkgconfig(libpci)
|
||||
@ -42,6 +37,11 @@ BuildRequires: pkgconfig(libusb)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Recommends: %{name}-doc = %{version}
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64
|
||||
%if 0%{?suse_version} > 1600
|
||||
BuildRequires: python3-Sphinx
|
||||
%else
|
||||
BuildRequires: python311-Sphinx
|
||||
%endif
|
||||
|
||||
%description
|
||||
flashrom is a utility for reading, writing, verifying and erasing flash ROM
|
||||
@ -84,7 +84,7 @@ cards (NICs), SATA controller cards, and other external devices which can
|
||||
program flash chips.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}-v%{version}
|
||||
|
||||
%package devel
|
||||
Summary: A universal flash programming utility
|
||||
|
Loading…
x
Reference in New Issue
Block a user