PPR dependency on dmidecode breaks install on power
Bug #1932208 reported by
Jeff Lane
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox Provider - Resource |
Fix Released
|
Critical
|
Jeff Lane |
Bug Description
Looking at the resource.pxu file in P-P-R I see the following:
# This is for bin/dmi_resource
unit: packaging meta-data
os-id: debian
Depends: dmidecode [!arm64 !armel !mips !mipsel !powerpc !ppc64el !s390x !alpha !hppa !m68k !mips64el !ppc64 !sh4 !sparc64]
which should mean that dmidecode is a dependency for any platform not listed here.
Looking at a power system running 5.8, the actual arch is ppc64le, not ppc64el. I think both are valid though.
Related branches
~bladernr/plainbox-provider-resource:1932208-dmidecode-power-arch
- Jeff Lane : Approve
-
Diff: 13 lines (+1/-1)1 file modifiedjobs/resource.pxu (+1/-1)
Changed in plainbox-provider-resource: | |
status: | In Progress → Fix Committed |
Changed in plainbox-provider-resource: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Marked critical. this prevents installing cert tools on power (I wonder if the arch changes release to release, I'll have to dig into this. It worked before).