From 40b5dcbd21bf5a3ac2b55ec093150f4d33e71a31 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 228a75783..4c0646df2 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,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)