Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion mockbuild_test/stratis-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ BuildRequires: %{_bindir}/a2x
Requires: (stratisd >= VS with stratisd < 4.0.0)

# Exclude the same arches for stratis-cli as are excluded for stratisd
ExclusiveArch: %{rust_arches} noarch
%if 0%{?rhel}
ExcludeArch: i686
%endif
Expand Down
3 changes: 0 additions & 3 deletions mockbuild_test/stratisd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Source0: %{url}/archive/stratisd-v%{version}/%{name}-%{version}.tar.gz
Source1: %{url}/releases/download/stratisd-v%{version}/%{name}-%{version}-vendor.tar.gz


ExclusiveArch: %{rust_arches}
%if 0%{?rhel}
ExcludeArch: i686
%endif
Expand Down Expand Up @@ -59,7 +58,6 @@ Recommends: clevis-luks >= 18
%package dracut
Summary: Dracut modules for use with stratisd

ExclusiveArch: %{rust_arches}
%if 0%{?rhel}
ExcludeArch: i686
%endif
Expand All @@ -74,7 +72,6 @@ Requires: systemd
%package tools
Summary: Tools that support Stratis operation

ExclusiveArch: %{rust_arches}
%if 0%{?rhel}
ExcludeArch: i686
%endif
Expand Down