diff --git a/flashrom.spec b/flashrom.spec index a75dc68..d0445ad 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -1,5 +1,5 @@ Name: flashrom -Version: 1.4.0 +Version: 1.5.0 Release: 1mamba Summary: A utility for detecting, reading, writing, verifying and erasing flash chips Group: System/Kernel and Hardware @@ -12,6 +12,7 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libftdi1-devel +BuildRequires: libopenssl-devel BuildRequires: libpci-devel BuildRequires: libusb-devel ## AUTOBUILDREQ-END @@ -43,7 +44,11 @@ This package contains libraries and header files for developing applications tha %setup -q %build -%meson +%meson \ +%ifarch %{ix86} + -Dtests=disabled +%endif + %meson_build %install @@ -77,5 +82,8 @@ This package contains libraries and header files for developing applications tha %doc README.rst %changelog +* Thu Dec 05 2024 Automatic Build System 1.5.0-1mamba +- automatic version update by autodist + * Wed Oct 16 2024 Silvan Calarco 1.4.0-1mamba - package created using the webbuild interface