Add stratisd to requires for stratisd-dracut

- Add stratisd to requires for stratisd-dracut
- Resolves: rhbz#1996104

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2021-08-20 14:29:33 -04:00
parent 9c4dd6c188
commit 2107983b1d
1 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Name: stratisd
Version: 2.4.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Daemon that manages block devices to create filesystems
License: MPLv2.0
@ -44,6 +44,7 @@ Summary: Dracut modules for use with stratisd
ExclusiveArch: ${rust_arches}
Requires: stratisd
Requires: dracut >= 049-136
Requires: plymouth
@ -143,6 +144,10 @@ ln -fv %{buildroot}%{udevdir}/stratis-str-cmp %{buildroot}%{_systemdgeneratordir
%{_systemdgeneratordir}/stratis-setup-generator
%changelog
* Fri Aug 20 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-3
- Add stratisd to requires for stratisd-dracut
- Resolves: rhbz#1996104
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.2-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688