-
Notifications
You must be signed in to change notification settings - Fork 120
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
Drop further ethtool dependency mentions #3295
Conversation
generally LGTM; there is another occurrence of |
b4fb2c3
to
0d5e2a0
Compare
I wish our build/setup tooling wasn't duplicating nearly everything that could be duplicated :) |
oh and it seems rawhide got python 3.12 already (still in beta), and one test fails because it still uses |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Card ID: ENT-5099 This is a follow-up to 4c81d7c > 2215974: Collect network facts using 'ip' While the ethtool dependency was dropped from the .spec file, it was not completely removed from the rest of the build files. This commit fixes that.
0d5e2a0
to
7493dac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
This is a follow-up to 4c81d7c and #3284.
While the ethtool dependency was dropped from the .spec file, it was not completely removed from the rest of the build files. This commit fixes that.