diff --git a/stratisd.spec b/stratisd.spec index 14dd3e0..dfdceb5 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -4,7 +4,7 @@ Name: stratisd Version: 3.0.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Daemon that manages block devices to create filesystems # 0BSD or MIT or ASL 2.0 @@ -55,21 +55,18 @@ Recommends: clevis-luks >= 18 %package dracut Summary: Dracut modules for use with stratisd -ExclusiveArch: ${rust_arches} +ExclusiveArch: %{rust_arches} Requires: stratisd Requires: dracut >= 051 Requires: plymouth %description dracut - -This package contains dracut modules to be used with stratisd -to enable using Stratis filesystems as the root filesystem for -a Linux install. +%{summary}. %prep %setup -q -tar xvf %{SOURCE2} --strip-components=1 +tar --strip-components=1 --extract --verbose --file %{SOURCE2} # Patches must be applied after the upstream package is extracted. %if 0%{?rhel} && !0%{?eln} # Source1 is vendored dependencies @@ -180,6 +177,9 @@ install -Dpm0755 -t %{buildroot}%{_systemd_util_dir} systemd/stratis-fstab-setup %{_systemd_util_dir}/system-generators/stratis-setup-generator %changelog +* Mon Mar 28 2022 mulhern - 3.0.4-11 +- Fix ${rust_arches}; use long form tar options + * Sat Mar 26 2022 mulhern - 3.0.4-10 - Fix cryptsetup-Requires; add blkid-Requires