diff options
author | Paul Larson <paul.larson@canonical.com> | 2020-03-13 17:02:38 -0500 |
---|---|---|
committer | Paul Larson <paul.larson@canonical.com> | 2020-03-13 17:02:38 -0500 |
commit | 59d3c2b97f9050c4fde7dd602a6c173cda9e8f10 (patch) | |
tree | 60c34e43ff92d7181e80d6e66231174bae1783ea | |
parent | d7729cb27dc869cc5ba1026872d533ed2d300477 (diff) |
Only depend on ipmctl for amd64
-rw-r--r-- | units/nvdimm/packaging.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/nvdimm/packaging.pxu b/units/nvdimm/packaging.pxu index fe9cfb22..8b048c57 100644 --- a/units/nvdimm/packaging.pxu +++ b/units/nvdimm/packaging.pxu @@ -1,4 +1,4 @@ # nvdimms require ipmctl for health check jobs unit: packaging meta-data os-id: debian -Depends: ipmctl +Depends: ipmctl [amd64] |