From fb91bed37e080ac1ef43a69bb62632e469b81a2cfbc26540c93a33ea5343d816 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 19 Jan 2022 07:32:19 +0000 Subject: [PATCH] - Update build dependencies (add zlib) OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=138 --- fwts.changes | 5 +++++ fwts.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/fwts.changes b/fwts.changes index 3739b2a..fc3bd89 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 19 07:29:57 UTC 2022 - Martin Pluskal + +- Update build dependencies (add zlib) + ------------------------------------------------------------------- Tue Dec 21 09:34:50 UTC 2021 - Martin Pluskal diff --git a/fwts.spec b/fwts.spec index 74b6a25..62a73ef 100644 --- a/fwts.spec +++ b/fwts.spec @@ -1,7 +1,7 @@ # # spec file for package fwts # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,6 +42,7 @@ BuildRequires: pkgconfig(json) BuildRequires: pkgconfig(libbsd) BuildRequires: pkgconfig(libpci) BuildRequires: pkgconfig(libpcre) +BuildRequires: pkgconfig(zlib) Requires: bash-completion Recommends: acpica Recommends: dmidecode