-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Not valid GPG sign at every update #645
Comments
I'm not sure why this happens. Can you please check if following these instructions fixes the issue? In those instructions, you should use |
I'm trying to follow the instruction but I'm not sure how to add the EPEL repository to download the |
I think that those packages are only needed for RHEL... Try to just add the repository config file. |
I followed the instructions (created the new .repo file and update yum's caches, and this is the output:
But the same problem appeared:
I asked Discover to refresh the updates, and I tried removing the old Now that I keep trying to update, the same problem arises for Teamviewer and the one about FirefoxPWA is not appearing, making me think that it actually got solved but Discover didn't properly refresh the updates. But this could just mean that Discover does not update all those packages until the signature for each of them is checked. I'll try again after a reboot and check if I can solve the Teamviewer issue so that it does not mess with our issue. Additionally, even if this solution works, maybe we will have to wait two updates, as my issue is that fixing the signature to do one update does not fix it for the following ones and the problem comes back. |
Description
At every update of my system, I encounter an error related to the native part of FirefoxPWA: the GPG sign is not valid:
This is the error from Discover in KDE Plasma.
This time is for the new version (as I'm currently on 2.13.3), which lets me think my package manager finds the new versions, tries to install them but every time the GPG sign is not valid. I updated this package at least four times since I started using FirefoxPWA: every time Discover tried to update various packages, but among them there would be firefoxpwa, which would block the update.
I install the native package via packagecloud.io's RPM for Fedora, and every time I follow the same instructions: I import the GPG sign, I enable the repository, I update DNF caches and I install ("update") the
firefoxpwa
package. Is there something I don't get, like the GPG sign having to change at every update?The other issue about the GPG key (#574) has been closed by suggesting to re-add the repository: this is what I do every time, but I suppose I should not be fixing it like this at every update.
Steps to Reproduce
sudo rpm --import https://packagecloud.io/filips/FirefoxPWA/gpgkey
echo -e "[firefoxpwa]\nname=FirefoxPWA\nmetadata_expire=300\nbaseurl=https://packagecloud.io/filips/FirefoxPWA/rpm_any/rpm_any/\$basearch\ngpgkey=https://packagecloud.io/filips/FirefoxPWA/gpgkey\nrepo_gpgcheck=1\ngpgcheck=0\nenabled=1" | sudo tee /etc/yum.repos.d/firefoxpwa.repo
sudo dnf -q makecache -y --disablerepo="*" --enablerepo="firefoxpwa"
sudo dnf install firefoxpwa
Environment
The text was updated successfully, but these errors were encountered: