- Fix build error under Leap.

OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=51
This commit is contained in:
Thomas Renninger 2024-10-14 13:41:37 +00:00 committed by Git OBS Bridge
parent f160b8108f
commit aa43662318
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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> Sat Jul 27 23:57:36 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

View File

@ -27,9 +27,13 @@ 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 Source1: https://download.flashrom.org/releases/%{name}-%{version}.tar.xz.asc#/%{name}-%{version}.tar.bz2.sig
# Got the key from David Hendricks # 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
%if 0%{?suse_version} > 1600
BuildRequires: python3-Sphinx BuildRequires: python3-Sphinx
%else
BuildRequires: python311-Sphinx
%endif
BuildRequires: pkgconfig(cmocka) BuildRequires: pkgconfig(cmocka)
BuildRequires: pkgconfig(libftdi1) BuildRequires: pkgconfig(libftdi1)
BuildRequires: pkgconfig(libjaylink) BuildRequires: pkgconfig(libjaylink)