Open sf-nwaller opened 3 days ago
This error is explained by the updated Conflicts
field in the Debian control file. Seems it was updated a couple days ago:
But I'm still not clear on the current and planned relationship between Aptly and gnupg
.
Thanks for reporting !
Since we synchronized with the official debian packaging, the Conflict was added. gnupg1 is depreciated, so I guess it is phased out. I will check with the upstream maintainer what the corresponding guidelines are...
However, aptly should not force this in the CI builds. I will revert the change, but until then you could add' -force-depends', as aptly has no hard dependency on gpg2.
So, the official debian is already conflicting with gpg1 packages, therefore at some point it would be good to migrate to gpg2 if that is possible. The CI packages will not conflict anymore after #1396 is merged, but we might add it again for the final 1.6.0 version.
would it be possible for you to use gpg2 ?
While attempting to try out the Aptly 1.6.0 RC (release candidate) build I encountered this installation error:
I tried previous alpha and beta builds from the 1.6.0 line and they installed fine without any conflicts.
Is Aptly switching to
gnupg2
with the 1.6.0 release?Your Environment
I'm running Ubuntu 22.04 and I'm installing Aptly from a Debian package.