fix(dracut.spec): tpm2-tools is required for crypt module to work
tpm2-tools dependency can be can be pulled in case tmp2-tss package is installed, using a soft conditional dependency. Resolves: #2077697
This commit is contained in:
parent
52e9ef90a6
commit
646eadf53c
@ -69,6 +69,7 @@ Recommends: memstrack
|
|||||||
Recommends: hardlink
|
Recommends: hardlink
|
||||||
Recommends: pigz
|
Recommends: pigz
|
||||||
Recommends: kpartx
|
Recommends: kpartx
|
||||||
|
Recommends: (tpm2-tools if tpm2-tss)
|
||||||
Requires: util-linux >= 2.21
|
Requires: util-linux >= 2.21
|
||||||
Requires: systemd >= 219
|
Requires: systemd >= 219
|
||||||
Requires: systemd-udev >= 219
|
Requires: systemd-udev >= 219
|
||||||
@ -434,6 +435,7 @@ echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Aug 25 2022 Pavel Valena <pvalena@redhat.com> - 057-3
|
* Thu Aug 25 2022 Pavel Valena <pvalena@redhat.com> - 057-3
|
||||||
- Re-add patch Never-enable-the-bluetooth-module-by-default-1521
|
- Re-add patch Never-enable-the-bluetooth-module-by-default-1521
|
||||||
|
- Recommend tpm2-tools package, as it's required by crypt module
|
||||||
|
|
||||||
* Tue Aug 16 2022 Pavel Valena <pvalena@redhat.com> - 057-2
|
* Tue Aug 16 2022 Pavel Valena <pvalena@redhat.com> - 057-2
|
||||||
- dmsquash-live-root: Run checkisomd5 on correct device
|
- dmsquash-live-root: Run checkisomd5 on correct device
|
||||||
|
Loading…
Reference in New Issue
Block a user