Skip to content

Commit

Permalink
fix: add missing RPM build dependency
Browse files Browse the repository at this point in the history
Add the missing `sqlite-devel` RPM build dependency.

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Mar 12, 2024
1 parent cf1cfef commit 9dc8bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fido-device-onboard.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ BuildRequires: device-mapper-devel
BuildRequires: libpq-devel
BuildRequires: golang
BuildRequires: openssl-devel >= 3.0.1-12
BuildRequires: sqlite-devel
BuildRequires: systemd-rpm-macros
BuildRequires: tpm2-tss-devel

Expand Down

0 comments on commit 9dc8bb2

Please sign in to comment.