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

Fix RPM spec pyroute2 version #298

Merged
merged 1 commit into from Jul 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions openshift-kuryr-kubernetes-rhel8.spec
Expand Up @@ -45,9 +45,9 @@ BuildRequires: systemd-units

Requires: python3-%{project}-lib >= 0.5.0
# NOTE(dulek): We should have pyroute2 0.5.7 here, but it's not avalable in
# repos we have access to. Sticking with 0.5.3 should be fine as long as we
# repos we have access to. Sticking with 0.5.6 should be fine as long as we
# don't support SR-IOV stuff.
Requires: python3-pyroute2 >= 0.5.7
Requires: python3-pyroute2 >= 0.5.6
Requires: python3-requests >= 2.18.0
Requires: python3-eventlet >= 0.22.0
Requires: python3-oslo-cache >= 1.26.0
Expand Down