Fix the previous revision

This commit is contained in:
mulhern 2022-03-14 12:50:29 -04:00
parent 01f395c0d1
commit 21b4c35f93

View File

@ -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 <amulhern@redhat.com> - 3.0.4-3
- Fix the previous revision
* Mon Mar 14 2022 mulhern <amulhern@redhat.com> - 3.0.4-2
- Use upstream crate for Rust source