From aa43662318332c9614504bb55b9d6e74cd29929dbb3052c2cfca5e8cbed6d1b0 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Mon, 14 Oct 2024 13:41:37 +0000 Subject: [PATCH] - Fix build error under Leap. OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=51 --- flashrom.changes | 5 +++++ flashrom.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/flashrom.changes b/flashrom.changes index 90f5a2e..76d5f8f 100644 --- a/flashrom.changes +++ b/flashrom.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 13 10:16:37 UTC 2024 - ecsos + +- Fix build error under Leap. + ------------------------------------------------------------------- Sat Jul 27 23:57:36 UTC 2024 - Joshua Smith diff --git a/flashrom.spec b/flashrom.spec index 996af51..4dc38bc 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -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 # Got the key from David Hendricks Source2: %{name}.keyring -BuildRequires: meson >= 0.53.0 +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(libftdi1) BuildRequires: pkgconfig(libjaylink)