https://bugs.winehq.org/show_bug.cgi?id=45247
Bug ID: 45247 Summary: Fedora Packaging: Incorrect URL in gpgkey field in winehq.repo Product: Packaging Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-packages Assignee: wine-bugs@winehq.org Reporter: m.v.b@runbox.com CC: michael@fds-team.de, sebastian@fds-team.de Distribution: ---
This bug applies to all winehq.repo files hosted by WineHQ for Fedora packaging.
As an example, please take a look at the following winehq.repo file for Fedora 26: https://dl.winehq.org/wine-builds/fedora/26/winehq.repo
Here are its contents:
[WineHQ] name=WineHQ packages (Fedora 26) type=rpm-md baseurl=https://dl.winehq.org/wine-builds/fedora/26 gpgcheck=1 gpgkey=https://repos.wine-staging.com/wine/Release.key enabled=1
As you will notice, the gpgkey= field points to the following URL: https://repos.wine-staging.com/wine/Release.key
This prevents the installation of packages, as this URL redirects to the WineHQ Bugzilla.
The correct URL appears to be: https://dl.winehq.org/wine-builds/Release.key
I verified that using this URL works.
Would it be possible to update the winehq.repo files for the Fedora package releases so that they point to the correct URL in the gpgkey field?
Thank you.