perftest icon indicating copy to clipboard operation
perftest copied to clipboard

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

Open aron-silverton opened this issue 7 years ago • 1 comments

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 avatar Mar 13 '18 18:03 aron-silverton

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/

aron-silverton avatar Mar 19 '18 16:03 aron-silverton