Fix ${rust_arches}; use long form tar options
This commit is contained in:
parent
94fbd24c25
commit
2da553df34
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: stratisd
|
Name: stratisd
|
||||||
Version: 3.0.4
|
Version: 3.0.4
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: Daemon that manages block devices to create filesystems
|
Summary: Daemon that manages block devices to create filesystems
|
||||||
|
|
||||||
# 0BSD or MIT or ASL 2.0
|
# 0BSD or MIT or ASL 2.0
|
||||||
@ -55,21 +55,18 @@ Recommends: clevis-luks >= 18
|
|||||||
%package dracut
|
%package dracut
|
||||||
Summary: Dracut modules for use with stratisd
|
Summary: Dracut modules for use with stratisd
|
||||||
|
|
||||||
ExclusiveArch: ${rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
|
|
||||||
Requires: stratisd
|
Requires: stratisd
|
||||||
Requires: dracut >= 051
|
Requires: dracut >= 051
|
||||||
Requires: plymouth
|
Requires: plymouth
|
||||||
|
|
||||||
%description dracut
|
%description dracut
|
||||||
|
%{summary}.
|
||||||
This package contains dracut modules to be used with stratisd
|
|
||||||
to enable using Stratis filesystems as the root filesystem for
|
|
||||||
a Linux install.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%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.
|
# Patches must be applied after the upstream package is extracted.
|
||||||
%if 0%{?rhel} && !0%{?eln}
|
%if 0%{?rhel} && !0%{?eln}
|
||||||
# Source1 is vendored dependencies
|
# 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
|
%{_systemd_util_dir}/system-generators/stratis-setup-generator
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2022 mulhern <amulhern@redhat.com> - 3.0.4-11
|
||||||
|
- Fix ${rust_arches}; use long form tar options
|
||||||
|
|
||||||
* Sat Mar 26 2022 mulhern <amulhern@redhat.com> - 3.0.4-10
|
* Sat Mar 26 2022 mulhern <amulhern@redhat.com> - 3.0.4-10
|
||||||
- Fix cryptsetup-Requires; add blkid-Requires
|
- Fix cryptsetup-Requires; add blkid-Requires
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user