Skip to content

Commit

Permalink
Limit the dependency on fde-tools to x86_64 and aarch64 (#953)
Browse files Browse the repository at this point in the history
The `fde-tools` package is available only in `x86_64` and `aarch64`
architectures. Thus, we need to adjust the dependency in the spec file.
  • Loading branch information
imobachgs authored Dec 22, 2023
2 parents 12b9306 + 99d18c7 commit d50eb3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/package/gem2rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
Requires: exfat-utils
Requires: f2fs-tools
Requires: fcoe-utils
%ifarch x86_64 aarch64
Requires: fde-tools
%endif
Requires: jfsutils
Requires: libstorage-ng-lang
Requires: lvm2
Expand Down

0 comments on commit d50eb3a

Please sign in to comment.