From 60c0666d67ec16f05c34b32bc13071c081fa286931deae6d4bb569053271b3b8 Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Thu, 1 Apr 2021 01:58:21 +0000 Subject: [PATCH] Accepting request 882466 from home:gary_lin:branches:Base:System Remove valgrind from BuildRequires since it's not a hard requirement anymore. (bsc#1184248) OBS-URL: https://build.opensuse.org/request/show/882466 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=104 --- fwupd.changes | 6 ++++++ fwupd.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/fwupd.changes b/fwupd.changes index 4344723..77a60b1 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 1 01:54:42 UTC 2021 - Gary Ching-Pang Lin + +- Remove valgrind from BuildRequires since it's not a hard + requirement anymore. (bsc#1184248) + ------------------------------------------------------------------- Tue Mar 30 03:20:46 UTC 2021 - Gary Ching-Pang Lin diff --git a/fwupd.spec b/fwupd.spec index f7eb320..27878e3 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -93,7 +93,6 @@ BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103 BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(tss2-esys) >= 2.0 BuildRequires: pkgconfig(udev) -BuildRequires: pkgconfig(valgrind) BuildRequires: pkgconfig(xmlb) >= 0.1.13 %if %{with efi_fw_update} BuildRequires: gnu-efi