Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missed a CentOS 8 package requirement. #230

Merged
merged 1 commit into from
May 25, 2021

Conversation

rincebrain
Copy link
Contributor

@rincebrain rincebrain commented May 20, 2021

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.)

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 builds.

Let's install it from its new home, the "powertools" repo, instead.

Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
@behlendorf
Copy link
Contributor

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
Copy link
Contributor Author

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.

@behlendorf behlendorf merged commit 365a7f4 into openzfs:master May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants