From a8cc4d9931a0b5312e576ee64d6522761dbb1ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADn?= Date: Wed, 28 Feb 2024 15:26:17 +0100 Subject: [PATCH] feat: install builddep before building MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Install the build depencencies for `fido-device-onboard` package so the build does not fail. Signed-off-by: Miguel Martín --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8cb4a0959..6dc56b1a9 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,7 @@ srpm: $(RPM_SPECFILE) $(RPM_TARBALL) $(VENDOR_TARBALL) .PHONY: rpm rpm: $(RPM_SPECFILE) $(RPM_TARBALL) $(VENDOR_TARBALL) + sudo dnf builddep -y fido-device-onboard rpmbuild -bb \ --define "_topdir $(CURDIR)/rpmbuild" \ $(RPM_SPECFILE)