atim/lazygit

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/atim/lazygit/

Fedora 39 release is missing. How we can fix it?

I built the latest version here and plan to build nightly as commits come. Specfile can be found here, which is similar to atim’s.

Do you will build latest version 0.42.0? Fedora 39

OpenPGP check for package “lazygit-0.45.0-1.fc41.x86_64” (/var/cache/libdnf5/copr:copr.fedorainfracloud.org:atim:lazygit-20197b5c51c2b52f/packages/lazygit-0.45.0-1.fc41.x86_64.rpm) from repo “copr:copr.fedorainfracloud.org:atim:lazygit” has failed: Problem occurred when opening the package.

Tim,
You need to have the latest pubkey key installed. I managed to remove the old pubkey and install the latest one by running the following commands:

  • sudo dnf copr remove copr.fedorainfracloud.org/atim/lazygit
  • sudo clean-rpm-gpg-pubkey # it should remove the atim_lazygit pubkey
  • sudo dnf copr enable atim/lazygit
  • sudo dnf update lazygit # dnf will ask to install the new pubkey

The above did not work for me. This worked though:

rpm -q --qf "%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n" gpg-pubkey | grep lazygit

Which will output something like this:

gpg-pubkey-xxxxxxxx-xxxxxxxx atim_lazygit (None) <atim#lazygit@copr.fedorahosted.org> public key

Copy the first part (gpg-pubkey-xxxxxxxx-xxxxxxxx) and run:

sudo rpm -e gpg-pubkey-xxxxxxxx-xxxxxxxx

Replacing the key with the one you copied above.

Is it possible to release this package also for s390x architecture?

Did you try to build the latest SRPM? I do not have access to any s390x server to try to do it myself. The simplest try would be to grab latest .srpm file from atim’s copr, and run something like rpmbuild --rebuild <file.srpm

In my (forked from atim/lazygit) https://copr.fedorainfracloud.org/coprs/dejan/lazygit/ I enabled s390x builds. It also has latest lazygit.