openSUSE / open-build-service

Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
https://openbuildservice.org
GNU General Public License v2.0
924 stars 436 forks source link

"Download package" link is incorrectly generated #10572

Open StefanSa opened 3 years ago

StefanSa commented 3 years ago

Issue Description

The download link is created using meta "package name" and not the "name" in the * .spec file. This will generate the link incorrectly.

Expected Result

A page like with other package types where you get to select the actual download.

How to Reproduce

  1. Go to the link below
  2. Click "Download package"
  3. Get nothingness

Further Information

hennevogel commented 3 years ago

This is what we can do. Each package can build multiple binaries, depending on many factors like arch, distribution and whatnot. It's basically not possible for us to guess what you want to download. So we stick to the basics.

We could add some context sensitive help or provide a dropdown with all links..

StefanSa commented 3 years ago

Hi @hennevogel thanks for the quick reply. i understand that and i also think the idea is OK to offer all links via dropdown. however, in this case it would be helpful to have the option to set a certain link as the default.