Skip to content

Commit

Permalink
fix(dracut.spec): tpm2-tools is required for crypt module to work
Browse files Browse the repository at this point in the history
tpm2-tools dependency can be can be pulled in case tmp2-tss package
is installed, using a soft conditional dependency.

https://bugzilla.redhat.com/show_bug.cgi?id=2077697
  • Loading branch information
pvalena authored and johannbg committed Oct 7, 2022
1 parent a90efdd commit 8abffe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgbuild/dracut.spec
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Recommends: memstrack
Recommends: hardlink
Recommends: pigz
Recommends: kpartx
Recommends: (tpm2-tools if tpm2-tss)
Requires: util-linux >= 2.21
Requires: systemd >= 219
Requires: systemd-udev >= 219
Expand Down

0 comments on commit 8abffe7

Please sign in to comment.