forked from pool/flashrom
Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
cf1677147a | ||
0eb329756a | |||
|
86225f0cef | ||
6f91c9a7e6 | |||
f48e07382d | |||
|
cdd9cb3be4 | ||
aa43662318 | |||
|
da6bfcd131 | ||
f160b8108f |
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQRubvmgukeABuJ3bkzAN7tBMTTREQUCY+MPrwAKCRDAN7tBMTTR
|
|
||||||
EZX5AJ41n1UF6YaAnao6OWYfrE6nRyaL/gCeJxIgEKVf+YAROc6oe2C+jNu+6L8=
|
|
||||||
=kICs
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
flashrom-v1.3.0.tar.bz2
(Stored with Git LFS)
BIN
flashrom-v1.3.0.tar.bz2
(Stored with Git LFS)
Binary file not shown.
3
flashrom-v1.5.1.tar.xz
Normal file
3
flashrom-v1.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f934b076ed49eace203655ec249fc7861a6b8e87fe4aef732e47b6e485b6293
|
||||||
|
size 4774496
|
6
flashrom-v1.5.1.tar.xz.asc
Normal file
6
flashrom-v1.5.1.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQRubvmgukeABuJ3bkzAN7tBMTTREQUCZ2el2QAKCRDAN7tBMTTR
|
||||||
|
EYSSAKCaD/jDSxOVstHzTuL42U6xFNyMMQCfWiJFJP7uOh3ZaMSxOvB9YWMQ4kM=
|
||||||
|
=7aRS
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 22 10:48:46 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 1.5.1
|
||||||
|
* fixed an issue flashing some Intel-based platforms with the
|
||||||
|
internal programmer that was introduced in 1.5.0.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Fix build error under Leap.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 27 23:57:36 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||||
|
|
||||||
|
- Add doc and bash-completion subpackages
|
||||||
|
- Update to 1.4.0:
|
||||||
|
- Full changelog: https://www.flashrom.org/release_notes/v_1_4.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 22 19:54:18 UTC 2023 - Adam Mizerski <adam@mizerski.pl>
|
Fri Sep 22 19:54:18 UTC 2023 - Adam Mizerski <adam@mizerski.pl>
|
||||||
|
|
||||||
|
9679
flashrom.keyring
9679
flashrom.keyring
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package flashrom
|
# spec file for package flashrom
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,25 +17,31 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: flashrom
|
Name: flashrom
|
||||||
Version: 1.3.0
|
Version: 1.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A universal flash programming utility
|
Summary: A universal flash programming utility
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
URL: https://flashrom.org/Flashrom
|
URL: https://www.flashrom.org/
|
||||||
Source0: https://download.flashrom.org/releases/%{name}-v%{version}.tar.bz2
|
Source0: https://download.flashrom.org/releases/%{name}-v%{version}.tar.xz
|
||||||
Source1: https://download.flashrom.org/releases/%{name}-v%{version}.tar.bz2.asc#/%{name}-%{version}.tar.bz2.sig
|
Source1: https://download.flashrom.org/releases/%{name}-v%{version}.tar.xz.asc
|
||||||
# Got the key from David Hendricks
|
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: meson >= 0.53.0
|
BuildRequires: meson >= 0.56.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(cmocka)
|
BuildRequires: pkgconfig(cmocka)
|
||||||
|
BuildRequires: pkgconfig(libcrypto)
|
||||||
BuildRequires: pkgconfig(libftdi1)
|
BuildRequires: pkgconfig(libftdi1)
|
||||||
BuildRequires: pkgconfig(libjaylink)
|
BuildRequires: pkgconfig(libjaylink)
|
||||||
BuildRequires: pkgconfig(libpci)
|
BuildRequires: pkgconfig(libpci)
|
||||||
BuildRequires: pkgconfig(libusb)
|
BuildRequires: pkgconfig(libusb)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
Recommends: %{name}-doc = %{version}
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64
|
||||||
|
%if 0%{?suse_version} > 1600
|
||||||
|
BuildRequires: python3-Sphinx
|
||||||
|
%else
|
||||||
|
BuildRequires: python311-Sphinx
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
flashrom is a utility for reading, writing, verifying and erasing flash ROM
|
flashrom is a utility for reading, writing, verifying and erasing flash ROM
|
||||||
@ -48,6 +54,24 @@ It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, and
|
|||||||
TSOP40 chips, which use various protocols such as LPC, FWH, parallel flash,
|
TSOP40 chips, which use various protocols such as LPC, FWH, parallel flash,
|
||||||
or SPI.
|
or SPI.
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: Documentation for %{name}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
Documentation files and examples for %{name}.
|
||||||
|
|
||||||
|
%package bash-completion
|
||||||
|
Summary: Bash Completion for %{name}
|
||||||
|
Group: System/Shells
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Requires: bash-completion
|
||||||
|
Enhances: (%{name} and bash-completion)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description bash-completion
|
||||||
|
Bash command-line completion support for %{name}.
|
||||||
|
|
||||||
%package -n libflashrom1
|
%package -n libflashrom1
|
||||||
Summary: A universal flash programming utility
|
Summary: A universal flash programming utility
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
@ -84,16 +108,23 @@ This package contains the headers needed to compile against libflashrom.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
rm %{buildroot}%{_libdir}/libflashrom.a
|
rm %{buildroot}%{_libdir}/libflashrom.a
|
||||||
|
rm %{buildroot}%{_datadir}/doc/%{name}/html/.buildinfo
|
||||||
|
|
||||||
%post -n libflashrom1 -p /sbin/ldconfig
|
%post -n libflashrom1 -p /sbin/ldconfig
|
||||||
%postun -n libflashrom1 -p /sbin/ldconfig
|
%postun -n libflashrom1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README
|
%doc README.rst
|
||||||
%{_sbindir}/flashrom
|
%{_sbindir}/flashrom
|
||||||
%{_mandir}/man8/flashrom.8%{ext_man}
|
%{_mandir}/man8/flashrom.8%{ext_man}
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%{_datadir}/doc/%{name}
|
||||||
|
|
||||||
|
%files bash-completion
|
||||||
|
%{_datadir}/bash-completion
|
||||||
|
|
||||||
%files -n libflashrom1
|
%files -n libflashrom1
|
||||||
%{_libdir}/libflashrom.so.1
|
%{_libdir}/libflashrom.so.1
|
||||||
%{_libdir}/libflashrom.so.1.0.0
|
%{_libdir}/libflashrom.so.1.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user