From 2107983b1df68cdc952da304858db80f8fb30b53 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Fri, 20 Aug 2021 14:29:33 -0400 Subject: [PATCH] Add stratisd to requires for stratisd-dracut - Add stratisd to requires for stratisd-dracut - Resolves: rhbz#1996104 Signed-off-by: Bryan Gurney --- stratisd.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/stratisd.spec b/stratisd.spec index 365c53a..322096f 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -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 - 2.4.2-3 +- Add stratisd to requires for stratisd-dracut +- Resolves: rhbz#1996104 + * Tue Aug 10 2021 Mohan Boddu - 2.4.2-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688