openzfs / zfs-buildbot

The OpenZFS Buildbot Configuration
http://build.zfsonlinux.org
BSD 2-Clause "Simplified" License
25 stars 29 forks source link

Missed a CentOS 8 package requirement. #230

Closed rincebrain closed 3 years ago

rincebrain commented 3 years ago

I didn't test that EPEL didn't drop the -packaging package between 7 and 8, and deliberately didn't try to install both packaging and distlib, which means I broke the CentOS 8 bots when openzfs/zfs#12073 goes in. Drat.

Install it from its new home instead.

(This one has been tested on CentOS 8.)

behlendorf commented 3 years ago

That's unfortunate. Having additional dependencies on repositories not enabled by default is going to make building your own packages a bit more awkward.

rincebrain commented 3 years ago

The alternative is telling people to install distlib by default on EL8 and packaging on EL7, which is also perfectly feasible, I just was trying to pick one and stick with it where possible.