diff --git a/stratisd.spec b/stratisd.spec index efe13ef..c14c176 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -10,7 +10,7 @@ Name: stratisd Version: 3.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Daemon that manages block devices to create filesystems # 0BSD or MIT or ASL 2.0 @@ -69,8 +69,9 @@ to enable using Stratis filesystems as the root filesystem for a Linux install. %prep -%autosetup -p1 -tar xvf %{SOURCE2} +%setup -q +tar xvf %{SOURCE2} --strip-components=1 +# Patches must be applied after the upstream package is extracted. %if 0%{?rhel} && !0%{?eln} # Source1 is vendored dependencies %cargo_prep -V 1 @@ -171,6 +172,9 @@ install -Dpm0755 -t %{buildroot}%{_systemd_util_dir} systemd/stratis-fstab-setup %{_systemdgeneratordir}/stratis-setup-generator %changelog +* Mon Mar 14 2022 mulhern - 3.0.4-3 +- Fix the previous revision + * Mon Mar 14 2022 mulhern - 3.0.4-2 - Use upstream crate for Rust source