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

RPM spec file Source and URL tags are out-of-date #28

Open
aron-silverton opened this issue Mar 13, 2018 · 1 comment
Open

RPM spec file Source and URL tags are out-of-date #28

aron-silverton opened this issue Mar 13, 2018 · 1 comment

Comments

@aron-silverton
Copy link
Contributor

In the spec file, we have:

Source: http://www.openfabrics.org/downloads/%{name}-%{version}.tar.gz
Url: http://www.openfabrics.org

But OpenFabrics points to GitHub in https://openfabrics.org/downloads/MAINTAINERS.

The spec file also indicates that this is v4.2-%{release} but it doesn't look like a matching %{name}-%{version}.tar.gz (perftest-4.2.tar.gz) is available as a downloadable artifact from GitHub.

@aron-silverton
Copy link
Contributor Author

It seems that there is a known issue that a Source tag with a GitHub URL may return a 403 error even when valid because of how GitHub handles HTTP requests. If that's the case, it may make sense to use:

Source: %{name}-%{version}.tar.gz
Url: https://github.com/linux-rdma/perftest/

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

No branches or pull requests

1 participant